How it works
- Get a free test account (no payment required).
- Copy your credentials from the provider.
- Point a webhook at your Coin Moebius URL.
- Paste it all into Add provider in the dashboard.
What the fields are for
Start the checkout
A secret API key, secret key, or access token lets us call your provider so the charge lands in your account.
Confirm the payment (the webhook)
Buyers often close the tab before returning to your site. The reliable signal that a payment completed, was refunded, or was disputed is a message the provider sends us directly. That message is the webhook.
Verify the webhook is real (the webhook secret)
Your webhook URL is public. The webhook secret lets us confirm each message truly came from your provider, so nobody can forge a "paid" event and trick your store into shipping. It is always a separate value from your API key.
Your webhook URL
Every provider posts events to the same address shape:
https://<your Coin Moebius host>/webhook/<provider>/<your project id>Your project id is in the dashboard on the project settings. Register your live webhook in the live account and your test webhook in the test account.
Provider guides
- Authorize.NetCards. Live and sandbox.
- StripeCards. One key set, test mode via test keys.
- PayPalPayPal balance and cards. Live and sandbox.
- SquareCards. Live and sandbox.
- NOWPaymentsCrypto. No sandbox, test with a small real payment.
- Dodo PaymentsHosted card checkout, one-time only. Live and test.
- Pay by mailNo third-party account. You confirm payments by hand.
Next: add the buy button
Once a provider is connected, create a product and paste the buy button onto the page you already have. Add the buy button →
Questions? [email protected]