# Setting up Stripe
# Ember configuration
TIP
Make sure you are logged in with the account using which you purchased Ember. Other users cannot access the store configuration even if they have administrative permissions.
- Navigate to
Admin
>Store
and select theSettings
tab.- Select a currency that is set up on your Stripe account.
- Enter the
Publishable key
andSecret key
from your Stripe dashboard.
- Click on the
Save
button.
# Stripe configuration
- While still in the settings page, copy the Webhook URL.
- Browse to the Webhooks page in Stripe's dashboard. Hit
Add endpoint
and enter the URL you copied earlier. Choosecheckout.session.completed
from theEvents to send
dropdown. - Retrieve the Webhook
Signing secret
from Stripe's dashboard and enter it in Ember's configuration.