cURL
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>" }
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