List Payments

Retrieves a list of payments based on the provided query parameters

Query parameters

merchantIdsstringOptional
Array of merchant IDs to retrieve payments for

Response

Payments retrieved successfully
currentStatestring
Current transaction state
previousStateslist of strings
Array of previous transaction states
processorstring
Payment processor used for the transaction
merchantNamestring
Merchant name
transactionIdstring
Unique transaction identifier
amountdouble
Transaction amount
paymentMethodIdstring
Payment method identifier
currencystring
Transaction currency
merchantReferencestring
Merchant reference
transactionStateslist of objects
Detailed transaction state history
paymentAttributesmap from strings to strings or null

Payment-specific attributes and metadata

identifiersmap from strings to strings or null
Additional transaction identifiers
paymentInstrumentobject or null
Card payment instrument details
processorReferencestring or null
Payment processor reference
financialTransactionReferencestring or null
Financial transaction reference from the processor
currentAttemptIdstring or null
Current attempt identifier

Errors