Registering the Callback Website Operation URLs at Passkey

Once the Passkey callback website is configured, then we need to register the below callback website URLs at Passkey.

 

The below operations URLs are registered at Passkey with a particular event already registered at Passkey, and for this you need to send the below URLs together with the event id/event code to Passkey.

 

Get Hotel Reservation Operation:

https://38.105.85.197/GetPasskeyRegistration.aspx?bridge=[[bridgeID]]&resacknum=[[resAckNum]]

 

Update Existing Hotel Reservation Operation:

https://38.105.85.197/GetPasskeyRegistrationUpdate.aspx?resacknum=[[resAckNum]]

 

Cancel Hotel Reservation Operation:

https://38.105.85.197/GetPasskeyCancellation.aspx?resacknum=[[resAckNum]]

In all three URLs above, you'll see the website address (https://38.105.85.197) concatenated with the Get Hotel Reservation, Update Hotel Reservation and Cancel Hotel Reservation related callback website pages (page names with .aspx extension) and the query strings (highlighted in yellow). The callback website should be hosted on public IP, so that it is accessible by Passkey.