---
title: "Run card transaction with iframe"
method: GET
path: "/pay/v3"
tags: ["Ecommerce"]
---

# Run card transaction with iframe

`GET /pay/v3`

Returns an iframe that can be used to securely run a credit or debit card transaction.

For instructions on how to implement this endpoint, see the [Creating a card checkout page with the iframe](https://docs.nexiopay.com/docs/creating-a-card-checkout-page-with-the-iframe) 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 the request for the creation of the one-time-use or saved card token in 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

- string

## 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)
