Settlements API
Get next settlement
Retrieve the details of the current settlement, that has not yet been paid out.
For a complete reference of the settlement object, refer to the Get settlement endpoint documentation.
For more accurate bookkeeping, refer to the balance report endpoint or the balance transactions endpoint.
get/v2/settlements/next
Headers
idempotency-keystring
Example:123e4567-e89b-12d3-a456-426
A unique key to ensure idempotent requests. This key should be a UUID v4 string.
Response
The next settlement object. For a complete reference of the settlement object, refer to the Get settlement endpoint documentation.