Send Paypal Payment Request: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) No edit summary |
Markkinchin (talk | contribs) No edit summary |
||
| Line 8: | Line 8: | ||
In the "Email" tab click on "Edit" then "Source code. | In the "Email" tab click on "Edit" then "Source code. | ||
This is an example code for a request to pay a 50% | This is an example code for a request to pay a 50% deposit: | ||
<div style="background-color: #f9f9f9; border: 1px solid #ddd; padding: 5px"> | <div style="background-color: #f9f9f9; border: 1px solid #ddd; padding: 5px"> | ||
<p>The deposit amount is € <span style="color:#008acc;">[ | <p>The deposit amount is € <span style="color:#008acc;">[PRICENUM:50%]</span><br /> | ||
<br /> | <br /> | ||
The remaining balance of € <span style="color:#008acc;">[ | The remaining balance of € <span style="color:#008acc;">[PRICENUM:50%]</span> can be paid at your arrival at - [PROPERTYNAME].<br /> | ||
</p> | </p> | ||
| Line 74: | Line 74: | ||
Exchange following information: | Exchange following information: | ||
*[ | *[PRICENUM:50%] - with the percentage or amount you want to collect | ||
*[email protected] - with the the email address of your Paypal account | *[email protected] - with the the email address of your Paypal account | ||
*EUR - with your currency e.g. USD,, CAD, AUD, GBP | *EUR - with your currency e.g. USD,, CAD, AUD, GBP | ||
*<nowiki>http://myurl.com/confirm</nowiki> - with the link to the URL where the guest is sent after the payment was made | *<nowiki>http://myurl.com/confirm</nowiki> - with the link to the URL where the guest is sent after the payment was made | ||
*<nowiki>http://myurl.com/cancel</nowiki> - - with the link to the URL where the guest is sent if he did not complete the payment | *<nowiki>http://myurl.com/cancel</nowiki> - - with the link to the URL where the guest is sent if he did not complete the payment | ||