Set up Stripe
Go to dashboard.stripe.com/login and log in.
Go to the Developers page:
Go to the Webhooks page then choose Add an endpoint:
Set Endpoint URL to https://sticky.to/v2/payhook/GATEWAY_STRIPE
then choose + Select events:
Choose Select all events then choose Add events:
Scroll to the bottom of the page then choose Add endpoint:
Go to the Developers page:
Go to the API keys page, copy the key that starts with pk_live_
and keep this somewhere like a note or blank email, then choose Create secret key:
Choose a key name (a good format is today’s date) then choose Create:
Copy the key that starts with sk_live_
and keep this somewhere like a note or blank email. You won’t get to see this key again so copy it now.
Go to dashboard.sticky.to/my/account/payment-provider, paste in the keys you have copied and choose Activate:
Your Stripe account will be connected to all flows in the your dashboard immediately.