Category:Deposit Collection: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 82: | Line 82: | ||
*Go to SETTINGS->GUEST MANAGEMENT->AUTO ACTIONS and create an Auto Action. Use the context help (?Icons) and the help page (click on HELP in the top right menu) for general instructions. | *Go to SETTINGS->GUEST MANAGEMENT->AUTO ACTIONS and create an Auto Action. Use the context help (?Icons) and the help page (click on HELP in the top right menu) for general instructions. | ||
[PAYURL] - Creates a payment url for the payment request for the amount in the booking deposit field if non zero, otherwise the outstanding balance. | |||
[PAYURL:25%] - Creates a payment url for the payment request for a percentage of the outstanding balance. Use 100% to specify the full outstanding balance. | |||
[PAYURL:200] - Creates a payment url for the payment request url for a fixed amount. nt. | |||
[PAYLINK] - Creates a payment link (HTML A tag) for the payment request for the amount in the booking deposit field if non zero, otherwise the outstanding balance. | |||
[PAYLINK:25%] -Creates a payment link (HTML A tag) for the payment request for a percentage of the outstanding balance. Use 100% to specify the full outstanding balance. | |||
[PAYLINK:200] - Creates a payment link (HTML A tag) for the payment request) for a fixed amount. | |||
[PAYBUTTON] - Creates a payment button for the payment request for the amount in the booking deposit field if non zero, otherwise the outstanding balance. Not recommended for emails. | |||
[PAYBUTTON:25%] - Creates a payment button for the payment request for a percentage of the outstanding balance. Use 100% to specify the full outstanding balance. Not recommended for emails. | |||
[PAYBUTTON:200] - Creates a payment button for the payment request for a fixed amount. | |||
In the "Email" tab click on "Edit" and enter your text. The template variable [PAYPALLINK] creates a clickable Paypal payment link (HTML A Tag) for the amount in the booking deposit field if non zero, otherwise the outstanding balance. | In the "Email" tab click on "Edit" and enter your text. The template variable [PAYPALLINK] creates a clickable Paypal payment link (HTML A Tag) for the amount in the booking deposit field if non zero, otherwise the outstanding balance. | ||
| Line 117: | Line 135: | ||
[PAYPALBUTTON:200] - Creates a Paypal payment button for a fixed amount. A zero amount will cause paypal to provide a field to enter an amount. Not recommended for emails. | [PAYPALBUTTON:200] - Creates a Paypal payment button for a fixed amount. A zero amount will cause paypal to provide a field to enter an amount. Not recommended for emails. | ||
====Request Parameters==== | |||
https://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 can be added to the payment request. | |||
*Create a link with a payment request for a specific amount. | |||
&pay=70 - for payment request for the amount of 70. | |||
https://www.beds24.com/bookpay.php?bookid=1234567&pay=70 | |||
*Create a link showing only a specific payment gateway | |||
&g=cc collect credit card details only | |||
https://www.beds24.com/bookpay.php?bookid=1234567&g=cc | |||
*Create a link showing multiple payment gateways | |||
&g=st,pp show Stripe and Paypal only | |||
https://www.beds24.com/bookpay.php?bookid=1234567&g=st,pp | |||
*Create a link showing all payment gateaways except for one | |||
&h=cc show Stripe and Paypal but hide credit card collections | |||
https://www.beds24.com/bookpay.php?bookid=1234567&h=cc | |||
</div> | </div> | ||