These endpoints provide the payment link for customer to complete the order or reauthorise the payment when needed.
POST /payment/[ORDER_ID]/initiateGet the pay_by_link for this [ORDER_ID], this payment link must be displayed within iFrame in the checkout form.
JSON request body param:
{
"solution": "[CAPTCHA_STRING]"
}
None.
POST /payment/[ORDER_ID]/reauthIn case of an order needed to re-authorise the payment due to expired transaction in order to complete the order.
Get the pay_by_link for this [ORDER_ID], this payment link must be displayed within iFrame in the payment form.
JSON request body param:
{
"solution": "[CAPTCHA_STRING]"
}
None.