BankTransfer Bank List
Retrieves Bank List for the BankTransfer Withdraw
POST
https://api.paypot.io/V1/Withdraw/BankTransfer/BankList
This endpoint allows you to list available Banks for BankTransfer Withdrawals
Headers
Name
Type
Description
Accept
String
application/json
api-key*
String
PayPot API Key
Request Body
Name
Type
Description
checksum*
String
Create a string imploding values with pipe character and hash it with sha256
algorithm.
PHP Example:
hash("sha256", "apiKey|secretkey|operationGuid
")
operationGuid
String
Random GUID for each query generated on your side
Response Parameters
Last updated