Get Payment Method For Currency
Retrieve payment methods for a specific currency.
Method: GET
Endpoint: {{BASE_URL}}
/v1/rail/accounts/getPaymentMethodForCurrency/UGX
Request Example:
GET /accounts/getPaymentMethodForCurrency/UGX
Response Example:
[
{
"type": "mobile_money",
"currency": "UGX",
"phone_number": "+256711111111",
"country_code": "KE",
"network": "MTN",
"account_name": "MBONYE EMMANUEL"
}
]