ListLinkedPayables200Response (object)
| Field | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| data* | object[] | array Elements A payable (invoice, credit note, dunning, receipt) linked to a bank transaction.
|
Example (JSON)
{
"data": [
{
"id": 0,
"payable_type": "Invoice",
"payable_id": 0,
"amount_cents": 0,
"currency_code": "string",
"payment_date": "2025-01-14T00:00:00.000Z",
"payable_label": "string",
"amount_total_cents": 0,
"amount_open_cents": 0
}
]
}