curl --location --request GET 'https://api.recital.finance/api/v1/transfer/get?transferReference=BAL-92T0DD54WVBWCHEE92NDIV2HED' \ --header 'Authorization: Bearer apiKey'
{ "message": "Data retrieved successfully.", "success": true, "data": { "merchantID": "Sd5MCh2sdR", "currency": "NGN", "businessID": "FvhqyENCkHJAEPjfX8y6", "amount": 100, "accountTo": "0909765709", "connectID": "ZIrfGJRaKjaGY62", "callback": "http://localhost/balance/transfer/BAL-92T0DD54WVBWCHEE92NDIV2HED/callback", "status": "PENDING_APPROVAL", "transferReference": "BAL-92T0DD54WVBWCHEE92NDIV2HED", "narration": "test" } }
Retrieve the status and details of a previously initiated transfer using the transfer reference.
data
transferReference