malipopaycentralapi_TransactionRequest
amountnumberrequired
Transaction amount
Example:
50000typestringrequired
Transaction type (Credit or Debit)
Possible values: [Credit, Debit]
Example:
Creditaccountstringrequired
Account ID to credit or debit
Example:
64a1bc3f9e12c4a2f1d8e7b3descriptionstring
Human-readable description of the transaction
Example:
Payment collection from customerreferencestring
Unique payment reference
Example:
ML21030currencystring
Currency code
Example:
TZSmalipopaycentralapi_TransactionRequest
{
"amount": 50000,
"type": "Credit",
"account": "64a1bc3f9e12c4a2f1d8e7b3",
"description": "Payment collection from customer",
"reference": "ML21030",
"currency": "TZS"
}