Custom Gateway: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Markkinchin (talk | contribs) 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 [ | For example [PAYMENTDEPOSIT] will contain the value of the deposit. | ||
i.e. deposit=[ | 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. | ||