Stripe Payment Methods

This page is about enabling other payment methods through Stripe dashboard.

Below are the steps to enable payments from Stripe dashboard.

  1. Register the Webhook endpoint. To start, go to https://dashboard.stripe.com/test/webhooks/create.

  2. Add the endpoint URL https://app.roomboss.com/stripeWebhook and choose version 2023-10-16. Select events to listen to checkout.session.async_payment_succeeded and click the button Add endpoint at the bottom of the screen.

Note that the Version options you see might be different as they change over time.
  1. Copy the Signing secret as shown in the example below.

Note that your Signing secret is unique.
  1. Retrieve your Publishable Key and your Secret Key. Watch this quick video guide for instructions on how to obtain these Keys: https://theorderguys.com/stripe-api-keys/

  2. 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.

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

If additional payment methods are not enabled, only credit card payments will be allowed.

Note that only Stripe supports payment methods like paying in Japanese convenience stores and WeChat pay. Enabling payments from the Stripe dashboard allows you to control which payment methods are allowed for guests considering the settings in Stripe.

See https://stripe.com/docs/connect/payment-methods on how to add payment method capabilities in Stripe.

Last updated

Was this helpful?