GET

/payment-method-definitions

curl --request GET \
  --url https://api.sandbox.{gr4vy_id}.gr4vy.app/payment-method-definitions \
  --header 'Authorization: <authorization>'
{
  "items": [
    {
      "display_name": "Bank",
      "icon_url": "https://api.sandbox.example.gr4vy.app/assets/payment-method-definitions/bank.svg",
      "id": "bank",
      "long_display_name": "Bank (BACS)",
      "method": "BACS"
    }
  ]
}

This endpoint requires the payment-method-definitions.read scope.

Authorizations

Authorizationheaderrequired
string

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
items
object[]