{
"orderIds": [
"string"
],
"merchantOrderId": "string",
"merchantUniqueId": 0,
"amountFrom": 0.01,
"amountTo": 0,
"status": "CREATED",
"type": "SALE",
"merchantDetailId": "string",
"requestSource": "string",
"consentTransaction": true,
"productCode": "DEFAULT",
"chargesFrom": 0,
"chargesTo": 0,
"customerEmail": "string",
"customerPhone": "string",
"createdFrom": "2024-01-29 07:22:40",
"createdTo": "2025-10-29 07:22:40",
"lastModifiedFrom": "2024-01-29 07:22:40",
"lastModifiedTo": "2025-01-29 07:22:40",
"productId": "string"
}curl --location --request POST '/order/search?offset=0&limit=10&orderBy=id&direction=DESC' \
--header 'Authorization;' \
--header 'merchantAccessKey;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderIds": [
"string"
],
"merchantOrderId": "string",
"merchantUniqueId": 0,
"amountFrom": 0.01,
"amountTo": 0,
"status": "CREATED",
"type": "SALE",
"merchantDetailId": "string",
"requestSource": "string",
"consentTransaction": true,
"productCode": "DEFAULT",
"chargesFrom": 0,
"chargesTo": 0,
"customerEmail": "string",
"customerPhone": "string",
"createdFrom": "2024-01-29 07:22:40",
"createdTo": "2025-10-29 07:22:40",
"lastModifiedFrom": "2024-01-29 07:22:40",
"lastModifiedTo": "2025-01-29 07:22:40",
"productId": "string"
}'{
"response_code": 0,
"response_message": "Success",
"payload": {
"recordsCount": 22821,
"data": [
{
"orderId": "ORD1761641489688yWNgF",
"created": "2025-10-28 14:21:29",
"lastModified": "2025-10-28 14:21:29",
"merchantOrderId": "ENK250115111122111259999",
"amount": 20.00,
"notifyUrl": "9999999999",
"status": "ATTEMPTED",
"merchantName": "Priyanka Tech",
"productCode": "DEFAULT"
},
{
"orderId": "ORD1761634569168V1sf7",
"created": "2025-10-28 12:26:09",
"lastModified": "2025-10-28 12:26:09",
"merchantOrderId": "RANDOMID129",
"amount": 100.00,
"status": "PAID",
"merchantName": "Jnana Inventive Private Limited",
"productCode": "DEFAULT"
},
{
"orderId": "ORD1761632947038bYKQ2",
"created": "2025-10-28 11:59:07",
"lastModified": "2025-10-28 11:59:07",
"merchantOrderId": "17616329464177308363",
"amount": 148.00,
"notifyUrl": "9892322922",
"status": "PAID",
"merchantName": "Meenal Subhasis Majumder",
"productCode": "DEFAULT"
},
{
"orderId": "ORD1761629455767cRraa",
"created": "2025-10-28 11:00:55",
"lastModified": "2025-10-28 11:00:55",
"merchantOrderId": "17616294557488607757",
"amount": 148.00,
"notifyUrl": "9892322922",
"status": "PAID",
"merchantName": "Meenal Subhasis Majumder",
"productCode": "DEFAULT"
},
{
"orderId": "ORD1761579076202suGHX",
"created": "2025-10-27 21:01:16",
"lastModified": "2025-10-27 21:01:16",
"merchantOrderId": "17615790756520541805",
"amount": 295.00,
"notifyUrl": "9989545670",
"status": "PAID",
"merchantName": "Meenal Subhasis Majumder",
"productCode": "DEFAULT"
},
{
"orderId": "ORD1761579071462GHVFo",
"created": "2025-10-27 21:01:11",
"lastModified": "2025-10-27 21:01:11",
"merchantOrderId": "17615790703327399974",
"amount": 590.00,
"notifyUrl": "9000090000",
"status": "PAID",
"merchantName": "Meenal Subhasis Majumder",
"productCode": "DEFAULT"
},
{
"orderId": "ORD1761570944399lyqRm",
"created": "2025-10-27 18:45:44",
"lastModified": "2025-10-27 18:45:44",
"merchantOrderId": "RANDOMID1216",
"amount": 100.00,
"status": "PAID",
"merchantName": "Jnana Inventive Private Limited",
"productCode": "DEFAULT"
},
{
"orderId": "ORD17615705518644ijWI",
"created": "2025-10-27 18:39:11",
"lastModified": "2025-10-27 18:39:11",
"merchantOrderId": "RANDOMID1215",
"amount": 100.00,
"status": "PAID",
"merchantName": "Jnana Inventive Private Limited",
"productCode": "DEFAULT"
},
{
"orderId": "ORD1761570435942Um6Mw",
"created": "2025-10-27 18:37:15",
"lastModified": "2025-10-27 18:37:15",
"merchantOrderId": "RANDOMID1214",
"amount": 100.00,
"status": "PAID",
"merchantName": "Jnana Inventive Private Limited",
"productCode": "DEFAULT"
},
{
"orderId": "ORD1761570261102WMCTa",
"created": "2025-10-27 18:34:21",
"lastModified": "2025-10-27 18:34:21",
"merchantOrderId": "RANDOMID1213",
"amount": 100.00,
"status": "PAID",
"merchantName": "Jnana Inventive Private Limited",
"productCode": "DEFAULT"
}
]
}
}