Tenant
Get tenant capabilities
Read which payment methods and currencies your account can actually use.
GET/v1/tenant/capabilities
Parameters
This endpoint takes no parameters.
Returns
Returns a TenantCapabilitiesResponse object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the tenant:read scope. |
| 429 | Rate limited. Back off and retry. |
Other tenant operations
- Get billing profile GET /v1/tenant/billing_profile
- Update billing profile POST /v1/tenant/billing_profile
- Export tenant data GET /v1/tenant/export
- Get portal branding GET /v1/tenant/portal_branding
- Update portal branding POST /v1/tenant/portal_branding
- Rotate tenant provider credential POST /v1/tenant/provider_credential
BillKit