members.dev
Payment methods

List Offline Payment Method Definitions

Lists Offline Payment Method Definitions

GET
/v1/payment-methods/offline-definitions

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://api.members.dev/portal/v1/payment-methods/offline-definitions"
[
  {
    "type": "offline_cash",
    "name": "string",
    "instructions": "string",
    "is_enabled": true,
    "id": "string",
    "created_at": null,
    "updated_at": null
  }
]