Reference/paymail.peck.to
paymail.peck.to
Legacy paymail bridge — routes now mirrored into peck.to.
What it is
Still deployed (Cloud Run service `paymail-bridge`, domain mapping active), but paymail routes now live inside peck-web/paymail_routes.py. Do not build new integrations against this host — a future @peck.to email bridge with micro-tx will replace it.
Deployment
Repo: paymail-bridge · Framework: starlette · Protocol: Paymail / BRC-29
Endpoints
9 routes scanned from source.
| Method | Path | Source |
|---|---|---|
| GET | /.well-known/bsvalias | main.py:12 |
| GET | /.well-known/bsvalias.json | main.py:13 |
| GET | /p2p-payment-destination/{handle} | main.py:16 |
| POST | /receive-transaction/{handle} | main.py:19 |
| GET | /id/{handle} | main.py:22 |
| GET | /public-profile/{handle} | main.py:25 |
| GET | /address/{handle} | main.py:28 |
| POST | /address/{handle} | main.py:28 |
| GET | /verify-pubkey/{handle}/{pubkey} | main.py:31 |