Skip to content

Two balances. Transparent pricing. No surprises.

Your money goes into a General Balance for infrastructure or an AI Balance for LLM credits. You pick the payment method — credit card (instant), crypto (private), or bank transfer (bulk). Every transaction is logged. Every invoice is generated automatically. Everything is accessible via HTTP.


Before spending, know what you have:

Terminal window
# See both balances at once
hoody wallet balance get
# General balance only
hoody wallet balance general
# AI balance only
hoody wallet balance ai

Credit Cards

Providers: Visa, MasterCard, American Express Processor: Stripe (PCI-compliant) Fees: None Speed: Instant

Save a card once. Pay from it whenever you want. Hoody never sees your card number — Stripe handles everything.

Cryptocurrencies

Supported: BTC, ETH, USDT, USDC, LTC, 100+ more Processor: NOWPayments Fees: +5% processing Speed: 5-60 minutes (blockchain confirmation)

No account needed. No identity required. Just send to the address and wait for confirmation.

Bank Transfer

Minimum: $500+ Fees: None from Hoody (your bank may charge) Speed: 1-3 business days

Contact support for account details. Best for large deposits and enterprise accounts.


Save a credit card for repeat payments:

Terminal window
# Add a new credit card
hoody wallet payment-methods create \
--name "Personal Visa" \
--details '{"token": "tok_1LgR....Dc2"}' \
--is-default
Terminal window
# List all payment methods
hoody wallet payment-methods list
# Set a card as default
hoody wallet payment-methods set-default $PAYMENT_METHOD_ID
# Delete a card
hoody wallet payment-methods delete $PAYMENT_METHOD_ID

Add funds to your General Balance from a saved card:

Terminal window
# Process a $100 payment
hoody wallet payments create \
--amount "100.00" \
--reason "Monthly infrastructure top-up"

Funds available immediately. No additional fees. Invoice generated automatically.


Private. Borderless. No account required.

  1. Initiate Payment

    Select cryptocurrency in the dashboard or API. The amount is converted to crypto at the current exchange rate.

  2. Send to Address

    You receive a unique payment address. Send the exact amount shown (including the 5% fee).

  3. Wait for Confirmation

    • Bitcoin: 15-60 minutes (1-6 confirmations)
    • Ethereum: 5-15 minutes (12 confirmations)
    • Litecoin: 10-30 minutes (6 confirmations)
    • Stablecoins (USDT/USDC): 5-15 minutes (varies by chain)
  4. Funds Added

    Confirmation email sent. Invoice generated. Balance updated.

BTC, ETH, USDT, USDC, LTC — and 100+ more via NOWPayments. Check the payment interface for the complete list.


For large deposits and enterprise accounts.

  1. Contact Support

    Email with your desired amount, account ID, and preferred currency (USD, EUR).

  2. Receive Bank Details

    Account number, routing details, SWIFT/BIC code, and a reference number (required for crediting).

  3. Send Transfer

    Include the reference number in the transfer notes. Without it, crediting may be delayed.

  4. Funds Arrive (1-3 business days)

    Balance updated. Email confirmation. Invoice generated.

No Hoody fees on bank transfers. Your bank may charge wire/SWIFT/conversion fees.


Every payment, charge, transfer, and refund — all in one place:

Terminal window
# List recent transactions
hoody wallet transactions list
# Get details for a specific transaction
hoody wallet transactions get $TRANSACTION_ID

Each transaction includes: unique ID, amount, currency, type (payment, credit, debit, refund, adjustment), status (pending, completed, failed, cancelled), timestamp, and related invoice.


Every payment generates an invoice automatically. Download them for accounting, taxes, or client billing:

Terminal window
# List all invoices
hoody wallet invoices list
# Download invoice as PDF
hoody wallet invoices download $INVOICE_ID
# Generate invoice for a transaction that's missing one
hoody wallet invoices generate $TRANSACTION_ID

MethodSpeedFeesBest For
Credit CardInstantNoneRegular top-ups, automation
Cryptocurrency5-60 min+5%Privacy, international, no-account
Bank Transfer1-3 daysBank fees varyLarge deposits ($500+), enterprise

Choose based on what matters to you: speed (card), privacy (crypto), or volume (bank transfer).


Your bank may flag hosting purchases as suspicious. Call your bank to whitelist Stripe. Verify the card hasn’t expired and the billing address matches. Check payment status:

Terminal window
hoody wallet payments status $PAYMENT_ID

Check the blockchain explorer for your transaction hash. Bitcoin needs 1-6 confirmations, Ethereum needs 12. If confirmed but not credited, contact support with the transaction hash and payment reference.

Verify you included the reference number. Check with your bank that the transfer was processed and not held for review. SWIFT transfers can take up to 5 days. Contact support with your bank confirmation and transfer details.



Pay how you want. Card, crypto, or wire. Every transaction logged. Every invoice generated. Everything over HTTP. This is billing that gets out of your way.