List Payouts
Lists payouts across one or more merchants. Returns the full state history of each payout.
Authentication
AuthorizationBearer
OAuth 2.0 access token issued by the CrissCross authorisation server.
Query parameters
merchantIds
Comma-separated list of merchant IDs to list payouts for.
Response
Payouts retrieved successfully.
transactionId
Unique payout identifier.
currentState
Current state name.
previousStates
Ordered list of prior state names.
transactionStates
Detailed history of state transitions.
merchantReference
Your reference for the payout.
processor
Payout processor used.
merchantName
Merchant display name.
amount
Payout amount.
currency
3-character ISO currency code.
paymentLocation
3-letter ISO country code.
paymentMethodId
Payment method identifier (e.g. banktransfer).
transactionType
Transaction type (e.g. PAYOUT).
processorReference
Processor-side reference.
financialTransactionReference
Financial transaction reference returned by the processor.
currentAttemptId
Identifier of the current delivery attempt.
batchPayoutId
Batch identifier when part of a batch payout.
identifiers
paymentAttributes
Errors
400
Bad Request Error
401
Unauthorized Error
422
Unprocessable Entity Error
500
Internal Server Error