Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Payment Methods

GET https://:subdomain.cobot.me/api/payment_methods

Lists all payment methods for a space.

Authentication required:
yes, additionally user must be a space admin
Scope required:
read_payment_methods
GET https://co-up.cobot.me/api/payment_methods

Response: returns a 200 status and the records as JSON:

[
  {
    "id": "2396259632946386",
    "name": "Cash",
    "hidden": false,
    "automated_processing": false
  }
]

back to index