Milypay · x402
BSB API
Resolve a 6-digit BSB to bank and branch details. Same x402 rail as ABN: demo on milypay.xyz/api, paid on api.milypay.xyz.
- Demo
- GET milypay.xyz/api… · 200
- Paid
- GET api.milypay.xyz… · 402
- Price
- 0.002 AUDD (paid host)
Try it
Free throttled demo. Source: Australian payments BSB directory.
curl https://milypay.xyz/api/au-bsb/032000Paid agents
Production traffic hits the paid host and settles over x402 (or MPP with ?rail=mpp). No API key.
curl https://api.milypay.xyz/au-bsb/032000# HTTP 402 until PAYMENT-SIGNATURE / wallet settlenpx milypay --api …Sample
{ "bsb": "032-000", "bank": "Westpac", "branch": "example", "state": "NSW"}Docs · Pricing · agents.md · Quickstart