Stripe Instructions
Accept online payments with Stripe
Last updated
Accept online payments with Stripe
Last updated
You can accept online payments for your menu card. Go to the Store you want to edit > Click on the Edit tab > Click on the Ordering sub-tab > Scroll down to Stripe > and set Enable Stripe Payments to Yes
Go to Stripe Dashboard and log in to your account..
Go to Stripe API Keys page.
Make sure your API keys are set to Live Mode so that you can accept real payments.
Copy the Publishable key and Secret key and paste them here accordingly.
From the sidebar, under Developers click on Webhooks link.
Click on the Add endpoint button.
In the Endpoint URL field, add your website's URL in this format: https://menu.cards/s/[your-store-url-alias/?page=stripe_webhook
In the Events to send field, select the checkout.session.completed and click the Add endpoint button.
Copy the Signing secret key and paste it here accordingly.