malipopaycentralapi_PaymentRequest
referencestring
Unique reference for the payment. Can be left empty if the server generates one.
descriptionstringrequired
Description of the payment.
Example:
testing paymentamountintegerrequired
Amount of the payment in smallest currency unit (e.g., cents).
Example:
1000phoneNumberstringrequired
The phone number associated with the payment.
Example:
255742200105malipopaycentralapi_PaymentRequest
{
"reference": "string",
"description": "testing payment",
"amount": 1000,
"phoneNumber": "255742200105"
}