BramaPay Docs

Wallets API

Register, list, select, and archive receiving wallets.

These Dashboard endpoints require a merchant JWT and X-Project-Id.

MethodPathPurpose
GET/wallets?page=1&limit=100List active and archived wallets
POST/walletsValidate and register a receiving address
POST/wallets/:id/defaultSelect the default for new invoices on its chain
DELETE/wallets/:idArchive the wallet for future invoices

Existing invoice destinations are immutable and remain monitored after default changes or archival. Never submit private keys.