Lovable builds full-stack apps from natural language. This guide adds stablecoin payments: cross-border payouts, on-ramps, and virtual accounts: to a Lovable project using the BlindPay REST API.
Copy-paste prompt
Paste this into Lovable to scaffold a stablecoin payout flow:
Setup
Get your credentials
Create an account and a development instance, then copy your API key and instance ID from the BlindPay dashboard.
Add secrets in Lovable
In your Lovable project settings (or connected Supabase), add:
Paste the prompt
Paste the prompt above. Lovable generates a backend function plus UI. Review the generated calls against the API reference.
Example backend call
Keep the secret API key server-side. In Lovable that means a backend/edge function: never a client component.