Setting/propertiesnotifyurl: Difference between revisions

From Beds24 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
Possible values for status are: new, modify, cancel
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 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 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


The URL can contain template variables which will be exchanged with information from the booking.
The URL can contain template variables which will be exchanged with information from the booking.

Revision as of 11:34, 22 August 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 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 URL can contain template variables which will be exchanged with information from the booking.