For the complete documentation index, see llms.txt. This page is also available as Markdown.

Manual Review Request

Source
Destination

Client

MTS

The ticket validation process may result in a manual bet review as part of the Bet Referral feature. This is communicated via the Ticket Placement Response through the "pendingManualBetReview" boolean field (ticket-reply). The client should periodically poll the status of the manual bet review process using the Manual Review request. The manual bet review will result in a final accepted or rejected status. This status is final and the client should not send any further Manual Review requests upon receipt.

Envelope and Content table:

The envelope provides the content's (Manual Review request) context and contains the following fields (besides Content):

  • operatorId

  • correlationId

  • timestampUtc

  • operation

  • version

Example
Field Name
Field Description
Mandatory/ Optional
Data Type

operatorId

ID to uniquely identify the client from which the ticket originated, ID is provided to the client by Sportradar, The client is obliged to include it in every ticket

M

Integer

content

See Content object description below

M

Object

correlationId

Client defined string to facilitate the request-response pairing, Sportradar is obliged to return the same string in every response

M

String

timestampUtc

Timestamp of ticket placement as submitted by the client (Unix time milliseconds format), minimal: 1, maximum: 9223372036854776000

M

Integer

operation

Should be "manual-review in the case of a manual-review request

M

String

version

Indicates the ticket format version

M

String

Content object (Manual Review request)

This object constitutes the ticket itself and includes the following fields:

  • type

  • ticketId

  • signature

Content object table:

Example
Field Name
Field Description
Mandatory/ Optional
Data Type

Object

type

Declaration of content type, should be "manual-review in the case of a Manual Review request

M

String

ticketId

ID of the ticket for which the status of manual review is requested

M

String

signature

Signature from the Ticket Placement Response of the affected ticket, minimal string length = 1, maximum string length = 128

M

String

Last updated

Was this helpful?