List payment methods
GET/v1/payment_methods
Returns a paginated list of the current organization's payment methods. Optional filters: billing_account_id, type, status.
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
Paginated list of payment methods.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Rate limit exceeded.
Unexpected server error.