Get Payment Methods
Path Params
Parameter | type | Required |
---|---|---|
country_codee | string | ✅ use the country code to lookup a the exchange rate |
Request
payouts-mobile-transfers/Get Rate By Country Code [GET]
curl --request GET \
--url https://sandboxapi.bitnob.co/api/v1/mobile-payments/rates/country_code \
--header 'Authorization: Bearer API-KEY' \
--header 'accept: application/json'
Response
🟢 200 OK
{
"status": true,
"message": "Exchange rate lookup successful",
"data": {
"currency": "KES",
"rate": 119.84
}
}
Last updated on