4. Process Payment

Use the ProcessPayment request to initiate a payment process for a given ReferenceId.

API Edpoints

Direct Pay Production Base URL /ProcessPayment
 {
    "MerchantId": "KW23821",        // Merchant code
    "Result": "success",             // Payment result (e.g., success or failure)
    "GatewayRecommendation": "approve" // Gateway recommendation for processing (e.g., approve or reject)
}

The user will be redirected to the specified CallBackURL. Go here to learn more about redirection.

Last updated