{
"data": [
{
"id": "plink_abc123",
"url": "https://checkout.withgale.com/pay/plink_abc123",
"amount_cents": 4995,
"currency": "USD",
"description": "Blood Pressure Monitor",
"payment_type": "one_time",
"status": "paid",
"customer": {
"email": "customer@example.com"
},
"order": {
"id": "ord_xyz789"
},
"created_at": "2025-10-18T14:30:00Z",
"paid_at": "2025-10-18T15:30:00Z"
},
{
"id": "plink_def456",
"url": "https://checkout.withgale.com/pay/plink_def456",
"amount_cents": 9900,
"currency": "USD",
"description": "Monthly Membership",
"payment_type": "subscription",
"status": "paid",
"customer": {
"email": "member@example.com"
},
"subscription": {
"id": "sub_abc123",
"status": "active"
},
"created_at": "2025-10-17T10:00:00Z",
"paid_at": "2025-10-17T10:15:00Z"
}
],
"has_more": true,
"next_cursor": "plink_def456"
}