ListEnvelope_Payment
| Field | Type | Required | Description |
|---|---|---|---|
| data | Payment[] | ||
| has_more | boolean | ||
| next_cursor | string | null |
Example
Generated from the schema — a shape, not a sample.
{
"data": [
{
"amount": {
"currency": "string",
"minor": 0
},
"checkout_url": "string",
"created_at": "2026-10-01T09:00:00Z",
"customer": {
"email": "string",
"name": "string",
"phone": "string"
},
"description": "string",
"expires_at": "2026-10-01T09:00:00Z",
"id": "string",
"late": false,
"metadata": {},
"method": "promptpay",
"mode": "string",
"next_action": null,
"number": "string",
"reference": "string",
"refunded_minor": 0,
"return_url": "string",
"status": "created",
"succeeded_at": "2026-10-01T09:00:00Z"
}
],
"has_more": false,
"next_cursor": "string"
}