Skip to content

Unsettle

PUT https://{PARTNER_API_URL}/payment/bet with type: 1

This request will be performed in case of temporary cancellation of the event result. When you receive a request you should perform the following actions on your side:

  • Check that the method is PUT and the type === 1.
  • Verify request signature.
  • Find the bet in your system by transactionId (this id initially was sent with place bet request).
  • Revert previously applied settlement results by updating user balance and performing corresponding payment operations.

This type of request is almost the same as Resettle with the only difference that you do not need to perform a new payment after you have reverted previous bet result.

As a response we are expecting to get the same format as for Place bet request.