This API is used to fetch available payout methods for payout type and country code.
Request And Headers
GET: /api/payouts/methods?type=<TYPE>&countryCode=<CODE>
Content-Type: application/json
Authorization: Basic <token>
NB: We will provide you with the Basic Auth credentials.
Response
Status: 200
{
"payoutMethods": [
{
"name": "Abbey Mortgage Bank",
"code": "801",
"currencyCode": "NGN"
},
{
"name": "Stanbic Bank",
"code": "802",
"currencyCode": "NGN"
}
]
}