Accordero

Stripe integration

Connect your Stripe account to accept payments with automatic currency conversion. Accordero creates checkout sessions in your visitor's local currency, handles webhooks, and manages customer data.

How it works

  1. You connect your Stripe account using a restricted API key
  2. Accordero creates checkout sessions on your behalf
  3. Customers pay in their local currency

Setting up Stripe

1. Create a restricted API key

  1. Go to your Stripe Dashboard → Developers → API keys
  2. Click "Create restricted key"
  3. Name it "Accordero"
  4. Enable these permissions:
    • Products: Read
    • Prices: Read
    • Checkout Sessions: Write
    • Customers: Write
    • Subscriptions: Write

2. Connect in Accordero

  1. Go to your Accordero dashboard
  2. Navigate to Integrations
  3. Click "Connect Stripe"
  4. Paste your restricted key
  5. Save

Your Stripe account is now connected and ready to accept payments.

Supported features

FeatureStatusDescription
One-time payments✅ SupportedSingle purchases with automatic currency conversion
Subscriptions✅ SupportedRecurring billing with monthly/yearly plans
Automatic tax✅ SupportedUses Stripe Tax if enabled on your account
Multiple currencies✅ Supported135+ currencies with real-time conversion
Customer management✅ SupportedCreate and reuse Stripe customers
Metadata tracking✅ SupportedPass custom data to track in Stripe

Security

  • We only store your Stripe restricted key, never your secret key
  • All API calls are made server-side
  • No sensitive payment data touches your frontend

Next steps