v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBList expected payments
List and filter expected payments.
Query parameters
The ID of the object from which your list request will start. It is not included in the result.
Order is based on attribute created_at. If asc, results are fetched in chronological order. If desc, results are fetched in reversed chronological order. Default order is desc.
The creation date of the expected payment.
The creation date of the expected payment.
The expected date of the expected payment.
The expected date of the expected payment.
The direction of the expected payment.
The amount of the expected payment.
The amount of the expected payment.
The currency of the payment.
If true, only canceled expected payments will be fetched.
The ID of the connected account related to the expected payment.
The account number of the counterparty, which can be the IBAN or any other identification provided by the bank.
The external account number, which can be the IBAN or any other identification provided by the bank.
The name of the counterparty.
The name of the external account holder.
The description of the expected_payment.
The number of the virtual account linked to the expected payment.
The number of the internal account of type virtual linked to the expected payment.
The reconciliation status of the expected payment.
The ID of the counterparty of the expected payment.
The ID of the external account holder.
The ID of the counterparty account of the expected payment.
The ID of the external account.
Response
200
Example response
{
"records": [
{
"id": "2086dfa8-2640-43ff-9144-e73bab721832",
"idempotency_key": "8A2gcC",
"object": "expected_payment",
"direction": "credit",
"amount_from": 2000,
"amount_to": 3000,
"currency": "EUR",
"start_date": "2022-01-05",
"end_date": "2022-01-05",
"connected_account_id": "254e3100-afd6-44f2-8084-87e8ae67b554",
"counterparty_account": {
"account_number": "FR7601234567890627967100010",
"holder_name": "PartnerCo"
},
"external_account": {
"account_number": "FR7601234567890627967100010",
"holder_name": "PartnerCo"
},
"internal_account": {
"account_number": "FR8414508000704858926265I89",
"name": "Expenses account",
"type": "virtual"
},
"reconciliation_status": "reconciled",
"reconciled_amount": 2000,
"metadata": {
"property_a": true,
"property_b": "some label"
},
"virtual_account_number": "FR4217569000705838477329D20",
"created_at": "2022-01-03T11:53:19.734182Z",
"canceled_at": "2022-01-03T15:12:20.644356Z"
}
]
}