Difference between revisions of "Setting/propertiescollectdepositcustom2post"
Jump to navigation
Jump to search
Markkinchin (talk | contribs) (Created page with "This data will be included as POST data sent to the payment gateway. It simulates a HTML form post. Template variables can be used to include information about the booking....") |
Markkinchin (talk | contribs) |
||
Line 5: | Line 5: | ||
Post fields should be specified as name/value pairs separated by ampersands. | Post fields should be specified as name/value pairs separated by ampersands. | ||
− | + | inputname1=value1&inputname2=value2&inputname3=value3&reference=[BOOKID]&amount=[DEPOSIT]&description=Deposit+Payment+for+[PROPNAME] |
Revision as of 10:45, 15 August 2016
This data will be included as POST data sent to the payment gateway. It simulates a HTML form post.
Template variables can be used to include information about the booking.
Post fields should be specified as name/value pairs separated by ampersands.
inputname1=value1&inputname2=value2&inputname3=value3&reference=[BOOKID]&amount=[DEPOSIT]&description=Deposit+Payment+for+[PROPNAME]