invoice.*, data é uma fatura:
id (inv_...), status, customer, paymentMethod, items, currency. Detalhes: Referência de faturas.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Campo data nos eventos invoice.*
invoice.*, data é uma fatura:
{
"id": "inv_xyz789abc",
"livemode": false,
"customer": "cus_ahwDXrgYvur89iPs",
"paymentMethod": "pm_abc123xyz",
"status": "open",
"currency": "BRL",
"createdAt": 1731622178441,
"updatedAt": 1731622178441,
"canceledAt": null,
"items": [
{
"id": "ii_abc123",
"product": "prod_xyz",
"price": "pri_xyz",
"name": "Plano Mensal",
"amount": 9900,
"quantity": 1
}
]
}
id (inv_...), status, customer, paymentMethod, items, currency. Detalhes: Referência de faturas.