MB Wallet Developers
API referenceV1Checkout_sessions

/v1/checkout_sessions

GET/v1/checkout_sessions

[checkout_api] list own org+mode checkout sessions (keyset cursor=caseId)

Security: gated; the registry declares no role list for this surface.

Query Parameters

limit?integer
Range1 <= value <= 100
Default25
cursor?string
status?string
from?string
to?string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/checkout_sessions"
{  "object": "list",  "data": [    {      "id": "string",      "mode": "test",      "status": "string",      "payment_status": "string",      "currency": "string",      "amount_total": 0,      "created_at": 0    }  ],  "has_more": true,  "next_cursor": "string",  "items": [    {      "id": "string",      "mode": "test",      "status": "string",      "payment_status": "string",      "currency": "string",      "amount_total": 0,      "created_at": 0    }  ],  "nextCursor": "string"}