Changes

Jump to navigation Jump to search

Category:Payments

436 bytes added, 17:48, 14 June 2020
*[PAYURL:200] - Creates a payment url for the payment request url for a fixed amount.
==== Using Request URL Parameters====
You can also use a direct link. The link uses the booking number and the requested amount.
httpsFor Auto Actions you can use the [BOOKID] template variable to automatically populate the bookid URL parameter://www.beds24.com/bookpay.php?bookid=1234567 create a payment request for the remaining balance for this booking showing all payment gateways which are enabled.
Parameters 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.
These are the parameters for the different payment options:
AuthoizeNet: an
=====Parameters for different payment options=====By default all payment gateways enabled for your booking page will show on the payment request page. You can override which gateways are shown on the booking request page using the URL <code>&g=</code> and <code>&h=</code> parameters. You can specify multiple payment gateways comma separated for both the <code>&g=</code> and the <code>&h=</code> parameter. The <code>&g=</code> parameter forces the gateway to be shown, the <code>&h=</code> forces the gateway to be hidden. an - AuthoizeNet bp - Bitpay: bp
Custom Gateway: cgcc - credit card collection
Offline Payment: opcg - Custom Gateway
Paymill: pmop - Offline Payment
Paypal: pppm - Paymill
Realex A: rapp - Paypal
ra - Realex B: rbA
Striperb - Realex B: st
Capture for st - Stripe: capture=0 (do not capture payment) / capture=1 (capture payment)
Capture for Stripe:
Card Collection: cccapture=0 - do not capture payment
*Create a link with a payment request for a specific amount. &paycapture=70 1- for capture payment request for the amount of 70.
https://www.beds24.com/bookpay.php?bookid=1234567&pay=70
httpsExamples://www.beds24.com/bookpay.php?bookid=[BOOKID]&pay=70
*Create a link showing only a specific payment gateway<code>https://www.beds24.com/bookpay.php?bookid=[BOOKID]&g=cc collect credit card details onlyan</code> creates a payment link for Authorize.Net
<code>https://www.beds24.com/bookpay.php?bookid=1234567&g=cc st,pp</code> creates a payment link showing Stripe and Paypal
<code>https://www.beds24.com/bookpay.php?bookid=[BOOKID]&g=cc st&capture=0</code> creates a payment link for Stripe without capturing
*Create <code>https://www.beds24.com/bookpay.php?bookid=1234567&h=cc</code> creates a payment link showing multiple payment gateways &g=st,pp show Stripe and Paypal onlyhiding credit card collection
https://www.beds24.com/bookpay.php?bookid=1234567&g=st,pp
https://www.beds24.com/bookpay.php?bookid=[BOOKID]====Parameters for amounts=====&gpay=st,pp100 - for a payment request for the specified amount (in this example 100)
*Create &pay=bookpay - for a link showing Stripe and Capture payment request collecting the credit card details to charge at a later time. https://www.beds24.com/bookpay.php?bookid=[BOOKID]&g=st&capture=0outstanding balance for this booking
*Create a link showing Stripe and Capture a fixed amount on the credit card that can be collected/charged at a later time. https://www.beds24.com/bookpay.php?bookid=[BOOKID]&g=st&pay=300&capture=0 grouppay - for a payment request collecting the outstanding balance for the group booking (the default)
*Create a link showing all payment gateaways except for one
&h=cc show Stripe and Paypal but hide credit card collections
httpsExamples://www.beds24.com/bookpay.php?bookid=1234567&h=cc
<code>https://www.beds24.com/bookpay.php?bookid=[BOOKID]&hpay=cc70</code> creates a payment link requesting a payment of 70
===Payment Request without Payment Options Activated===

Navigation menu