Langsung ke konten utama
GET
/
v3
/
orders
/
pg-reference-id
/
{pg_reference_id}
Get an order by payment gateway reference ID
curl --request GET \
  --url https://api.scalev.com/v3/orders/pg-reference-id/{pg_reference_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Otorisasi

Authorization
string
header
wajib

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

Parameter Path

pg_reference_id
string
wajib

Respons

Order found

id
string<uuid>

Canonical UUIDv7 order primary key returned by the partitioned orders table.