Skip to main content

Unsettle

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

This request will be performed in case of a 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 was initially sent with the Place bet request).
  • Revert previously applied settlement results by updating the user balance and performing corresponding payment operations.

Important Note

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

Basically, you are just "undoing" the last Settle action.


Response Format

As a response, we are expecting to receive the same format as for the Place bet request: