curl --request GET \
--url https://api.myscalev.com/v3/orders/pg-reference-ids \
--header 'Authorization: Bearer <token>'{
"PG_REFERENCE_ID": {
"id": 1,
"order_id": "250101ABCDEFG"
}
}Requires the order:list machine scope. Retrieve orders using multiple payment gateway reference IDs.
curl --request GET \
--url https://api.myscalev.com/v3/orders/pg-reference-ids \
--header 'Authorization: Bearer <token>'{
"PG_REFERENCE_ID": {
"id": 1,
"order_id": "250101ABCDEFG"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Comma-separated payment gateway reference IDs
Orders found
Show child attributes