GuideLab API

Retry duplicate subscription compensation

Retry the idempotent cancellation/refund workflow for an unexpected Stripe Checkout completion. Platform admin access required.

POST
/admin/subscription-quarantines/{eventId}/retry

Retry the idempotent cancellation/refund workflow for an unexpected Stripe Checkout completion. Platform admin access required.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Path Parameters

eventId*string
Length1 <= length

Response 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