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

Manage My Shop

Edit your Shop

Create, edit and remove packages from your Subscribie shop.

Edit Items

Manage Payment Gateways

Payment gateways allow you to take payment from your customers over the internet, you'll need to link at least one in order to successfully generate income from your store.


Stripe

Stripe works well for one-off payments, customers can use their credit or debit card to make purchases securely online.


{% if stripe_connected %}Stripe is Active! Click to reconnect Stripe{% else %}Connect to Stripe{% endif %}

GoCardless

GoCardless allows you to take scheduled payments easily using Direct Debit, which makes it great for subscription services.


{% if gocardless_connected %}GC is Active! Click to reconnect GoCardless{% else %}Connect to GoCardless{% endif %}

Remember! Unlike most subscription website services, Subscribie doesn't take a cut of each purchase!

Payment providers however will charge a small fee, to find out the fees, click on the payment provider above and click 'Charges and Fees'.
{% endblock %}