2025-01-18
serão listados pagamentos dessa data em diante.curl --location -g --request GET 'https://api.sandbox.neofin.services/billing/installment/by_payment_date?start_paid_at_date={{$date.isoTimestamp(representation='\''date'\'')}}&end_paid_at_date={{$date.isoTimestamp(representation='\''date'\'')}}' \
--header 'api-key: ' \
--header 'secret-key: ' \
--header 'Content-Type: application/json'
{
"installments": [
{
"discount_before_payment": 0,
"fine": 0,
"original_amount": 0,
"boleto_pdf": "string",
"nfe_number": "string",
"customer_phone": "string",
"nf_url": "string",
"renegotiation_in_progress": true,
"paid_amount": 0,
"installment_order": "string",
"customer_document": "string",
"paid_at": "string",
"installment_number": "string",
"integration_identifier": 0,
"customer_id": "string",
"billing": {
"fine": 0,
"digest": "string",
"status": "processing",
"nfe_number": "string",
"customer_phone": "string",
"fees": 0,
"billing_number": "string",
"created_by_name": "string",
"customer_document": "string",
"discount_before_payment": 0,
"integration_identifier": "string",
"issued_at": 0,
"amount": 0,
"description": "string",
"discount_before_payment_due_date": 0,
"customer_name": "string"
}
}
],
"next_page_token": "string",
"count": 0
}