Gatepay Havale/EFT Client API
  1. Methods
Gatepay Havale/EFT Client API
  • Callback
  • Changelogs
  • Methods
    • deposit
      POST
    • withdraw
      POST
    • bank list
      POST
    • transaction status
      GET
  1. Methods

bank list

POST
/api/v1/banks
List of available banks.

Request

Header Params

Responses

🟠401bank list - invalid client Id
application/json
Body

🟢200bank list - success
🟢200bank list - no client id
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/banks' \
--header 'X-Customer-Authorization: {{hash}}' \
--header 'X-Customer-Id: {{client_id}}'
Response Response Example
401 - bank list - invalid client Id
{
    "error": "Invalid client in request"
}
Modified at 2025-12-29 18:26:10
Previous
withdraw
Next
transaction status
Built with