Station diagnostics.
Wallet connection, runtime configuration, and the API surface you'll integrate from your storefront.
Settingsa·Connection
Probing wallet…
b·Environment
These values are read from .env.local. Changes require restart.
Invoice templates
Reusable invoice shapes — stamp out SaaS monthly, consulting hours, gift-card top-ups, and more without re-entering the same fields. Payment links can reference a template too.
c·API Surface
POST
/api/pay/createCreate a new invoiceGET
/api/pay/status?invoiceId=…Fetch invoice statusGET
/api/pay/invoicesList invoicesGET
/api/pay/statsGet aggregate statisticsGET
/api/pay/healthWallet / daemon health checkPOST
/api/pay/escrowPerform an escrow actionGET
/api/pay/escrowsList escrow invoicesAgent Payments (x402)
Accept HTTP-native payments from AI agents over the Dero rail. Privacy-preserving by default — no off-chain identity required.
beta
Advertise the x402 rail
Your 402 responses will include a
dero-exact entry pointing at your facilitator.Embed snippet
{
"x402Version": 1,
"accepts": [{
"scheme": "dero-exact",
"network": "dero-mainnet",
"asset": "DERO",
"payTo": "<your-receipt-scid>",
"maxAmountRequired": "1000",
"extra": { "merchantId": "your-shop", "orderId": "<uuid>" }
}]
} Paste this into your 402 response. Agents will discover the rail and pay via your facilitator.