ListEnvelope_PaymentLink
| Field | Type | Required | Description |
|---|---|---|---|
| data | PaymentLink[] | ||
| has_more | boolean | ||
| next_cursor | string | null |
Example
Generated from the schema — a shape, not a sample.
{
"data": [
{
"amount": {
"currency": "string",
"minor": 0
},
"amount_type": "fixed",
"code": "string",
"collect_email": "required",
"collect_name": "required",
"collect_phone": "required",
"created_at": "2026-10-01T09:00:00Z",
"currency": "string",
"description": "string",
"expires_at": "2026-10-01T09:00:00Z",
"id": "string",
"max_amount": {
"currency": "string",
"minor": 0
},
"max_uses": 0,
"metadata": {},
"min_amount": {
"currency": "string",
"minor": 0
},
"mode": "string",
"number": "string",
"return_url": "string",
"status": "active",
"uses": 0
}
],
"has_more": false,
"next_cursor": "string"
}