Skip to main content

VIP Online Components

VIP Online is a combination of multiple front-end and back-end components. Certain components are owned and maintained by Pavilion, while others must be developed and maintained by operators.

ComponentTypeOwner
VIP Online APIBackendPavilion
VIP Online Web ComponentFrontendPavilion
Operator Web UIFrontendOperator
Operator APIBackendOperator

When an end user clicks on the VIP Online web component, it will make a GET request to the specified operator API URL expecting a session ID in response. The web component will then open the VIP Online web application with the given session ID in a modal dialog. The end user is then able to make deposits, withdrawals, and manage their VIP Online account.

note

Operators are responsible for implementing the API endpoint residing at the specified API URL. This API call should invoke the VIP Online API session creation endpoint and return the resulting session ID to the web component. This backend-to-backend call is necessary to secure an end user's personally identifiable information from being exposed.