Bolt.new + BlindPay

Add stablecoin payments to a Bolt.new (StackBlitz) app: payout, on-ramp, and virtual-account flows via the BlindPay API and a copy-paste prompt.

Bolt.new by StackBlitz builds and runs full-stack apps in the browser from a prompt. This guide adds stablecoin payments: payouts, on-ramps, and virtual accounts: using the BlindPay REST API.

Copy-paste prompt

text
Bolt.new prompt

Setup

Get your credentials

Copy your API key and instance ID from the BlindPay dashboard.

Add environment variables

Bash
.env

Paste the prompt

Paste the prompt into Bolt.new and run. Check the generated requests against the API reference.

Example server call

TypeScript
server route

Bolt apps run client-side in StackBlitz: route BlindPay calls through a server/edge function so the secret key is never exposed.

Next steps

FAQ