Stripe
Location: Settings → Integrations → Stripe
Location: Settings → Integrations → Stripe
Accept credit and debit card payments through Stripe alongside cryptocurrency payments.
Setup
- Create a Stripe account if you don't have one.
- Get your Secret Key from the Stripe Dashboard → Developers → API keys.
- Create a Product in Stripe Dashboard → Products, and copy the Product ID.
- Enable Stripe in QuantaPay settings and enter the credentials.
Fields
| Field | Description | Default |
|---|---|---|
| Enable | Activate Stripe as a payment option. | Off |
| Stripe Tax | Enable automatic tax calculation via Stripe Tax. | Off |
| Secret Key | Your Stripe API secret key (starts with sk_live_ or sk_test_). | — |
| Product ID | The Stripe Product ID to use for payments (starts with prod_). | — |
How It Works
When a customer selects card payment:
- QuantaPay creates a Stripe Checkout Session using your Product ID.
- The customer is redirected to Stripe's hosted checkout page to enter card details.
- Stripe processes the payment and confirms to QuantaPay.
- The transaction is marked as completed in your dashboard.
Note: Stripe charges its own processing fees in addition to QuantaPay's credit-based fee system.