Stripe is confirming the payment. This usually takes a few seconds.
Subscription confirmed. Copy your API key now — treat it like a password.
You’ll also get a welcome email with this key. Lost the page? Sign in at /console.
Store as MNEMOPAY_API_KEY. Anyone with this key can charge against your account.
# 1. Install npm install @mnemopay/sdk # 2. Charge 49¢ import MnemoPay from "@mnemopay/sdk"; const agent = MnemoPay.quick("my-agent", { apiKey: process.env.MNEMOPAY_API_KEY }); const tx = await agent.charge(0.49, "first charge"); await agent.settle(tx.id);
Stripe confirmed your payment. We’re finishing your account setup. This page will refresh automatically.
If it’s been more than 60 seconds, email jeremiah@getbizsuite.com.
Double-check the link, or email jeremiah@getbizsuite.com with your receipt number and we’ll sort it out.
Back to mnemopay.com