Settlements

Retrieve and list settlements that group batched payments into a payout.

View as Markdown

A settlement groups payments that were batched together and paid out in a single transfer. VINR creates a settlement automatically when a payout is initiated; you cannot create them manually.

Illustrative content. Hand-authored to demonstrate the Standard/Advanced pattern; the production page will be generated from the VINR OpenAPI spec (roadmap item #1). Field names are representative.

The settlement objectAsk

idstring

Unique identifier for the settlement, e.g. stl_5Rw9nCpT.

payoutstringExpandable

The payout (po_) this settlement was included in. Expand to retrieve the full payout object.

amountinteger

Gross amount of the batched payments, in the smallest currency unit (e.g. cents).

currencystring

Three-letter ISO currency code, e.g. EUR.

netinteger

Net amount after fees, in the smallest currency unit.

transaction_countinteger

Number of individual payment transactions included in this settlement.

createdtimestamp

Unix timestamp of when the settlement was created.

Retrieve a settlementAsk

List settlementsAsk

Returns a list of settlements, optionally filtered by the associated payout. Results are sorted by creation date, newest first.

settlement.created. See Events.

Was this page helpful?