Drop two PHP files in, paste an API key, and your Dhru invoices flip to Paid the moment the payment confirms on-chain. Battle-tested on production hosting and GSM-unlock shops.
Silent walkthrough — every step is written out below.
claudepay-dhru.zip. It contains the gateway file and the callback that marks invoices paid.This is the step people get wrong, so it is worth reading twice:
claudepay.php → modules/gateways/ — this is what makes it appear in Dhru's gateway list.claudepaycallback.php → your web root (public_html, next to index.php). It must open at https://your-site.com/claudepaycallback.php — not inside gateways/, which returns a 404.https://claude-pay.com), your merchant API key, and the webhook signing secret from the next step. You do not pick coins or networks here — what the customer sees comes from your plan and the rails you enabled.Create an account, enable the rails you want, and download the module from your dashboard.