Search sessions by merchant reference

Retrieves checkout sessions matching a merchant reference, most recent first. Each result has the same shape as Get Session, including the active transaction when a payment has been initiated.

Query parameters

merchantReferencestringRequired
Merchant reference to search for
merchantIdslist of stringsRequired

Comma-separated list of merchant IDs to search within

Response

Sessions retrieved successfully
sessionobject
payerIdstringformat: "uuid"
Unique identifier for the payer
payerDetailsobjectOptional

Payer details for pre-filling forms

activeTransactionobjectOptional
Transaction response containing status and details

Errors

401
Unauthorized Error
422
Unprocessable Entity Error
500
Internal Server Error