v1
latestOpenAPI 3.0.02026-07-265892227.1 KBIRT
Create IRT transfer
Make an IRT transfer
post/irt/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.
Request body
Example request
{
"reference": "REM-20240619-00123",
"srcCountry": "CI",
"srcZone": "UEMOA",
"srcCurrency": "XOF",
"srcAmount": 50000,
"forexRate": "655.957",
"purpose": "Family support",
"srcOriginFunds": "salary",
"srcOperator": "orange",
"destinationCurrency": "XOF",
"destination": {
"type": "mobile_money",
"country": "CI",
"provider": "orange"
},
"senderKyc": {
"firstName": "Aminata",
"lastName": "Traoré",
"contactPhone": "+2250747123456",
"dateOfBirth": "1992-05-23",
"nationality": "CI",
"idDocument": {
"expiryDate": "2025-12-31",
"idNumber": "123456789",
"idType": "passport",
"issueDate": "2020-01-01",
"issuer": "Ministry of Interior",
"issuerCountry": "CI",
"issuerPlace": "Abidjan",
"otherIdDescription": "Custom identification document"
}
},
"recipientKyc": {
"firstName": "Moussa",
"lastName": "Konaté",
"contactPhone": "+223657890123"
},
"overrideBusinessName": "MyBusiness",
"bankName": "UBA Bank",
"transferInformation": {
"recipient_name_hashmac": "hash_xyz_789",
"recipient_phone_hashmac": "a3f2c9e1b8d7...",
"customer_id_hashmac": "hash_cust_abc",
"transaction_purpose": "SALARY"
}
}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"
}
}