Skip to main content
Fetch one of your charges. :id accepts either the DHMAD charge id or your merchantReference, so you can check a payment without storing DHMAD’s id. Use this to reconcile when a webhook was missed: if status is completed, credit your user exactly as you would from the webhook.

Path Parameters

string
required
Charge id or merchantReference.

Notes

  • url is only present while the charge is still pending and its checkout session is valid.
  • receiptEmail is the address the payer gave at checkout. It is for receipts only — credit your user from merchantReference.
  • 404 means no charge with that id or reference exists on your account.