Custom Gateway: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) |
Markkinchin (talk | contribs) |
||
| Line 19: | Line 19: | ||
i.e. deposit=[PAYMENTAMOUNT]&bookid={BOOKID] will post fields deposit and bookid to the external gateway. | i.e. deposit=[PAYMENTAMOUNT]&bookid={BOOKID] will post fields deposit and bookid to the external gateway. | ||
The custom gateway POST data is posted from the users browser when they click the pay button. | |||
This means the POSTED data will be visible in the page source code and should not contain any secret or private data. | |||
== Webhook to notify of payment status == | == Webhook to notify of payment status == | ||