Skip to main content
GET
/
v3
/
orders
/
pg-reference-ids
Get orders by 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"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

pg_reference_ids
string
required

Comma-separated payment gateway reference IDs

Response

Orders found

PG_REFERENCE_ID
object