ListEnvelope_Refund
| Field | Type | Required | Description |
|---|---|---|---|
| data | Refund[] | ||
| has_more | boolean | ||
| next_cursor | string | null |
Example
Generated from the schema — a shape, not a sample.
{
"data": [
{
"amount": {
"currency": "string",
"minor": 0
},
"created_at": "2026-10-01T09:00:00Z",
"id": "string",
"number": "string",
"payment_id": "string",
"reason": "string",
"reason_code": 0,
"status": "requested",
"succeeded_at": "2026-10-01T09:00:00Z"
}
],
"has_more": false,
"next_cursor": "string"
}