Terms and Conditions Approval (tnc_approval)

To approve the latest version of terms and conditions.

Auth Scope(s): admin

tnc_approval(affiliate_coc_agreement: Optional[int] = None, ukgc_funds_protection: Optional[int] = None, passthrough: Optional[Any] = None, req_id: Optional[int] = None) → int
Parameters:
  • affiliate_coc_agreement (Optional[int]) – [Optional] For Affiliate’s Code of Conduct Agreement.
  • ukgc_funds_protection (Optional[int]) – [Optional] For ASK_UK_FUNDS_PROTECTION in cashier.
  • passthrough (Optional[Any]) – [Optional] Used to pass data through the websocket, which may be retrieved via the echo_req output field.
  • req_id (Optional[int]) – [Optional] Used to map request to response.
Returns:

req_id

Return type:

int

Example

binary.api.tnc_approval()