Buscando pelo Integration Identifier
Sandbox
Sandbox
GET
https://api.sandbox.neofin.services/billing/integration/{integration_identifier}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.sandbox.neofin.services/billing/integration/seu-id-interno-123456' \
--header 'api-key: ' \
--header 'secret-key: '
Response Response Example
200 - Example 1
{
"customer_mail": "string",
"fine": "string",
"digest": "string",
"status": "string",
"installments": 0,
"nfe_number": "string",
"customer_phone": "string",
"fees": "string",
"installment_type": "string",
"billing_number": "string",
"created_by_name": "string",
"customer_document": "string",
"discount_before_payment": "string",
"integration_identifier": "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",
"payments": [
{
"installment": "string",
"payment_number": "string",
"payment_status": "string"
}
]
}
Request
Path Params
integration_identifier
string
required
Example:
seu-id-interno-123456
Header Params
api-key
string
required
Example:
{{API_KEY}}
secret-key
string
required
Example:
{{SECRET_KEY}}