Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.orafi.app/v1/settlements/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
API key for merchant authentication required for most endpoints
Fiat settlement accounts retrieved successfully
true
"Accounts retrieved successfully"
Show child attributes