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 2022-08-01. Select events to listen to checkout.session.async_payment_succeeded and click the button Add endpoint at the bottom of the screen.

  1. Copy the Signing Secret as shown in the example below.

  1. Go to Online Payment Settings page within RoomBoss. Check "Enable payments method from Dashboard" and paste the Signing Secret that you have copied earlier.

To enable and disable payment methods in Stripe, go to this page: https://dashboard.stripe.com/settings/payment_methods

If 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