Run echeck transaction with iframe

Returns an iframe that can be used to securely process an echeck transaction.

For instructions on how to implement this endpoint, see the Creating an echeck checkout page with the iframe topic.

⚠️

Try It

To use the Try It feature for this endpoint, you must first request a one-time-use token. The system uses the processing and UI options sent in the request for the creation of the one-time-use or saved echeck token in the display and functionality of the iframe.

Request parameters

  • shouldReturnHtml
  • token

Response parameters

  • HTML form
Log in to see full request history
Query Params
string
required

Your one-time-use token. This is a query parameter. The system uses the processing and UI options sent in the request for the creation of the one-time-use or saved echeck token in the display and functionality of the iframe.

string
Defaults to false

By default, a success response always returns HTML. However, when there is an error with the request, the system returns a JSON object to the iframe and a 400 error. In order to get HTML for errors also, include this parameter and set the value to true in order to force the system to return the response as HTML. Since a success response is also HTML, setting this to true can make handling error situations easier. Otherwise, you need to create a listener for the JSON object and a 400 error response. For more information, see Handling errors and declines in Guides.

Responses

Response body
string

Language
Click Try It! to start a request and see the response here! Or choose an example:
text/html
application/json