Skip to main content
GET
Settled Transactions in Batch

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-org-id
string
default:""
required

The Organization ID header used for authorization

x-partner-id
string
default:""
required

The Partner ID header used for authorization

Path Parameters

batch_id
string
required

The unique identifier for the settlement batch

Example:

"batch_123456789"

Query Parameters

transaction_id
string

Optional transaction identifier filter

page
integer<int32>

Results page number (minimum 1)

Required range: x >= 1
limit
integer<int32>

Page size (maximum 100)

Required range: 1 <= x <= 100

Response

Response containing settled transactions for a settlement batch

Standard response structure for successful operations

ok
boolean

Indicates if the operation was successful

Example:

true

data
object

Contains the response data