Stripe
Obtain API keys from stripe
To create a new API secret key in the Dashboard:
Open the API keys page.
Click Create secret key.
Enter a name in Key name.
Click Create.
Stripe test keys should be used for testing before adding your live keys. See https://stripe.com/docs/keys#obtain-api-keys for instructions on how to obtain your stripe test keys.
Add keys to your distributor
You can add your stripe API keys to your distributor account and reuse them across multiple stores.
Important! Enable tokenization by navigating to https://dashboard.stripe.com/settings/integration and turning on Enable card data collection with a publishable key without using Stripe's pre-built UI elements.
Navigate to My Distributor > Integrations.
Select Connect and select Add Stripe.
Add your Publishable Key.
Add your Secret Key.
Add a Statement Descriptor. See Stripe docs for more info.
Add Processing Fees
Customer processing fee - Processing fee that is passed on to customer
Customer Processing Percentage - Processing fee percentage that is passed on to customer
Processing Cost - Processing cost that is saved to order as a cost and not passed on to customer.
Processing Percentage Cost - Processing cost percentage that is saved to order as a cost and not passed on to customer.
Select Save Provider.
Add keys to store
See Payments for instructions on how to add stripe to a store.