Seamlessly bridge the gap between fiat payments and high-speed blockchain transactions by integrating Solana with Stripe via B3OS. Automate your entire financial lifecycle by triggering smart contract actions and Solana wallet transfers directly from Stripe payment webhooks.
Stripe Payment Received
TriggerTriggers when a Stripe payment event (invoice.paid) is received via your connected Stripe account.

Jupiter Swap Quote
ActionGet a swap quote from Jupiter, Solana's leading DEX aggregator. Returns the best route, expected output amount, and price impact for any SPL token pair. Read-only — does not execute a swap. Ideal for: price checks, swap previews, route analysis.

Send SPL Token
ActionTransfer SPL tokens (USDC, BONK, etc.) to another wallet on Solana. Auto-creates the recipient's token account if needed. Supports both classic SPL Token and Token-2022 programs with safety checks for Transfer Hooks and Permanent Delegate extensions. Ideal for: token payments, airdrops, automated token distribution on Solana.

Get SPL Token Metadata
ActionFetch metadata for any SPL token on Solana. Returns name, symbol, decimals, and Token-2022 extension info including safety flags (permanent delegate, transfer hook, transfer fee). Ideal for: token discovery, safety checks, display formatting.

Get SPL Token Balance
ActionCheck a wallet's SPL token balance on Solana. Returns the raw token amount, human-readable balance, and token decimals. Supports any SPL token (USDC, BONK, etc.) on mainnet and devnet. Checks the Associated Token Account (ATA) for the given wallet + mint.

Get Solana Wallet Positions
ActionList every token a Solana wallet holds. Returns native SOL plus all nonzero classic SPL and Token-2022 balances, each with its exact mint, owning token program, raw amount, decimals, and human-readable amount. Balances held across several token accounts for the same mint are summed. Ideal for: answering what a Solana wallet holds, and resolving a token symbol to the exact mint the wallet actually owns.