Changes

Jump to navigation Jump to search

Category:Payments

40 bytes removed, 12:47, 9 September 2020
no edit summary
For Auto Actions you can use the [BOOKID] template variable to automatically populate the bookid URL parameter:
https://www.beds24.com/bookpay.php?bookid=[BOOKID]
For custom Emails you can type the booking number in directly:
https://www.beds24.com/bookpay.php?bookid=1234567
The parameters below can be added to the URL to customize the behaviour of the payment request.
Examples:
<code>https://www.beds24.com/bookpay.php?bookid=[BOOKID]&g=an</code> creates a payment link for Authorize.Net
<code>https://www.beds24.com/bookpay.php?bookid=1234567&g=st,pp</code> creates a payment link showing Stripe and Paypal
<code>https://www.beds24.com/bookpay.php?bookid=[BOOKID]&g=st&capture=0</code> creates a payment link for Stripe without capturing
<code>https://www.beds24.com/bookpay.php?bookid=1234567&h=cc</code> creates a payment link hiding credit card collection
=====Parameters for amounts=====
Examples:
<code>https://www.beds24.com/bookpay.php?bookid=[BOOKID]&pay=70</code> creates a payment link requesting a payment of 70
===Payment Request without Payment Options Activated===
*The template variable [PAYURL:NA:CC] creates URL for the form where guest can securely enter their credit card details.
*The template variable [PAYBUTTON:NA:CC] creates button with a link to the form where guest can securely enter their credit card details.
*If you want to use custom text you can use an a link <a https://www.beds24.com/bookpay.php?bookid=[BOOKID]&g=cc&pay=na>Your text</a>
You can show a custom message in header section of the payment request and in the confirmation which the guest sees after they have entered their details. The settings are SETTINGS-> PAYMENTS " Payment Request Header" and "Payment Request Confirmation".
You can also use a direct link. The link uses the booking number plus the parameter &g=cc&pay=na
https://www.beds24.com/bookpay.php?bookid=1234567&g=cc&pay=na
https://www.beds24.com/bookpay.php?bookid=[BOOKID]&g=cc&pay=na
== Collect only Credit Card Details for Web Site Bookings ==

Navigation menu