Checkout and transaction pages for ecommerce
Another kind of ecommerce page is in carts or checkout pages where customers submit an order and you run a transactions.
The steps to take depend on the integration method you are using (a Nexio-hosted iframe, your own form, or direct to the API) and whether you are submitting cards or echecks.
Note
Typically, integrators use the own form option with a saved card or echeck token because it allows for more flexibility while also being fairly secure.
Cards
This section contains the tutorials for running card transactions for each integration method:
- Iframe (with saved card token)
- Own form (with saved card token or full card information)
- Direct to API (with saved card token)
Echecks
This section contains tutorials for running echeck transactions for each integration method:
Next steps
- For iframe integrations, Translate iframe labels for localization, Customize the iframe's CSS to match your site's style, and Choose which fields to display or require.
- Enable webhook notifications.
- Add support for fraud prevention with Address Verification Service (AVS), Security Code (CVC) Verification, Kount Verification, and Using device fingerprinting.
- View transaction and chargebacks reports and deposit summaries.
- Dispute chargebacks.
Updated about 2 months ago