MB Wallet Developers
API referenceV1Refunds

/v1/refunds

GET/v1/refunds

[checkout_api] list own org refunds (RLS; keyset cursor=caseId; status filter)

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

Query Parameters

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

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/refunds"
{  "object": "list",  "data": [    {      "id": "string",      "object": "refund",      "amount": 0,      "currency": "string",      "status": "string",      "payment": "string",      "created": 0    }  ],  "has_more": true,  "next_cursor": "string"}