hello, has anyone noticed this new service from natwest or know if it will be scripted into psp in catalogue. FASTPAY merchant accounts http://www.natwestfastpay.com/
As I thought, we have no plans for integration with FastPay. Generally it is the PSP that writes the integration not Actinic, we then test it and include it in the software.
Originally posted by Darren
As I thought, we have no plans for integration with FastPay. Generally it is the PSP that writes the integration not Actinic, we then test it and include it in the software.
A workaround is to add some text and a link on the receipt/invoice page at the end of the checkout process. This works with FastPay and Nochex by putting the following in Design | Text | Web Site (cont) | Receipt...
<font color="red"><b>Cheque payment:</b></font> print this page, keep a copy for your records, and send the other copy with your payment.<br><font color="red"><b>Natwest FastPay:</b></font> print this page and <a href="http://www.fastpay.com/" target="_blank"><b>click here</b></a> to make your payment.<br><font color="red"><b>Nochex:</b></font> print this page and <a href="http://www.nochex.com/payme.asap?email=me@malcolmbailey.co.uk" target="_blank"><b>click here</b></a> to make your payment.<br>
You don't need all the formatting, of course, and you need to change the Nochex email address to your own. I don't know the format of the FastPay payment page link so the above link just goes to their home page for now.
Comment