Category:Deposit Collection: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 79: | Line 79: | ||
'''Coming Soon!''' | '''Coming Soon!''' | ||
<div style="display:none"> | <div style="display:none"> | ||
bookpay.php?bookid= | You can set up an Auto Action with a payment request. Template variables are used to insert the requested amount. When the guest makes a payment via one of the integrated payment gateways | ||
*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. | |||
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. | |||
[PAYPALLINK:25%] - Creates a Paypal payment link (HTML A Tag) for a percentage of the outstanding balance. Use 100% to specify the full outstanding balance. | |||
[PAYPALLINK:200] - Creates a Paypal payment link (HTML A Tag) for a fixed amount. A zero amount will cause paypal to provide a field to enter an amount. | |||
The template variable [PAYPALURL] - Creates a Paypal payment url for the amount in the booking deposit field if non zero, otherwise the outstanding balance. | |||
[PAYPALURL:25%] - Creates a Paypal payment url for a percentage of the outstanding balance. | |||
[PAYPALURL:200] - Creates a Paypal payment url for a fixed amount. A zero amount will cause paypal to provide a field to enter an amount. | |||
You can also use a direct link. The link uses the booking number and the requested amount. Example: | |||
https://www.beds24.com/bookpay.php?bookid=1234567&pay=100 | |||
Will request the amount of 100 for booking 1234567. | |||
Paypal Button and Custom Paypal Payment Form | |||
Note: Some Email programmes deactivate the button so that the payment screen can not open. | |||
Button | |||
*Go to SETTINGS->PROPERTIES->PAYMENT COLLECTION->PAYPAL and enter the Paypal email address to which you want the payment to go. | |||
*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. | |||
In the "Email" tab click on "Edit" and enter your text. [PAYPALBUTTON] creates a Paypal payment button for the amount in the booking deposit field if non zero, otherwise the outstanding balance. Not recommended for emails. | |||
[PAYPALBUTTON:25%] - Creates a Paypal payment button for a percentage of the outstanding balance. 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. | |||
</div> | </div> | ||
===Payment Request without Payment Options Activated=== | ===Payment Request without Payment Options Activated=== | ||
If you do not use one of the payment options you can set up an Auto Action with a Paypal payment request. | If you do not use one of the payment options you can set up an Auto Action with a Paypal payment request. | ||
| Line 90: | Line 129: | ||
To collect payments from channels which do not provide credit card details or if you do not use Stripe you can send send payment requests. | To collect payments from channels which do not provide credit card details or if you do not use Stripe you can send send payment requests. | ||
==Request Guests to Submit Credit Card Details== | |||
'''Coming Soon!''' | |||
<div style="display:none"> | |||
</div> | |||
== Payment Options== | == Payment Options== | ||