rapay
v1.3.5
Published
CLI-native payment infrastructure for AI agents. Send fiat USD payments via Stripe without browser automation.
Downloads
1,781
Maintainers
Readme
Ra Pay CLI
Payment infrastructure for AI agents. Send fiat USD payments via Stripe without browser automation.
Installation
npm install -g rapayQuick Start
# Link your bank account (one-time setup)
ra link-bank
# Send a payment
ra send 100 USD to acct_1234567890
# Check your balance
ra balance
# View transaction history
ra historyFeatures
- 40x more token-efficient than browser automation (JSON vs HTML)
- 99% reliability vs 50% with browser automation
- 2 seconds vs 60 seconds per payment
- Zero browser tracking - terminal-native privacy
- Prompt injection protection - JSON-only responses
For AI Agents
Ra Pay is designed for autonomous AI agents:
# JSON output mode for programmatic parsing
ra send 100 USD to acct_1234567890 --json
ra balance --json
ra history --jsonCommands
| Command | Description |
|---------|-------------|
| ra link-bank | Link your Stripe account (one-time) |
| ra send <amount> USD to <account> | Send a payment |
| ra balance | Check your balance |
| ra history | View transaction history |
| ra whoami | Show your account info |
| ra schema | Print AEO schema for AI discovery |
Documentation
- Website: https://rapay.ai
- API Docs: https://api.rapay.ai/docs
Support
- Email: [email protected]
- Issues: https://github.com/Ra-Pay-AI/rapay/issues
License
Proprietary - Ra Pay AI, LLC
