P
peck/docsv0.1 · preview
Reference/paymail.peck.to
Deprecatedpaymail-bridge

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.

MethodPathSource
GET/.well-known/bsvaliasmain.py:12
GET/.well-known/bsvalias.jsonmain.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