---
title: "Get APM iframe"
method: GET
path: "/apm/v3"
tags: ["Alternative Payment Methods"]
---

# Get APM iframe

`GET /apm/v3`

Returns HTML for an iframe that allows a user to redirect to the chosen alternative payment method's web page in a new window.

The alternative payment method must be chosen upon retrieval of an [APM one-time-use token](https://docs.nexiopay.com/reference/createapmonetimeusetoken).

<!-- theme: info -->
> 📘 Note
> 
> Only use this endpoint when you are not using one of the standard integration methods. For more information about those standard methods, see the [Supported integration methods for APMs](https://docs.nexiopay.com/docs/supported-integration-methods-for-apms) topic.
> 
> This iframe emits events, alerting you when the transaction has been submitted, processed, and so forth.

<!-- theme: warning -->
> ⚠️ Try It
> 
> To use the Try It feature for this endpoint, you must first request an [APM one-time-use token](https://docs.nexiopay.com/reference/createapmonetimeusetoken).

<div style="display:none;">

## Request parameters
- token

## Response parameters
- HTML page

</div>

## Query parameters

- `token` string, required

## Response `200`

Success. 

Returns the code for an APM payment page with HTML, CSS, and JavaScript.

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