Stripe Payment Methods
This page is about enabling other payment methods through Stripe dashboard.
Below are the steps to enable payments from Stripe dashboard.
Register the Webhook endpoint. To start, go to https://dashboard.stripe.com/test/webhooks/create.
Add the endpoint URL
https://app.roomboss.com/stripeWebhook
and choose version2023-10-16
. Select events to listen tocheckout.session.async_payment_succeeded
and click the buttonAdd endpoint
at the bottom of the screen.

Copy the Signing secret as shown in the example below.

Retrieve your
Publishable Key
and yourSecret Key
. Watch this quick video guide for instructions on how to obtain these Keys: https://theorderguys.com/stripe-api-keys/Go to Online Payment Settings page within RoomBoss. Check "Enable payments method from Dashboard" and paste the Signing Secret and both Keys that you have obtained earlier.

Enable and disable additional payment methods in Stripe using this page: https://dashboard.stripe.com/settings/payment_methods
Last updated