Reconciliation

🚧

Paginated Response

Objects are returned in pages of 100 items. Pass the page=X query parameter, where X is the page number, to retrieve each page of the request result. Using page=1 will retrieve the first page of the result.

Drawdowns can be listed with a GET operation through the Reconciliation Drawdown endpoint: /reconciliation/drawdown.

Use the query parameters list after the example response below to query for the drawdowns you are interested in. You must specify at least one query parameter. Be as specific as possible with your query to improve response time performance.

Example Response

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "processor_request_id": "DJ00000008CE",
            "bank_account_last_four": "3464",
            "created": "2024-08-16T22:06:51.000000",
            "status": "received",
            "amount_cents": 175,
            "funding_complete_date": "2024-08-16T22:07:02.000000",
            "originating_counterparty_id": "00d26d58-f902-42df-bbc3-e9dc071c8a8c",
            "buyer_ref_id": "PDIB",
            "buyer_name": "Post Data Import Buyer",
            "trace_id": null
        },
        {
            "processor_request_id": "DJ00000008CC",
            "bank_account_last_four": "3464",
            "created": "2024-08-16T21:42:19.000000",
            "status": "received",
            "amount_cents": 446180,
            "funding_complete_date": "2024-08-16T21:42:23.000000",
            "originating_counterparty_id": "00d26d58-f902-42df-bbc3-e9dc071c8a8c",
            "buyer_ref_id": "PDIB",
            "buyer_name": "Post Data Import Buyer",
            "trace_id": null
        },
        {
            "processor_request_id": "DJ00000008C0",
            "bank_account_last_four": "3464",
            "created": "2024-08-07T17:06:06.000000",
            "status": "received",
            "amount_cents": 175,
            "funding_complete_date": "2024-08-07T17:06:13.000000",
            "originating_counterparty_id": "00d26d58-f902-42df-bbc3-e9dc071c8a8c",
            "buyer_ref_id": "PDIB",
            "buyer_name": "Post Data Import Buyer",
            "trace_id": null
        }
    ]
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!