Get settlement
Gets information about a settlement associated with a certain transaction.
This endpoint requires the transactions.read
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID for the transaction to get the information for.
The unique ID of the settlement.
Response
A settlement record.
The type of this resource. Is always settlement
.
settlement
The unique identifier for this settlement.
The ID of the merchant account to which this settlement belongs to.
The date and time when this settlement was created in our system.
The date and time when this settlement was last updated.
The date and time when this settlement occurred.
The date and time when information about this settlement was ingested into our system.
The currency code of this settlement in ISO 4217 three-letter code format.
The net amount of this settlement.
The exchange rate used to convert amounts from the processing currency to the settlement currency.
The total commission of this settlement, expressed in currency
.
The interchange fee of this settlement, expressed in currency
.
The markup of this settlement by the acquirer, expressed in currency
.
The scheme fee of this settlement, expressed in currency
.
The ID of the payment service report containing this settlement.
The list of payment service report file IDs that make up the payment service report containing this settlement.
The ID of the transaction associated with this settlement.
Was this page helpful?