v1
latestOpenAPI 3.0.02026-07-265892227.1 KBTransfers
Retrieve a Transfer
This endpoint allows you to fetch an existing transfer from our database by providing its 'id'
get/transfers/{id}
Path parameters
idstring required
Example:tr_z1urYtVFgEebtcj8fxp4v
Unique identifier for the Transfer
Headers
ApiKeystring required
Your api key. To create a key, please get into our dashboard. If you don't have access to it, please reach the Support team.
MerchantIdstring required
Your merchant ID. This information is available in our dashboard. If you don't have access to it, please reach the Support team.
Environment'live' | 'sandbox' required
Allow you to choose between the sandbox mode to perform some tests or the live mode for real world transactions.
Response
Example response
{
"id": "tr_z1urYtVFgEebtcj8fxp4v",
"createdAt": "2020-10-15T12:09:49.355Z",
"updatedAt": "2020-10-15T12:16:26.128Z",
"reference": "ref_2020_11_10_001",
"status": "successful",
"amount": 100,
"currency": "XOF",
"mode": "live",
"destination": {
"type": "mobile_money",
"country": "CI",
"provider": "orange"
},
"fees": [
{
"id": "lAe5HnFpvOjwdT9vSIgPA",
"amount": 5,
"currency": "XOF"
}
],
"subMerchantId": "submerchant_123",
"transferInformation": {
"recipient_name_hashmac": "hash_xyz_789",
"recipient_phone_hashmac": "a3f2c9e1b8d7...",
"customer_id_hashmac": "hash_cust_abc",
"transaction_purpose": "SALARY"
}
}