cURL
curl --request GET \ --url https://api.example.com/transfers/{country_code}/configuration-options
{ "success": true, "message": "Operation successful", "data": { "supportsAccountLookup": true, "bankListAvailable": true, "beneficiarySchema": [ { "key": "accountNumber", "name": "Account Number", "type": "string" }, { "key": "bankCode", "name": "Bank", "type": "string" }, { "key": "accountName", "name": "Account Name", "type": "string" } ] }, "meta": { "timestamp": "2026-03-19T19:26:42.817Z" } }
Retrieve configuration requirements for a destination country
"NGA"
Configuration options retrieved successfully