Follow the question structure recommended by Dev Bot before submitting your integration questions.
NOTE. Available for use with branch access key and also with General ADM access key.
| Parameter | Type | Required | Description |
|---|---|---|---|
| description | string | No | Filters by the description of the account. |
| dateInputStart | date-time | No | Filters accounts with launch date from a date (YYYY-MM-DD). |
| dateInputEnd | date-time | No | Filters accounts with launch date until a date (YYYY-MM-DD). |
| dueDateStart | date-time | No | Filters accounts with due date from a date (YYYY-MM-DD). |
| dueDateEnd | date-time | No | Filters accounts with due date until a date (YYYY-MM-DD). |
| datePaymentStart | date-time | No | Filters accounts with payment date from a date (YYYY-MM-DD). |
| datePaymentEnd | date-time | No | Filters accounts with payment date until a date (YYYY-MM-DD). |
| compentenceStart | date-time | No | Filters accounts with competence date from a date (YYYY-MM-DD). |
| competenceEnd | date-time | No | Filters accounts with competence date until a date (YYYY-MM-DD). |
| bankAccount | string | No | Filters by associated bank accounts. Can use multiple IDs separated by commas, e.g., 2,215. |
| ammountStart | number | No | Filters accounts with minimum amount to pay. |
| ammountEnd | number | No | Filters accounts with maximum amount to pay. |
| accountStatus | string | No | Filters by the status of the account. Use IDs separated by commas: 1 - Open, 2 - Paid, 3 - Canceled. |
| take | int32 | No | Total number of records to be returned. Default value: 50. Maximum allowed: 50. |
| skip | int32 | No | Total number of records to be ignored (for pagination). Default value: 0. |
| Field | Type | Description |
|---|---|---|
idPayable | int32 | Unique identifier of the payable. |
description | string | Description of the payable. |
recipient | string | Recipient of the payment. |
costCenter | object | Cost center associated with the payable. See more below. |
inputDate | date-time | Launch date of the payable. |
dueDate | date-time | Due date of the payable. |
paymentDate | date-time | Date on which the payment was made. |
competenceDate | date-time | Accounting competence date of the payable. |
cancellationDate | date-time | Cancellation date of the payable, if applicable. |
ammount | number | Total amount of the payable. |
ammountPaid | number | Amount actually paid. |
status | object | Current status of the payable. See more below. |
destination | object | Financial destination of the payment. See more below. |
bankAccount | object | Bank account used for the payment. See more below. |
beneficiary | string | Beneficiary of the payment. |
categories | string | Category(ies) associated with the payable. |
observation | string | Additional observations about the payable. |
costCenter Object| Field | Type | Description |
|---|---|---|
id | int32 | Identifier of the cost center. |
name | string | Name of the cost center. |
status Object| Field | Type | Description |
|---|---|---|
id | int32 | Identifier of the status of the payable. |
name | string | Name or description of the status. |
destination Object| Field | Type | Description |
|---|---|---|
id | int32 | Identifier of the financial destination. |
name | string | Name of the financial destination. |
bankAccount Object| Field | Type | Description |
|---|---|---|
id | int32 | Identifier of the bank account. |
name | string | Name or description of the bank account. |