Payment options
List payment options with POST
Returns a list of available payment method options for the combination of amount, currency, country, metadata and list of cart items.
If the amount is zero, payment options which do not support zero amounts, will be omitted in the response.
Checkout flow rules are used to limit these result.
POST
This endpoint requires the payment-options.read
or embed
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
A request to get list of payment options.
Response
200
application/json
Returns a list of available payment options for the given query
parameters.
A list of payment options.