Wepay Havale/EFT Client API
  1. Methods
Wepay 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

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://clientapi.spaystage.com/api/v1/banks' \
--header 'X-Customer-Authorization: {{hash}}' \
--header 'X-Customer-Id: 1'

Responses

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

Example
{
    "error": "Invalid client in request"
}
🟢200bank list - success
🟢200bank list - no client id
Modified at 2025-11-10 14:34:35
Previous
withdraw
Next
transaction status
Built with