Custom Gateway: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
Both the URL and POST fields can contain template variables to include values from the booking.
Both the URL and POST fields can contain template variables to include values from the booking.


For example [DEPOSIT] will contain the value of the deposit.
For example [PAYMENTDEPOSIT] will contain the value of the deposit.


  i.e. deposit=[DEPOSIT]&bookid={BOOKID] will post fields deposit and bookid to the external gateway.
  i.e. deposit=[PAYMENTDEPOSIT]&bookid={BOOKID] will post fields deposit and bookid to the external gateway.


A notify URL is available for the external gateway to report a successful collection of the deposit.
A notify URL is available for the external gateway to report a successful collection of the deposit.