FluentBooking seamlessly interacts with the Stripe Payment system to make your booking payments easier. Please follow these simple steps for integrating FluentBooking with Stripe.
From the FluentBooking dashboard, click on Settings, which will take you to the Global Settings page.
The option for setting up Stripe appears on the left sidebar; click on it.
Configuring Stripe Payment #
On the Stripe Payment Configuration page, proceed with the following steps:
First, enable Stripe payments for your booking transactions by clicking on the checkbox.
You’ll be presented with two payment modes: Test mode and Live mode. Choose Test mode if you want to perform payment testing before going to live. If you’re ready for live transactions, select Live mode. For this guide, we’ll use the Test mode.
Click the Connect with Stripe button.
Connecting with Stripe #
You will be directed to the Stripe connection page. If you have a Stripe account, then log in to your existing account. If you don’t have one, you can easily create a new account. Since we already have a Stripe account logged in, we’ll simply click the Continue button.
Your Stripe Payment and FluentBooking will be effortlessly connected after a successful login.
Finally, select the currency you prefer for your transactions and click Save Settings to save your changes.
If you want to add payment to your bookings, please read this doc.
The integration of Stripe with FluentBooking is now complete. Please do not hesitate to contact us if you have any more queries.
Hi there.
I am considering FluentBooking but need to know how FluentBooking will send invoices via Stripe and if local VAT percentage and amount is stated on the invoice as this is required by law here in Denmark.
So does your system support this?
Thank you in advance.
Hey Carlsen,
Yes, you can generate invoices by utilising the HTML shortcode, {{payment.receipt_html}}, in your email notification setting. By incorporating this shortcode, an invoice similar to the one attached will be created. Additionally, in response to your second inquiry, local vat percentage and amount are not stated on the invoice but invoices hook is available so you can customise the invoice and add the VAT percentage and amount. Below are pictures for reference:
1. Shortcode for Invoice
2. Invoice
Hi, you wrote that: “invoices hook is available so you can customise the invoice and add the VAT percentage and amount.”
Could you write an example on how to do this?
Thank you
Hey John,
You can use the apply_filters(‘fluent_booking/payment_receipt_html’, ”, $booking->hash); hook to modify the payment receipt. By using this hook, you’ll be able to place custom receipt HTML, tailoring it exactly to your needs.
Can we connect stripe through API?
Hi Haroon!
Yes, you can connect Stripe through API.
When using stripe integration for payments in fluent booking is there a way to create & accept discount codes?
Coupon feature isn’t available yet, will be available in the next 2-3 releases.
Thanks for that question R, and thanks Himel – Discount codes for Fluent booking is something we too are looking forward to!