Skip to main content

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: 120000
phoneNumberstringrequired

Optional customer phone number to prefill on the checkout page.

Example: 255742200105
malipopaycentralapi_PaymentLinkIntentPayload
{
"amount": 120000,
"phoneNumber": "255742200105"
}