{
"token": "c3d4e5f6-a7b8-9012-cdef-123456789012",
"status": "pending_first_payment",
"subscriber_name": "João Silva",
"subscriber_email": "joao@email.com",
"subscriber_document": "123.456.789-00",
"subscriber_phone": "+5511999999999",
"started_at": "2025-06-01T10:00:00.000000Z",
"next_charge_at": "2025-07-01T10:00:00.000000Z",
"overdue_since": null,
"suspended_at": null,
"cancelled_at": null,
"retry_count": 0,
"plan": {
"token": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "Plano Mensal",
"description": "Acesso completo à plataforma por 30 dias",
"amount": 50,
"periodicity_days": 30,
"billing_advance_days": 3,
"grace_period_days": 5,
"max_retry_attempts": 3,
"billing_method": "qr_code",
"status": "active",
"checkout_url": "https://app.syncpayments.com.br/subscription/a1b2c3d4-e5f6-7890-abcd-ef1234567890"
},
"charges": [
{
"cycle_number": 2,
"amount": 50,
"status": "pending",
"due_date": "2025-07-01",
"expires_at": "2025-07-02T00:00:00.000000Z",
"paid_at": null,
"payment": {
"pix_code": "00020126360014BR.GOV.BCB.PIX0114+5511999999999...",
"qr_code": null
}
}
]
}