Wallet badge
Goal: Show that a member is connected to Flynet and has wallets ready for membership assets and payments.Prep time: ~5 minutes
What you will use
GET /flynet/v1/users/me/wallets
Code
Tasting note - Wallets are auto-provisioned on the member’s first
OAuth completion. You do not need a separate setup call. This route
needs the
read:wallets scope; a token without it returns 403
with error="insufficient_scope" in the WWW-Authenticate header.