curl --request GET \
--url https://api.nomba.com/v1/global-payout/payment-methods \
--header 'Authorization: <authorization>' \
--header 'accountId: <accountid>'{
"code": "00",
"description": "Successful",
"data": [
{
"code": "BANK",
"displayName": "Bank Transfer"
}
]
}Returns the list of supported payment method codes and display names.
curl --request GET \
--url https://api.nomba.com/v1/global-payout/payment-methods \
--header 'Authorization: <authorization>' \
--header 'accountId: <accountid>'{
"code": "00",
"description": "Successful",
"data": [
{
"code": "BANK",
"displayName": "Bank Transfer"
}
]
}Bearer token for authentication.
"Bearer <token>"
The parent accountId of the business.
"890022ce-bae0-45c1-9b9d-ee7872e6ca27"