Category:Payments: Difference between revisions

Jump to navigation Jump to search
Lesley (talk | contribs)
No edit summary
Line 118: Line 118:
For Auto Actions you can use the [BOOKID] template variable to automatically populate the bookid URL parameter:  
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]  
https://beds24.com/bookpay.php?bookid=[BOOKID]  




For custom Emails you can type the booking number in directly:  
For custom Emails you can type the booking number in directly:  


https://www.beds24.com/bookpay.php?bookid=1234567  
https://beds24.com/bookpay.php?bookid=1234567  


The parameters below can be added to the URL to customize the behaviour of  the payment request.  
The parameters below can be added to the URL to customize the behaviour of  the payment request.  
Line 165: Line 165:
Examples:  
Examples:  


<code>https://www.beds24.com/bookpay.php?bookid=[BOOKID]&g=an</code> creates a payment link for Authorize.Net
<code>https:/.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://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://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
<code>https://beds24.com/bookpay.php?bookid=1234567&h=cc</code> creates a payment link hiding credit card collection


=====Parameters for amounts=====
=====Parameters for amounts=====
Line 190: Line 190:
Examples:
Examples:


<code>https://www.beds24.com/bookpay.php?bookid=[BOOKID]&pay=70</code> creates a payment link requesting a payment of 70
<code>https://beds24.com/bookpay.php?bookid=[BOOKID]&pay=70</code> creates a payment link requesting a payment of 70


===Payment Request without Payment Options Activated===
===Payment Request without Payment Options Activated===
Line 213: Line 213:
*The template variable [PAYURL:NA:CC] creates URL for the form where guest can securely enter their credit card details.  
*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.  
*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>
*If you want to use custom text you can use an a link <a https://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 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".
Line 219: Line 219:
You can also use a direct link. The link uses the booking number plus the parameter &g=cc&pay=na
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://beds24.com/bookpay.php?bookid=1234567&g=cc&pay=na  


https://www.beds24.com/bookpay.php?bookid=[BOOKID]&g=cc&pay=na
https://beds24.com/bookpay.php?bookid=[BOOKID]&g=cc&pay=na


== Collect only Credit Card Details for Web Site Bookings ==
== Collect only Credit Card Details for Web Site Bookings ==