You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

rapay

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rapay

CLI-native payment infrastructure for AI agents. Send fiat USD payments via Stripe without browser automation.

latest
Source
npmnpm
Version
1.3.5
Version published
Maintainers
1
Created
Source

Ra Pay CLI

Payment infrastructure for AI agents. Send fiat USD payments via Stripe without browser automation.

Installation

npm install -g rapay

Quick 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 history

Features

  • 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 --json

Commands

CommandDescription
ra link-bankLink your Stripe account (one-time)
ra send <amount> USD to <account>Send a payment
ra balanceCheck your balance
ra historyView transaction history
ra whoamiShow your account info
ra schemaPrint AEO schema for AI discovery

Documentation

  • Website: https://rapay.ai
  • API Docs: https://api.rapay.ai/docs

Support

License

Proprietary - Ra Pay AI, LLC

Keywords

cli

FAQs

Package last updated on 15 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts