GET
/
api
/
v2
/
orders
/
{id}
Fetch Order
curl --request GET \
  --url https://api.chargeblast.com/api/v2/orders/{id} \
  --header 'X-API-Key: <x-api-key>'
{
  "charge": "<any>",
  "compellingEvidence": {
    "isEligible": true,
    "explanation": "<string>"
  },
  "digitalReceipt": "<any>"
}

Headers

X-API-Key
string
required

Your API key. Sent in the X-API-Key header.

Path Parameters

id
string
required

Response

200 - application/json

OK

compellingEvidence
object
required
charge
any
digitalReceipt
any