Changes

Jump to navigation Jump to search

Custom Gateway

97 bytes added, 15:37, 4 March 2020
no edit summary
Required skills: html, programming
 
== Introduction ==
You can create an interface to an external (not integrated) payment gateway.
The booker will be shown a button which will take them to the specified URL with the value from "Post Data" included as an HTML POST.
 
== Transfer to Custom Gateway ==
Both the URL and POST fields can contain template variables to include values from the booking.
i.e. deposit=[PAYMENTAMOUNT]&bookid={BOOKID] will post fields deposit and bookid to the external gateway.
 
== Webhook to notify of payment status ==
A notify URL is available for the external gateway to report a successful collection of the deposit.

Navigation menu