Difference between revisions of "Stripe"

From Beds24 Wiki
Jump to navigation Jump to search
Line 52: Line 52:
  
  
=== Issues ===
+
=== Troubleshooting and Issues ===
  
 
  It has been reported that Browser IE 11 does not show the Stripe payment form when the booking page (and Stripe form) is in an iFrame unless the following Meta tag is included on the parent page.
 
  It has been reported that Browser IE 11 does not show the Stripe payment form when the booking page (and Stripe form) is in an iFrame unless the following Meta tag is included on the parent page.
 
  <meta http-equiv="x-ua-compatible" content="IE=edge">
 
  <meta http-equiv="x-ua-compatible" content="IE=edge">
 +
 +
'''Accept Cards without CCV'''
 +
Log into your Stripe account and go to "Radar". You should be able to process charges without the CVC once you turn off that requirement in Radar.

Revision as of 10:01, 3 July 2018

This page is about the menu SETTINGS->PROPERTIES->PAYMENT COLLECTION->STRIPE

1 Setup

To use this payment option you will need an account with the payment provider.

Register here for a Stripe account.

To connect your Stripe Account click on the "Connect to Stripe" button.

If you are using the control panel under your own domain you will not see this button.

Alternatively enter the "Live Secret Key" and the "Live Publishable Key" you can find this information on your Stripe Dashboard, click on your account name (Top Right Corner) and than Account Settings > Api Keys.

Stripe will display the booking reference in a data field called "data-description".

1.1 Send credit card details to Stripe

If you set "Save all cards to Stripe" = Yes all credit cards including cards supplied by all channels will be sent directly to Stripe and not stored at Beds24.

Credit card details can also be sent manually to Stripe.

Stripe2.png view large

The card will be saved as a new customer in Stripe with the booking number as a reference. Once the new customer is created in Stripe the card can be charged.

Stripe will normally only accept valid cards. If Stripe reject the card, it's details will still be visible at Beds24.

1.2 Collect payment

Payments for bookings with deposit collection on the Beds24 booking page will be automatically collected.

Stripe1.png view large

You will see the paid amount in the "Charges and Payments" and "Invoice" tabs of the booking.

You can choose if the card is

  • immediately charged (Capture=Yes)
  • if you want to make sure that the amount is available (Capture=No) .

1.3 Additional charges and charges on cards submitted from OTAs

Further charges or charges on cards transmitted from OTAs can be made from within the booking or in Stripe. Automatic charging is not possible. You can set up an Auto Action (SETTINGS -> GUESTMANAGEMENT->AUTO ACTIONS) to flag these bookings so you can find them easily. You can set up a customer report for these bookings (REPORTS-> CUSTOM REPORTS) which you show on the dashboard.

1.4 Virtual Cards

Virtual cards work the same way as "real" cards. Often virtual cards are only valid for a certain period. For details please ask the channel which provides the card.

Some virtual cards are restricted so that only merchants which are registered as an accommodation business type can charge the virtual card. In this case you need to make sure you are registered as an accommodation business with Stripe.

1.5 Refund of Payments in Stripe

Payments can be manually refunded from within the Stripe account. You will also need to enter them manually into the booking.


1.6 Troubleshooting and Issues

It has been reported that Browser IE 11 does not show the Stripe payment form when the booking page (and Stripe form) is in an iFrame unless the following Meta tag is included on the parent page.
<meta http-equiv="x-ua-compatible" content="IE=edge">
Accept Cards without CCV
Log into your Stripe account and go to "Radar". You should be able to process charges without the CVC once you turn off that requirement in Radar.