Retry duplicate subscription compensation
Retry the idempotent cancellation/refund workflow for an unexpected Stripe Checkout completion. Platform admin access required.
Retry the idempotent cancellation/refund workflow for an unexpected Stripe Checkout completion. Platform admin access required.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
eventId*string
Length
1 <= lengthResponse Body
application/json
curl -X POST "https://example.com/admin/subscription-quarantines/string/retry"{ "quarantine": { "eventId": "string", "organizationId": "string", "stripeCheckoutSessionId": "string", "stripeSubscriptionId": "string", "stripeInvoiceId": "string", "status": "pending", "refundIds": [ "string" ], "errorCode": "string", "notifiedAt": "2019-08-24T14:15:22Z", "resolvedAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" }}Empty
Empty
Empty
Empty
Resolve one ambiguous platform billing command POST
Performs at most one Stripe subscription read and one optional schedule read, never writes to Stripe, and closes the command with immutable normalized evidence.
Send password reset email for a user POST
Trigger a password reset email for a specific user via Better Auth's forget-password flow. Platform admin access required.