Changes

Jump to navigation Jump to search

Stripe

1,000 bytes added, 14:40, 8 July 2020
no edit summary
[[Category:Apps_Plugins_and_ExtentionsApps]]
[[Category:Payments]]
[[Category:Payment_Gateways]]<div class="heading">Stripe</div> ''This page is about the menu {{#fas:cog}} (SETTINGS-) >PAYMENTS->PAYMENT GATEWAYS->STRIPE''
__TOC__
== Setup ==
Stripe will display the booking reference in a data field called "data-description".
 <span style="color:#fe746c;“ >{{#fas:exclamation-triangle}} '''</span> To use STRIPE to collect Channel payments ONLY and not show on your Beds24 Booking page, then use Enable = 'Internal Only' '''
== Functionality ==
You can choose to automatically report invalid cards to Stripe. The setting is available in SETTINGS->CHANNEL MANAGER.
 
Info Codes in the "Info" tab of the booking show you which action was performed.
 
{| class="wikitable"
! scope="col"| Code
! scope="col"| Use
|-
 
|CARDTOSTRIPE
| card details were sent to Stripe
|-
 
|STRIPEPAYMENT
| payment imported from Stripe
|-
 
|STRIPEFAIL
| card could not sent to Stripe
|-
 
|CARDEXPIRES
| added when the card expires before check-in
|-
 
 
 
|}
=== Collect deposit for direct bookings at time of the booking ===
Payments for bookings with deposit collection on the Beds24 booking page will be automatically collected.
How to automatically collect pending payments from other sources is explained [[:Category:Payments#Create_and_manage_pending_payments|here]]. Please note that his this option is only available for customers who connect via Stripe Connect. If you connected your Stripe account via keys please remove them and connect via the "Connect to Stripe" button.
=== Collect payment manually ===
Payments can be manually refunded from within the Stripe account. You will also need to enter them manually into the booking.
== Troubleshooting and Issues Stripe Test Mode ==To connect to Stripe in testing mode, you can use your Stripe test publishable key and test secret key.
=== Pending payments will not work with the Stripe Test Mode ===ApiKey connection method (i.e. test mode).
To connect to Stripe in testing mode, you can use your Stripe test publishable key and test secret key. <span classstyle="circle" color:#fe746c;“ >{{#fas:exclamation-circletriangle}} Important: </span> '''You must be disconnected from Stripe to begin.'''
Open the Stripe menu at SETTINGS ,> PAYMENTS -> PAYMENT GATEWAYS -> STRIPE
When you are finished testing, delete the two test keys and connect in live mode with the "Connect to Stripe" button.
<span style="color:#fe746c;“ >{{#fas:exclamation-triangle}} Note: </span> Do not use API keys to connect in live mode, Stripe considers this insecure and will limit functionality.
== Troubleshooting and Issues ==
'''Payment request does not show the Stripe payment button '''
If Strong Customer Authentication is activated payment requests will not work if the "Balance Due" in the booking is zero.
'''Pending payment did not trigger '''
Pending payments will not work with the Stripe ApiKey connection method (i.e. test mode).
'''Stripe payment form does not show"
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">

Navigation menu