Payout Bank List
Get Payout Bank List
POST https://sandbox.transfersmile.com/api/payout/bank-account-list
This endpoint allows you to get the list of supported banks.
Headers
Name
Type
Description
Content-Type*
string
application/json; charset=UTF-8
AppId*
string
Get AppId from dashboard
Authorization*
string
signature, generated by SHA256($sorted_params + $app_key)
Request Body
Name
Type
Description
country
string
Country Code. For example, BRA for Brazil
method
string
method
timestamp
Integer
unix timestamp, e.g. 1628512575
{
"code": 200,
"msg": "success",
"time": 1628497163,
"data": {
...
}
}{
"code": 500,
"msg": "system error",
"time": 1628497751,
"data": {
"error": "system error"
}
}Example
Last updated
Was this helpful?