Insurance
POST
{clientApi}/ticket/insurance
When the system creates a cashback from an insured bet, a request will be sent to the client system with the insurance cashback value and the date of insurance.
The received request contain a deposit amount. In this case the amount should be added to user balance.
Example request
Example Success Response
Response code
200
If the request is successfully pocessed in client system and the deposit amount (if present) was added to user balance, a 200 response should be returned
Example Failure Response
Response code
406
If there is any error in client system, a 406 response cose should be returned
Last updated