List Stripe External Adjustments
List unresolved Stripe dashboard refunds, disputes, and refund gaps for the authenticated lab. Lab owner/admin only.
List unresolved Stripe dashboard refunds, disputes, and refund gaps for the authenticated lab. Lab owner/admin only.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
page?integer
Range
0 < valueDefault
1limit?integer
Range
0 < value <= 100Default
20Response Body
application/json
curl -X GET "https://example.com/finances/external-adjustments"{ "data": [ { "id": "string", "paymentId": "string", "partnershipId": "string", "clinicId": "string", "clinicName": "string", "kind": "refund", "amount": "string", "resolutionAmount": "string", "currency": "string", "providerStatus": "string", "effectState": "none", "reviewReason": "string", "providerReference": "string", "paymentReference": "string", "lastProviderEventAt": "string", "createdAt": "string", "canResolve": true, "allowedResolutionTypes": [ "allocate" ] } ], "pagination": { "page": 0, "limit": 0, "total": 0, "totalPages": 0 }}List Finance Accounts GET
Retrieve a paginated list of clinic accounts with financial summaries. Lab-only. Shows total invoiced, paid, outstanding, overdue, and credit balance per partner clinic.
Resolve Stripe External Adjustment POST
Resolve one external Stripe adjustment by classifying its immutable debit against source-receipt invoices or retaining it explicitly at account level. Lab owner/admin only.