GuideLab API

List duplicate subscription compensations

List recent unexpected Stripe Checkout completions and their cancellation/refund state. Platform admin access required.

GET
/admin/subscription-quarantines

List recent unexpected Stripe Checkout completions and their cancellation/refund state. 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

Response Body

application/json

curl -X GET "https://example.com/admin/subscription-quarantines"
{  "quarantines": [    {      "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