Overview
Getting started with our checkouts
Before using the API to create checkout pages, we recommend reviewing our integration practices:
Recommended Page Display Methods, View →
Payment Status Verification
Use webhooks for payment status verification (Recommended)
If using page redirects for verification, always re-fetch the Query API once.
In-App Integration
If your webview already has a unified header, add
headless=trueto the payment link for a better user experience. Example:https://pay.tradpay.io/checkout/SXnGtf5QFloymCKVpwUcYcF5?headless=trueIn iOS / Android WebView, do not restrict opening external apps, as the payment page requires connecting to a wallet to complete the payment.
Last updated