{
"id": "webhook_event_id_example",
"apiVersion": "1.1",
"object": "subscription",
"event": "cycle_failed",
"createdAt": "2025-08-06T13:57:36.672Z",
"data": {
"subscription": {
"id": "subscription_id_example",
"name": "Assinatura Premium com Eventos",
"clientId": "YOUR_CLIENT_ID",
"merchantId": "YOUR_MERCHANT_ID",
"customerId": "YOUR_CUSTOMER_ID",
"referenceKey": "SUB-PREMIUM-001",
"currency": "BRL",
"items": [
{
"name": "Ingresso VIP Mensal",
"description": "Acesso VIP premium a eventos mensais",
"amount": 29900,
"quantity": 1,
"sku": "VIP-EVENT-001",
"risk": "Low",
"categoryId": "entertainment",
"locality": "São Paulo",
"date": "2025-12-01",
"type": 1,
"genre": "Shows e Eventos",
"tickets": {
"quantityTicketSale": 1,
"convenienceFeeValue": 15.5,
"quantityFull": 1,
"batch": 1
},
"location": {
"street": "Av. Paulista",
"number": "1000",
"complement": "Centro de Convenções",
"zipCode": "01310-100",
"city": "São Paulo",
"state": "SP",
"country": "Brasil",
"district": "Bela Vista",
"reference": "Próximo ao MASP"
}
}
],
"recurrence": {
"interval": "monthly",
"startAt": "2025-08-06",
"nextDueDate": "2025-09-06"
},
"paymentMethod": {
"type": "credit",
"card": {
"cardId": "YOUR_CARD_ID"
},
"installments": 1
},
"status": "created",
"amount": 29900,
"liveMode": true,
"createdAt": "2025-08-06T13:57:36.295605Z",
"updatedAt": "2025-08-06T13:57:36.393955Z",
"lastCycle": {
"id": "cycle_id_example",
"customerId": "YOUR_CUSTOMER_ID",
"merchantId": "YOUR_MERCHANT_ID",
"cycle": 1,
"attempts": 1,
"status": "pending",
"isEmulated": false,
"createdAt": "2025-08-06T13:57:36.3877Z",
"scheduledAt": "2025-08-06",
"paymentHistory": [
{
"id": "payment_history_id_example",
"createdAt": "2025-08-06T13:57:36.396306294Z",
"chargeId": null,
"attemptNumber": 1,
"error": null
}
]
}
},
"errorCode": 404
}
}