latestOpenAPI 3.1.02026-08-218667571.2 MB

a8ca30023371

User APIs
auth

Create Signup Billing Portal

Create a Stripe Billing Portal session for a signup in payment_failed state. The frontend should pass return_url that includes the signup session_id so when the user returns from the portal they can poll GET /signup/{session_id}/status.

post/api/v1/auth/signup/{session_id}/billing-portal

Path parameters

session_idstring required

Request body

return_urlstring required

URL to return to after the portal (should include signup session_id for status polling)

Response

Successful Response

urlstring required

Stripe Customer Portal URL

session_idstring required

Signup session_id (for frontend consistency)