malipopaycentralapi_UnifiedPaymentResponse
trueMalipopay status code. 1109 collection accepted, 1120 disbursement awaiting approval, 1111 disbursement accepted, 1117 approval executed.
1109Human-readable outcome.
Collection request sent successfullydata object
The payment, plus available_channels on collection.
Malipopay id for the payment.
6890f1c2a4b19e3f2c7d5a10Malipopay reference. Use it to poll status and to match webhooks.
ML008985Your merchant account name.
Lockwood TechnologyCHARGE for collections, PAYOUT for disbursements.
CHARGECurrent status. See the Payment Statuses guide.
PROCESSINGAmount requested, in whole TZS.
50000Amount received so far. Below amount on a part payment.
0Fee recorded against this transaction, in TZS.
1250Amount rule the payment was created with.
FULLDescription you supplied.
Payment for Order #001ISO currency code.
TZSShareable link for this payment.
https://app.malipopay.co.tz/ref?ML008985customer object
Normalised MSISDN.
255712345678Resolved first name, when the channel returns one.
JOHNResolved last name.
HAULEResolved network.
VodacomWhat Malipopay charged on this collection, in TZS. Present only on collections posted under the upfront fee model - a payment that predates it has no per-payment fee to report, which is a different statement from having been charged nothing.
1250Rate applied to produce feeAmount.
2.5What was credited to your wallet after the fee.
48750Present only when a payout failed its balance precheck.
Why the payment failed. Present only on failures.
Insufficient balanceISO 8601 creation timestamp.
2026-08-18T08:15:32.000ZISO 8601 last-update timestamp.
2026-08-18T08:15:32.000Z{
"success": true,
"code": 1109,
"message": "Collection request sent successfully",
"data": {
"id": "6890f1c2a4b19e3f2c7d5a10",
"reference": "ML008985",
"merchantAccountId": "Lockwood Technology",
"mode": "CHARGE",
"status": "PROCESSING",
"amount": 50000,
"paidAmount": 0,
"transactionFee": 1250,
"amountType": "FULL",
"description": "Payment for Order #001",
"currency": "TZS",
"link": "https://app.malipopay.co.tz/ref?ML008985",
"customer": {
"phoneNumber": "255712345678",
"firstname": "JOHN",
"lastname": "HAULE",
"mno": "Vodacom"
},
"feeAmount": 1250,
"feePercent": 2.5,
"netAmount": 48750,
"failure": true,
"failureReason": "Insufficient balance",
"createdAt": "2026-08-18T08:15:32.000Z",
"updatedAt": "2026-08-18T08:15:32.000Z"
}
}