Cobranças por status
Sandbox
Sandbox
GET
https://api.sandbox.neofin.services/billing/status/{status}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.sandbox.neofin.services/billing/status/pending?next_page_token=' \
--header 'api-key: ' \
--header 'secret-key: '
Response Response Example
200 - Example 1
{
"billings": [
{
"customer_mail": "string",
"fine": 0,
"digest": "string",
"status": "string",
"installments": 0,
"nfe_number": "string",
"customer_phone": "string",
"fees": 0,
"installment_type": "string",
"billing_number": "string",
"created_by_name": "string",
"customer_document": "string",
"origin": "string",
"discount_before_payment": 0,
"integration_identifier": "string",
"customer_id": "string",
"due_date": 0,
"updated_at": 0,
"issued_at": 0,
"amount": 0,
"description": "string",
"billing_url": "string",
"discount_before_payment_due_date": 0,
"customer_name": "string",
"type": "string"
}
],
"next_page_token": "string",
"count": 0
}
Request
Path Params
status
enum<string>
required
Allowed values:
processingpendingoverduecancelledcancellingpayment_approvedpaiddeleteddeletingrenegotiatedpartially_paidin_liquidationcreditedpending_derogatoryprocessing_derogatoryderogatoryderogatory_cancelledpaid_after_derogatorypending_protestprocessing_protestprotestedprotest_cancelledpaid_after_protested
Example:
pending
Query Params
next_page_token
string
optional
Header Params
api-key
string
required
Example:
{{API_KEY}}
secret-key
string
required
Example:
{{SECRET_KEY}}