Payment method definitions
List payment method definitions
Returns a list of all available payment method definitions.
GET
This endpoint requires the payment-method-definitions.read
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
Returns a list of payment method definitions.
A list of available payment method definitions.
Definitions of a payment method including icon, label, etc.
Was this page helpful?