A Slack bot that creates U.CASH Pay checkout links. @mention the bot with /pay <amount> [currency] [title] and it posts a hosted pay link (crypto + cards). Non-custodial.
- Create a Slack app (Bot Token + Signing Secret; enable Socket Mode for easy hosting).
npm installexport SLACK_BOT_TOKEN=... SLACK_SIGNING_SECRET=... SLACK_APP_TOKEN=... UCASH_CLOUD_TOKEN=...npm start
- Sign up at pay.u.cash, click the verification email link.
- Set receive addresses under Settings -> Addresses (raw, ENS, UD, or FIO).
- Create a store under Account -> Stores, copy its Store Cloud Token.
- For cards, connect your own Stripe under Settings -> Payment processors.
License: MIT.