cURL
curl --request GET \ --url https://api.orafi.app/v1/settlement/fiat \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Accounts retrieved successfully", "data": [ { "id": "fiat_acc_123", "bankName": "Access Bank", "bankCode": "044", "accountNumber": "1234567890", "accountHolder": "John Doe", "isPrimary": true, "createdAt": "2023-11-07T05:31:56Z" } ] }
Retrieve all fiat (bank) settlement accounts
Documentation IndexFetch the complete documentation index at: https://docs.orafi.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.orafi.app/llms.txt
Use this file to discover all available pages before exploring further.
API key for merchant authentication required for most endpoints
Fiat settlement accounts retrieved successfully
true
"Accounts retrieved successfully"
Show child attributes