Setting/propertiesnotifyurl: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) No edit summary |
Markkinchin (talk | contribs) No edit summary |
||
| Line 5: | Line 5: | ||
https://yoururl.com/yourpage?bookid=12345678&status=new | https://yoururl.com/yourpage?bookid=12345678&status=new | ||
Possible values for status are: new, modify, cancel | Possible values for status are: new, modify, cancel, message | ||
The status modify could be sent for new or cancelled bookings if multiple fields are changed before the webhook sends, i.e. the first webhook may have status modified instead of new and a cancelled booking may have a webhook with status = modify | |||
The card CVV and a token to retrieve it from the JSON getCard API function can be included as form url encoded POST data in the body of the push. | The card CVV and a token to retrieve it from the JSON getCard API function can be included as form url encoded POST data in the body of the push. | ||