A valid request URL is required to generate request examples
{ "methods": [ { "available": true, "method": "CARD", "minimum_amount": { "amount": 100, "unit": "USD" }, "reason": "Card payments are only available in the EU and US" } ]}
pay-orders
Get Payment Methods
Get the available payment methods for a PayOrder at the current request origin
GET
/
pay-orders
/
{payorder_id}
/
payment-methods
Error
A valid request URL is required to generate request examples
{ "methods": [ { "available": true, "method": "CARD", "minimum_amount": { "amount": 100, "unit": "USD" }, "reason": "Card payments are only available in the EU and US" } ]}