Reconciliation

Log in to see full request history

🚧

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 } ] }
Query Params
integer

A page number within the paginated result set.

string

Buyer external_reference_id.

uuid

Buyer uuid.

string

Supplier external_reference_id.

string

Payment tracking_id.

string

Invoice number.

string

Status of the funding request.

date-time

Starting date to find drawdown's that were created within a date range.

date-time

Ending date to find drawdown's that were created within a date range.

date-time

Starting date to find drawdown's that were completed within a date range.

date-time

Ending date to find drawdown's that were completed within a date range.

integer

Lowest drawdown amount in cents to find drawdown's in a range of drawdown amounts,

integer

Highest drawdown amount in cents to find drawdown's in a range of drawdown amounts,

Responses

400

Bad Request

Language
Credentials
:
Click Try It! to start a request and see the response here! Or choose an example:
application/json