cURL
curl --request GET \ --url https://api.chargeblast.com/api/v2/orders/{id} \ --header 'X-API-Key: <x-api-key>'
{ "compellingEvidence": { "isEligible": true, "explanation": "<string>" }, "charge": "<unknown>", "digitalReceipt": "<unknown>" }
Get a specific the order from your chargeblast account. Receipt info is included with this endpoint.
Your API key. Sent in the X-API-Key header.
X-API-Key
OK
Show child attributes