The use of the tag [paylink] in the Buckaroo email templates enables the display of a payment link in the form of a URL. This URL is extremely long and might make certain receivers question payment safety.
If you want to let a payment button refer to a payment link, copy the following HTML code in the template:
<table> <tbody> <tr>
</tr> </tbody> </table>
With the HTML reference above, the payer is redirected to the Buckaroo checkout page. The colour of the button can be adjusted by changing background colour: #cbd614 to a different value. The font colour of the letters used in the button can be adjusted by changing colour: #ffffff to a different value.
It is possible to add text to a payment link. Use the following code:
<a style="color: #cbd614" href="[paylink]" target="_blank">Ja, ik betaal nu </a>
With the HTML reference above, the payer is redirected to the Buckaroo checkout page. The font colour can be adjusted by changing color: #cbd614 to a different value.