We refreshed our doc site!

Bookmarked links may have changed

Read release notes

listSettlements

Circle Mint

List all settlements

GEThttps://api.circle.com/v1/settlements

Query parameters
from
date-time

Queries items created since the specified date-time (inclusive).

to
date-time

Queries items created before the specified date-time (inclusive).

pageBefore
string

A collection ID value used for pagination.

It marks the exclusive end of a page. When provided, the collection resource will return the next n items before the id, with n being specified by pageSize.

The items will be returned in the natural order of the collection.

The resource will return the first page if neither pageAfter nor pageBefore are specified.

SHOULD NOT be used in conjuction with pageAfter.

pageAfter
string

A collection ID value used for pagination.

It marks the exclusive begin of a page. When provided, the collection resource will return the next n items after the id, with n being specified by pageSize.

The items will be returned in the natural order of the collection.

The resource will return the first page if neither pageAfter nor pageBefore are specified.

SHOULD NOT be used in conjuction with pageBefore.

pageSize
integer

Limits the number of items to be returned.

Some collections have a strict upper bound that will disregard this value. In case the specified value is higher than the allowed limit, the collection limit will be used.

If avoided, the collection will determine the page size itself.

Response
RequestChoose a language
ResponseChoose an example
1{
2  "data": [
3    {
4      "id": "b8627ae8-732b-4d25-b947-1df8f4007a29",
5      "merchantWalletId": "212000",
6      "walletId": "12345",
7      "totalDebits": {
8        "amount": "3.14",
9        "currency": "USD"
10      },
11      "totalCredits": {
12        "amount": "3.14",
13        "currency": "USD"
14      },
15      "paymentFees": {
16        "amount": "3.14",
17        "currency": "USD"
18      },
19      "chargebackFees": {
20        "amount": "3.14",
21        "currency": "USD"
22      },
23      "createDate": "2020-04-10T02:13:30.000Z",
24      "updateDate": "2020-04-10T02:13:30.000Z"
25    }
26  ]
27}
Did this page help you?
© 2023-2024 Circle Technology Services, LLC. All rights reserved.