Skip to main content

malipopaycentralapi_PaymentRequest

referencestring

Unique reference for the payment. Can be left empty if the server generates one.

descriptionstringrequired

Description of the payment.

Example: testing payment
amountintegerrequired

Amount of the payment in smallest currency unit (e.g., cents).

Example: 1000
phoneNumberstringrequired

The phone number associated with the payment.

Example: 255742200105
malipopaycentralapi_PaymentRequest
{
"reference": "string",
"description": "testing payment",
"amount": 1000,
"phoneNumber": "255742200105"
}