Skip to main content

Functionality

  • This API is used to resend all transactions that were not processed earlier due to technical issues. All payout transactions are submitted for settlement. This API also addresses transactions that have been active for more than 24 hours and have not yet been processed.
  • Upon receiving a successful response from your system, the transactions will be processed.
  • Any transactions that fail will be treated as lost bets. No bet reversals will be performed.
  • Please ensure your wallet balances are updated accordingly.
Returns an array of responses with each user’s updated balance.

Headers

string
required
A unique identifier associated with operator calling API.
string
required
A SHA256 HMAC signature generated using the request body and timestamp. Format: HMAC_SHA256(JSON.stringify(data) + ’|’ + timestamp), signed using the provided secret key.
string
required
An Unix timestamp (milliseconds) when the request was sent. Ensure the same value is used in signature generation.
string
required
Must be set to application/json

Request Body

array
required

Response

string
required
Code indicates status of the request weather it is succeed or failed. We have listed error codes here
Data Array