v2
OpenAPI 3.0.3Proprietary2026-07-263483431.1 MBOrders
Get orders by payment gateway reference IDs
Requires the order:list scope. Retrieve orders using multiple payment gateway reference IDs. Values are trimmed and deduplicated before lookup. Supply between 1 and 25 nonblank IDs.
get/v3/orders/pg-reference-ids
Query parameters
pg_reference_idsstring required
Comma-separated payment gateway reference IDs. Blank entries are ignored; surrounding whitespace is trimmed and duplicate IDs are ignored. The normalized list must contain between 1 and 25 nonblank IDs.
Response
Orders found
Example response
{
"PG_REFERENCE_ID": {
"order_id": "250101ABCDEFG"
}
}