Skip to main content

malipopaycentralapi_TransactionResponse

_idstring

Unique transaction identifier

Example: 64f7a91c2e3b5d0a1c8e6f92
referencestring

Transaction reference number

Example: ML21030
amountnumber
Example: 50000
typestring

Possible values: [Credit, Debit]

Example: Credit
statusstring

Transaction status (PENDING, COMPLETED, FAILED)

Example: COMPLETED
descriptionstring
Example: Payment collection from customer
accountstring

Account ID

Example: 64a1bc3f9e12c4a2f1d8e7b3
currencystring
Example: TZS
projectstring

Project ID

Example: 63db68a6c5f3e7682e23c2ca
deletedboolean
Example: false
createdAtdate-time
Example: 2024-03-05T14:30:00.000Z
updatedAtdate-time
Example: 2024-03-05T14:30:00.000Z
malipopaycentralapi_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"
}