malipopaycentralapi_TransactionResponse
_idstring
Unique transaction identifier
Example:
64f7a91c2e3b5d0a1c8e6f92referencestring
Transaction reference number
Example:
ML21030amountnumber
Example:
50000typestring
Possible values: [Credit, Debit]
Example:
Creditstatusstring
Transaction status (PENDING, COMPLETED, FAILED)
Example:
COMPLETEDdescriptionstring
Example:
Payment collection from customeraccountstring
Account ID
Example:
64a1bc3f9e12c4a2f1d8e7b3currencystring
Example:
TZSprojectstring
Project ID
Example:
63db68a6c5f3e7682e23c2cadeletedboolean
Example:
falsecreatedAtdate-time
Example:
2024-03-05T14:30:00.000ZupdatedAtdate-time
Example:
2024-03-05T14:30:00.000Zmalipopaycentralapi_TransactionResponse
{
"_id": "64f7a91c2e3b5d0a1c8e6f92",
"reference": "ML21030",
"amount": 50000,
"type": "Credit",
"status": "COMPLETED",
"description": "Payment collection from customer",
"account": "64a1bc3f9e12c4a2f1d8e7b3",
"currency": "TZS",
"project": "63db68a6c5f3e7682e23c2ca",
"deleted": false,
"createdAt": "2024-03-05T14:30:00.000Z",
"updatedAt": "2024-03-05T14:30:00.000Z"
}