List company payment methods
GET/v1/company/payment-methods
Lists the active payment methods configured for the company behind the credential: only those enabled for at least one order service type (ONSITE, TABLE, DELIVERY, TAKEAWAY) are returned.
Required scope: payment-methods:read
Request
Responses
- 200
- 401
- 403
- 404
- 422
Company payment methods.
Unauthenticated — the request is missing a credential, or the Bearer token / API key is invalid, expired, or revoked.
Insufficient scope — the credential is authenticated but lacks a scope the endpoint requires.
Not found — no resource matches the id in the path (or it belongs to a different company).
Validation failed — the request body failed schema validation. errors[] lists every offending field.