Create a provider Portal URL from hosted subscription management
POST/subscription-management/portal
Creates a fresh provider Portal URL for invoices, payment methods, and provider-supported cancellation. Portal URLs are never cached. The application return URL is taken from the signed management session.
Request
Responses
- 201
- 403
- 404
- 409
- 410
- 429
- 500
Created
Forbidden (realm/account mismatch, billing account not derived from your session/principal, or insufficient role)
Not Found
Conflict (idempotency body mismatch, duplicate adjustment, or an unsupported provider capability). Unsupported mutations return BILLING.PAYMENT_PROVIDER_CAPABILITY_UNSUPPORTED before Customer creation, provider I/O, or local state mutation. Concurrent use of the same Idempotency-Key returns WRITE.IDEMPOTENCY_IN_PROGRESS; different keys are independent requests whose final ordering is owned by the PSP. A subscription Checkout with mixed group, currency, or recurrence facts is rejected before Customer lookup or provider I/O. Missing or inconsistent selected Customer bindings return BILLING.PAYMENT_PROVIDER_CUSTOMER_REQUIRED or BILLING.PAYMENT_PROVIDER_CUSTOMER_CONFLICT without silently replacing the binding.
Management session expired
Rate limited
Response Headers
Seconds to wait before retry.
Internal Server Error