Settlement records
List settlements for transaction
Gets settlements for a given transaction.
GET
/
transactions
/
{transaction_id}
/
settlements
This endpoint requires the transactions.read
scope.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
transaction_id
string
requiredThe ID for the transaction to get the information for.
Response
200 - application/json
A list of settlements.
items
object[]
A list of settlements.
Was this page helpful?