Difference between revisions of "Setting/propertiesnotifyurl"

From Beds24 Wiki
Jump to navigation Jump to search
Line 1: Line 1:
A push notification will be sent to this URL when a new booking or booking modification occurs.
+
A push notification will be sent to this URL when a new booking, booking modification or cancellation occurs.
 +
 
 +
The bookid and status are appended to your url like this example.
 +
 
 +
https://yoururl.com/yourpage?bookid=12345678&status=new
  
 
The card CVV can be included as a post variable if the URL contains 'cvv=post' and is using https:
 
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.
 
The CVV will be sent one time only.

Revision as of 18:20, 11 September 2016

A push notification will be sent to this URL when a new booking, booking modification or cancellation occurs.

The bookid and status are appended to your url like this example.

https://yoururl.com/yourpage?bookid=12345678&status=new

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.