Payment method definitions
List payment method definitions
Returns a list of all available payment method definitions.
GET
/
payment-method-definitions
This endpoint requires the payment-method-definitions.read
scope.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
A list of available payment method definitions.
items
object[]
Was this page helpful?