{% extends "layout.html" %} {% block title %} Connect Stripe Manually {% endblock %} {% block menu_item %} Dashboard Back to Shop {% endblock %} {% block body %}

Connect Stripe to your store

Status: {% if stripe_connected %}Stripe is already connected!{% else %}Stripe isn't yet configured, use the form below.{% endif %}

To start taking one-off payments, please connect your Stripe account by copy & pasting your Stripe API keys into the boxes below. You need to enter both your publishable and secret key.


{{ form.csrf_token }}

Need some help?

In order to link Stripe, you must already have a Stripe account created. If you do not yet have an account, click here to create one.

Once logged in, on the left menu, click 'Developers' then 'API Keys'. To be able to copy the 'Secret Key' click 'Reveal Live Key Token'.


Stripe Charges

Whilst we at Subscribie do not charge per transaction, Stripe does.
Their rates and more information can be found at: https://stripe.com/gb/pricing

{% endblock %}