Order Payment

These endpoints provide the payment link for customer to complete the order or reauthorise the payment when needed.

POST /payment/[ORDER_ID]/initiate

Get 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]"
}
Permission

None.

Response

POST /payment/[ORDER_ID]/reauth

In 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]"
}
Permission

None.

Response