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:
1500referencestringrequired
Existing payment reference to charge against.
Example:
ML26059envstringrequired
Target environment (PROD or TEST).
Example:
PRODmalipopaycentralapi_PayNowIntentPayload
{
"amount": 1500,
"reference": "ML26059",
"env": "PROD"
}