Payment/Checkout UI
After an invoice is created you need to redirect the customer's browser to the payment/checkout URL. You can find the URL to redirect here.
The following params need to be passed in a query string:
Param | Required | Description |
invoice-id | Yes | Invoice identifier |
name | No | Description of the selling item/product/service |
success-url | No | URL to redirect to on success |
fail-url | No | URL to redirect to on failure |
lang | No |
|
Example:
Last updated