malipopaycentralapi_PaymentLinkIntentPayload
Create a shareable payment link. The response contains a hosted checkout URL that the merchant shares with the customer.
amountnumberrequired
Amount the customer should pay.
Example:
120000phoneNumberstringrequired
Optional customer phone number to prefill on the checkout page.
Example:
255742200105malipopaycentralapi_PaymentLinkIntentPayload
{
"amount": 120000,
"phoneNumber": "255742200105"
}