2️⃣Get APM Options
In order to display the correct APM options at checkout, you should request the options available from the Optty platform using this request.
Sandbox Testing Environment
Merchant URL | https://api.qa.optty.com |
Production Environment
Merchant URL | https://api.optty.com |
Use this method to request available payment methods from Optty to get
GET
/options
Use this method to request from Optty a list of available payment methods in the order that they should be displayed. e.g. GET /options?amount=100¤cy=EUR
Query URL Parameters
Name | Type | Description |
---|---|---|
currency | eg. USD | |
amount | eg. 100 |
Headers
Name | Type | Description |
---|---|---|
* | String | Bearer <token> |
All active APMs will be returned in the response but the example below assumes a single APM.
Last updated