Custom Gateway: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) No edit summary |
Markkinchin (talk | contribs) No edit summary |
||
| Line 28: | Line 28: | ||
bookid = the bookid of the booking | bookid = the bookid of the booking | ||
These fields are optional: | These POST fields are optional: | ||
status = 0 (cancelled), 1 (confirmed), 2 (request), 3 (new) | status = booking status, 0 (cancelled), 1 (confirmed), 2 (request), 3 (new) | ||
amount = amount of the deposit collected | amount = amount of the deposit collected | ||
description = description of payment for invoice item | description = description of payment for invoice item | ||
payment_status = status of payment for invoice item | payment_status = status of payment for invoice item | ||
txnid = unique id for this payment to prevent false duplicates | txnid = unique id for this payment to prevent false duplicates | ||