---
title: "Save echeck token with iframe"
method: GET
path: "/pay/v3/saveECheck"
tags: ["Ecommerce"]
---

# Save echeck token with iframe

`GET /pay/v3/saveECheck`

Returns an iframe that can be used to securely save a bank account information.

For instructions on how to implement this endpoint, see [Creating a save echeck page with the iframe](https://docs.nexiopay.com/docs/creating-a-save-echeck-page-with-the-iframe). 

For a tutorial about running a transaction with the saved echeck token, see the [Creating a card checkout page with the iframe](https://docs.nexiopay.com/docs/creating-a-card-checkout-page-with-the-iframe), [Creating a card checkout page with your own form](https://docs.nexiopay.com/docs/creating-a-card-checkout-page-with-your-own-form), or [Running a card transaction with the API](https://docs.nexiopay.com/docs/running-a-card-transaction-with-the-api) topic.


<!-- theme: warning -->
> ⚠️ Try It
> 
> To use the Try It feature for this endpoint, you must first request a [one-time-use token](https://docs.nexiopay.com/reference/createonetimeusetoken). The system uses the processing and UI options sent in that request for the display and functionality of the iframe. 

<div style="display:none;">

## Request parameters
- shouldReturnHtml
- token

## Response parameters
- HTML form

</div>

## Query parameters

- `token` string, required
- `shouldReturnHtml` string

## Response `200`

Success

## Other responses

- `401` — Unauthorized. For help with this error and other error codes, see [Common errors](https://docs.nexiopay.com/docs/common-errors) in the Guides area.

---

[API](https://skmtc.dev/nexiopay/apis/payments-api-reference.md) · [All operations](https://skmtc.dev/nexiopay/apis/payments-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nexiopay/payments-api-reference/revisions/b414b73979e5/schema)
