v1

latestOpenAPI 3.0.02026-07-24161215397.4 KB
Payments

Retrieve all payment methods

Retrieve all payment methods. The response body should contain the default payment methods for the organization along with the ones that come from any integrations.

Required scopes: flex.billing.payments.methods.read

get/api/v2/organizations/{orgSlug}/payments/methods

Path parameters

orgSlugstring required

organization slug

Query parameters

locationsstring[]

Filter by location ids

[
  "6a59d07d856fad4ee41952b6",
  "6a59d07d856fad4ee41952b7"
]

Response

paymentMethodsstring[] required

An array of payment methods.

Example response

{
  "paymentMethods": [
    "Cash",
    "Credit Card",
    "Bank Transfer"
  ]
}