{ "requestId": "72399933543589",//Id from your system to uniquely identify the transaction "batchId": "batch5678", "amount": 1000, "type": "PAYOUT", //use DEPOSIT to fund your account, PAYOUT to fund other accounts "message": "Payment received for invoice #1234", "metadata": "InvoicePayment", "product": { "id": "AIRTELDATABUNDLESUG", "productItemId": "AIRTELDATABUNDLESUG_24510766" }, "beneficiary": { "id": "ben003", //Id from your system to identify beneficiary "name": "John Doe", "emailAddress": "johndoe@example.com", "phoneNumber": "+1234567890", "data": { "phoneNumber": "+1234567890" //The mobile money number to deposit or remove funds from } }}
Copy
{ "code": 0, "message": "Transaction Has Been Successfully Received. Notification Will Be Sent Shortly", "data": { "requestId": "32399933543589", "batchId": "batch5678", "transactionId": "ef2ebc1e-1c2e-4fb1-23eb-08dc379d52c7", "status": "PROCESSING", "message": "Processing Debit Transaction. Instant Payment Notification will be sent shortly", "createdOn": "2/27/2024 2:06:41 PM" }}
Cards
Post card collection
This endpoint posts a new card transaction
POST
/
api
/
transactions
/
payouts
/
mobilemoney
Copy
{ "requestId": "72399933543589",//Id from your system to uniquely identify the transaction "batchId": "batch5678", "amount": 1000, "type": "PAYOUT", //use DEPOSIT to fund your account, PAYOUT to fund other accounts "message": "Payment received for invoice #1234", "metadata": "InvoicePayment", "product": { "id": "AIRTELDATABUNDLESUG", "productItemId": "AIRTELDATABUNDLESUG_24510766" }, "beneficiary": { "id": "ben003", //Id from your system to identify beneficiary "name": "John Doe", "emailAddress": "johndoe@example.com", "phoneNumber": "+1234567890", "data": { "phoneNumber": "+1234567890" //The mobile money number to deposit or remove funds from } }}
Copy
{ "code": 0, "message": "Transaction Has Been Successfully Received. Notification Will Be Sent Shortly", "data": { "requestId": "32399933543589", "batchId": "batch5678", "transactionId": "ef2ebc1e-1c2e-4fb1-23eb-08dc379d52c7", "status": "PROCESSING", "message": "Processing Debit Transaction. Instant Payment Notification will be sent shortly", "createdOn": "2/27/2024 2:06:41 PM" }}
Timestamp indicating when the transaction was created.
Copy
{ "requestId": "72399933543589",//Id from your system to uniquely identify the transaction "batchId": "batch5678", "amount": 1000, "type": "PAYOUT", //use DEPOSIT to fund your account, PAYOUT to fund other accounts "message": "Payment received for invoice #1234", "metadata": "InvoicePayment", "product": { "id": "AIRTELDATABUNDLESUG", "productItemId": "AIRTELDATABUNDLESUG_24510766" }, "beneficiary": { "id": "ben003", //Id from your system to identify beneficiary "name": "John Doe", "emailAddress": "johndoe@example.com", "phoneNumber": "+1234567890", "data": { "phoneNumber": "+1234567890" //The mobile money number to deposit or remove funds from } }}
Copy
{ "code": 0, "message": "Transaction Has Been Successfully Received. Notification Will Be Sent Shortly", "data": { "requestId": "32399933543589", "batchId": "batch5678", "transactionId": "ef2ebc1e-1c2e-4fb1-23eb-08dc379d52c7", "status": "PROCESSING", "message": "Processing Debit Transaction. Instant Payment Notification will be sent shortly", "createdOn": "2/27/2024 2:06:41 PM" }}