Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

This type of message is sent through AMQP service when

Bet_cancelis sent when a bet made on a particular market needs to be cancelled and refunded due to an error (which is different to a bet-settlement/refund).

Message structure

.message
id

Unique identifier for the message

type

betting_offer_rollback

sourceInternal attribute, please dont use this attribute
utInformation about the date and time of when the message was created. Format UNIX_TIMESTAMP
..data
...betting_offer_cancel
idIdentifier of the betting offer
action

Describes type of operation for the event. Possible values:

  • insert - new betting_offer_cancel offer generated
  • update - betting offer was updated

    Rollback_bet_cancelis sent when a previous bet cancel should be undone (if possible). This may happen, for example, if a Betradar operator mistakenly cancels the wrong market (resulting in a bet cancel being sent) during the game; before realizing the mistake.

object_type
object_id
start_time
end_time
  • No labels