Get Delivery Banks
get/payouts/banks/{country}
Path parameters
countrystring required
Alpha-2 country code
Response
200
Example response
{
"code": 200,
"data": [
{
"id": "342",
"active": true,
"name": "Default Bank",
"branch": {
"id": "312",
"state": "N/A",
"city": "N/A",
"name": "Main Branch"
},
"code": "0000"
}
],
"success": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.