cURL
curl --request GET \ --url https://api.chargeblast.com/api/v2/orders/{id}
{ "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.
OK