Skip to main content
GET
Transaction History

Transaction History Endpoint

Use this endpoint to fetch a detailed transaction history based on your organizational structure. You can query at the organization, customer, business, or wallet level.
orgId
string
required
The unique identifier for the organization. Example: 269fdb72-8c60-472e-a770-8a4e3bf0cdd9
orgCustomerId
string
required
The unique identifier for a customer under the organization. Example: 269fdb72-8c60-472e-a770-8a4e3bf0cdd9
orgBusinessId
string
The unique identifier for a business under the organization. Example: dfad02ef-69e5-4997-8602-21693070178d
orgBusinessCustomerId
string
The unique identifier for a customer under a specific business. Example: dfad02ef-69e5-4997-8602-21693070178d
walletId
string
The unique identifier for a wallet under the organization or business. Example: dfad02ef-69e5-4997-8602-21693070178d
status
string
Transaction status code. Example: 000001
startDate
string
required
ISO-formatted start date of the transaction history range. Example: 2023-01-01T00:00:00Z
endDate
string
required
ISO-formatted end date of the transaction history range. Example: 2023-01-31T23:59:59Z
page
string
required
Page number for paginated results. Example: 1
limit
string
required
Maximum number of records per page. Example: 50