How to connect Stripe
- Go to dashboard.stripe.com and sign in or create an account.about 2 min
- Open "Developers", then "API keys".about 20 seconds
- Copy the publishable key, then press "Reveal" on the secret key and copy that too.about 30 seconds
- Paste both below and press "Test connection".about 30 seconds
What Julia will ask you for
Publishable key
Starts with pk_Secret key
Starts with sk_If something goes wrong
Test in test mode first. The toggle is at the top of the Stripe dashboard; test keys contain the word "test". Move to live keys once a test payment works.
Stripe will not release money to you until you have completed their business verification. That is between you and Stripe.
If it says the key is wrong: copy it again and check there is no space at the start or end. A key pasted from an email often picks one up.