Alternative Payment Methods
Get APM iframe
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.
<!-- theme: info --><!-- theme: warning -->📘 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 topic.
This iframe emits events, alerting you when the transaction has been submitted, processed, and so forth.
<div style="display:none;">⚠️ Try It
To use the Try It feature for this endpoint, you must first request an APM one-time-use token.
Request parameters
- token
Response parameters
- HTML page
get/apm/v3
Query parameters
tokenstring required
Example:477d626c-9d29-46cf-8a41-abab04874eac
Your APM one-time-use token.
Response
Success.
Returns the code for an APM payment page with HTML, CSS, and JavaScript.