Payment methods
List Offline Payment Method Definitions
Lists Offline Payment Method Definitions
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
}
]