malipopaycentralapi_PaymentResponse
customer objectrequired
merchantAccountIdstringrequired
Name of the merchant account.
Example:
Lockwood Technologymodestringrequired
Mode of payment processing.
Example:
CHARGEreferencestringrequired
Reference number for the payment.
Example:
ML21030amountintegerrequired
Amount being charged.
Example:
1000currencystringrequired
Currency code for the transaction.
Example:
TZSlinkstring
Link to the payment gateway or receipt.
statusstringrequired
Current status of the payment.
Example:
PROCESSINGmalipopaycentralapi_PaymentResponse
{
"customer": {
"_id": "6281559426fa29659c5ac38a",
"phoneNumber": "255684118011",
"firstname": "FRANCIS",
"lastname": "MWAKATUMBULA",
"mno": "Airtel"
},
"merchantAccountId": "Lockwood Technology",
"mode": "CHARGE",
"reference": "ML21030",
"amount": 1000,
"currency": "TZS",
"link": "string",
"status": "PROCESSING"
}