Skip to main content

malipopaycentralapi_PayNowIntentPayload

Pay-now payload used by merchant dashboards/settings to trigger a payment for an existing reference against a specific environment.

amountnumberrequired

Amount to charge in the smallest currency unit.

Example: 1500
referencestringrequired

Existing payment reference to charge against.

Example: ML26059
envstringrequired

Target environment (PROD or TEST).

Example: PROD
malipopaycentralapi_PayNowIntentPayload
{
"amount": 1500,
"reference": "ML26059",
"env": "PROD"
}