Difference between revisions of "Setting/propertiesnotifyurl"
Jump to navigation
Jump to search
Markkinchin (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | A push notification will be sent to this URL when a new booking, booking modification or cancellation occurs. | + | A push notification will be sent to this URL when a new booking, significant booking modification which effects availability or cancellation occurs. |
The bookid and status are appended to your url like this example. | The bookid and status are appended to your url like this example. |
Revision as of 11:42, 3 May 2018
A push notification will be sent to this URL when a new booking, significant booking modification which effects availability or cancellation occurs.
The bookid and status are appended to your url like this example.
https://yoururl.com/yourpage?bookid=12345678&status=new
Possible values for status are: new, modify, cancel
The card CVV can be included as a post variable if the URL contains 'cvv=post' and is using https: The CVV will be sent one time only.
i.e. your url
https://yoururl.com/yourpage?cvv=post
will be sent to the the following with CVV in post data
https://yoururl.com/yourpage?cvv=post&bookid=12345678&status=new