GET
/
api
/
v2
/
orders
/
{id}
curl --request GET \
  --url https://api.chargeblast.com/api/v2/orders/{id}
{
  "charge": "<any>",
  "compellingEvidence": {
    "isEligible": true,
    "explanation": "<string>"
  },
  "digitalReceipt": "<any>"
}

Path Parameters

id
string
required

Response

200 - application/json

OK

The response is of type object.