4. Process Payment

The ProcessPayment request is used to initiate a payment process for a given ReferenceId.

Direct pay Production Base URL /ProcessPayment
{
    "ReferenceId": "xxxxxxxxxxxx",  // 15-digit reference id for the order
    "MerchantId": "KW23821",        // Merchant code
    "Result": "success",             // Payment result (e.g., success or failure)
    "GatewayRecommendation": "approve" // Gateway recommendation for processing (e.g., approve or reject)
}

User will be redirected to provided CallBackURL. For more info about redirection refer here.

Last updated