v1
latestOpenAPI 3.1.02026-07-261420929.5 KBExtrato de Faturas
Retorna o extrato de faturas de uma conta.
get/accounts/invoices
Query parameters
yearstring
Ano
monthstring
Mês
statusstring
Filtrar pelo status da fatura. ("pending", "paid", "partially_paid", "externally_paid", "refunded", "expired", "canceled", "in_protest", "chargeback")
Response
200
Example response
[
{
"id": "111D480C111147B08D0603548A078B40",
"created_at": "2024-08-01T14:45:11-03:00",
"due_date": "2024-08-18",
"pending_value": "40.00 BRL",
"paid_value": "0.00 BRL",
"taxes_paid": "0.00 BRL",
"customer_email": "teste.teste@iugu.com",
"commission": "0.00 BRL",
"status": "pending"
}
]