Cobranças por data de pagamento
GET
https://api.sandbox.neofin.services/billing/installment/by_payment_date
Last modified:2025-05-19 17:44:49
2025-01-18
serão listados pagamentos dessa data em diante.Request Request Example
Shell
JavaScript
Java
Swift
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'
Response Response Example
200 - Example 1
{
"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",
"biling": {
"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
}
Request
Query Params
start_paid_at_date
string
optional
Example:
{{$date.isoTimestamp(representation='date')}}
end_paid_at_date
string
optional
Example:
{{$date.isoTimestamp(representation='date')}}
Header Params
api-key
string
required
Example:
{{API_KEY}}
secret-key
string
required
Example:
{{SECRET_KEY}}
Content-Type
string
required
Example:
application/json