Payment/Checkout UI
Use this hosted payment page after you have created the payment through the API or SDK and received its unique identifier, in order to confirm the deduction of funds from the buyer's web3 wallet.
To use it, redirect the buyer to the following URL.
Payment URL
https://checkout.smartypay.io/[payment-id]?param=value
Examples:
https://checkout.smartypay.io/3f4pZP9dwUGDUbtVRXrjDh
https://checkout.smartypay.io/XYRtJaGXPKFTtHv5464CUf
The following query parameters are supported:
Param | Description |
---|---|
success-url | URL to redirect to on success |
fail-url | URL to redirect to on failure |
lang | Language code, possible values are: en , es , fr , ko |
More info
- You can see an example of checkout process using our demo wallet in Merchant Demo App.