v1
latestOpenAPI 3.1.02026-07-245178279.0 KBGet Orders
Allows searching and filtering merchant orders with various criteria.
Query parameters
Page size for pagination. Default 10
Store codes
Cursor for pagination
Start date for filtering (ISO 8601 format, example 2024-12-18T22:49:57.011226365Z)
End date for filtering (ISO 8601 format, example 2024-12-18T22:49:57.011226365Z)
Payment statuses
[ "captured" ]
Customer email
Payment processors
[ "KUSHKI" ]
Payment methods
[ "CREDIT_CARD" ]
Fraud decisions
[ "low_risk" ]
Order ID
Group ID
External transaction ID
Authorization code
Airline ticket number
PNR (Passenger Name Record)
Payment creation start date (ISO 8601 format, example 2024-12-18T22:49:57.011226365Z)
Payment creation end date (ISO 8601 format, example 2024-12-18T22:49:57.011226365Z)
Headers
<a href="https://docs.deuna.com/reference/checkout-deuna#autenticaci%C3%B3n" target="_blank">Llave pública</a> del comercio.
Response
Successful response with the list of orders
Example response
{
"orders": [
{
"order": {
"metadata": {
"authorization_code": "8769123"
}
}
}
]
}