Tenant
Rotate tenant provider credential
Replace the payment provider API key BillKit uses to charge on your behalf.
POST/v1/tenant/provider_credential
Parameters
| Parameter | Description |
|---|---|
| api_keystringrequired | At most 128 characters. |
| modeenum | nulloptional | One of live, test. |
| providerconstoptional | Always mollie. Defaults to "mollie". |
Returns
Returns a TenantProviderCredentialResponse object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the tenant:write scope. |
| 422 | Validation Error |
| 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
- Get tenant capabilities GET /v1/tenant/capabilities
- Export tenant data GET /v1/tenant/export
- Get portal branding GET /v1/tenant/portal_branding
- Update portal branding POST /v1/tenant/portal_branding
BillKit