Stripe: Difference between revisions
Jump to navigation
Jump to search
| Line 134: | Line 134: | ||
== Local Payment Methods == | == Local Payment Methods == | ||
Stripe allows payment via many local payment methods based on the payers location. | Stripe allows payment via many local payment methods based on the payers location. | ||
'''Step 1: In Stripe''' | |||
Local payment options can be enabled when available at the following Stripe menu: | |||
https://dashboard.stripe.com/settings/payment_methods | https://dashboard.stripe.com/settings/payment_methods | ||
| Line 145: | Line 146: | ||
You can enable and disable each method as you wish. Note each payment method can have different fees and conditions and not all methods are instantly confirmed meaning the payment is not completed until some time after the booking is made. | You can enable and disable each method as you wish. Note each payment method can have different fees and conditions and not all methods are instantly confirmed meaning the payment is not completed until some time after the booking is made. | ||
'''Step 2 2: In Beds24''' | |||
Set "Stripe Checkout Version" = Hosted | |||
The guest will be redirected from the check-out page to a Stripe payment page where they can select with payment method they want to use. | |||
If a payment method is selected where you do not receive payment immediately, the info code STRIPEPENDING is added to the booking. When the payment is made, this is deleted and replaced by STRIPPAYMENT. | If a payment method is selected where you do not receive payment immediately, the info code STRIPEPENDING is added to the booking. When the payment is made, this is deleted and replaced by STRIPPAYMENT. | ||
<span style="color:#fe746c;“ >{{#fas:exclamation-triangle}} </span> Google wallet will not work in an iFrame, if activating Google wallet please make sure your payment page is not within an iFrame. | <span style="color:#fe746c;“ >{{#fas:exclamation-triangle}} </span> Google wallet will not work in an iFrame, if activating Google wallet please make sure your payment page is not within an iFrame. | ||