Skip to main content

Suggested Operator Implementations

Discussed below are the parts of VIP Connect where operators can determine how to handle various transaction flows that best suit their system. This is a listing of those areas with examples of how an operator could approach them depending on system and business needs.

Deposit Redirect

At the end of a successful deposit request, the VIP Connect API being used will call an operator’s notification callback URL to notify the operator of the successful deposit request. The deposit request data is sent to the callback endpoint and assumes a response of response code 200 OK from the callback endpoint is received as successful acknowledgement.

  • Default Behavior: On the deposit successful screen an end user can navigate on the web component or return to the location on the operator’s site from where they were launched into the VIP Connect web component.
  • Optional Behavior: When an end user returns to the operator site from the VIP Connect web component, an operator could redirect them to any area on their site.

Withdraw Redirect

After an end user’s withdrawal, operators are directly notified via the operator's notification callback URL. No other action is taken by the VIP Connect API until an operator approves the withdrawal request. The VIP Connect API sends the request data and expects a response code 200 OK as successful acknowledgement.

  • Default Behavior: Similar to the deposit scenario, on the withdrawal successful screen an end user can navigate on the web component or return to the location on the operator’s site from where they were launched into the VIP Connect web component.
  • Optional Behavior: When an end user returns to the operator site from the VIP Connect web component, operators could redirect them to any area on their site.

Freeze Funds of Pending Withdrawal

An API call will be sent to an operator’s notification call back URL alerting them of pending withdrawals. After receiving the notification of a withdrawal, it is the operator’s choice to add additional logic in their systems on how manage the pending withdrawal.

  • Default Behavior: VIP Connect sends a transaction notification of a withdrawal to an operator
  • Optional Behavior 1 : Operators could take action to freeze transaction amount funds in the end user’s gaming account upon receiving a withdrawal notification.
  • Optional Behavior 2: Operators could set up automated approval rules based on data received in the withdrawal notification from VIP Connect and approve the withdrawal based on business rules and requirements.