Skip to main content

malipopaycentralapi_TransactionRequest

amountnumberrequired

Transaction amount

Example: 50000
typestringrequired

Transaction type (Credit or Debit)

Possible values: [Credit, Debit]

Example: Credit
accountstringrequired

Account ID to credit or debit

Example: 64a1bc3f9e12c4a2f1d8e7b3
descriptionstring

Human-readable description of the transaction

Example: Payment collection from customer
referencestring

Unique payment reference

Example: ML21030
currencystring

Currency code

Example: TZS
malipopaycentralapi_TransactionRequest
{
"amount": 50000,
"type": "Credit",
"account": "64a1bc3f9e12c4a2f1d8e7b3",
"description": "Payment collection from customer",
"reference": "ML21030",
"currency": "TZS"
}