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

External Settlement with stakeOrigin

The External settlement request below contains the stakeOrigin field. It further specifies the details of the bonus payout.

External Settlement Request (with stakeOrigin)
{
  "operatorId": 9985,
  "content": {
    "type": "ext-settlement",
    "settlementId": "SETL3134413498778",
    "details": {
      "type": "ticket",
      "ticketId": "Ticket_3690",
      "ticketSignature": "+HHDut7XIEl+SmjWB3xDB0AIB6fUZVFOvmGKm6Rcvxm0=",
      "payout": [
        {
          "type": "cash",
          "amount": "17.10",
          "currency": "EUR"
        },
        {
          "type": "cash",
          "amount": "100",
          "currency": "EUR",
          "stakeOrigin": "bonus"
        }
      ]
    }
  },
  "correlationId": "udD52Xk985B",
  "timestampUtc": 1773991624698,
  "operation": "ticket-ext-settlement",
  "version": "3.0"
}
External Settlement Response
{
  "content": {
    "type": "ext-settlement-reply",
    "message": "Transaction processed.",
    "code": 0,
    "signature": "werHHDut7XIEl+SmjWB3xDB0AIB6fUZVFOvmGKm6Rcvxm0=",
    "ticketId": "Ticket_3690",
    "status": "accepted",
    "settlementId": "SETL3134413498778"
  },
  "correlationId": "udD52Xk985B",
  "timestampUtc": 1773991625177,
  "operation": "ticket-ext-settlement",
  "version": "3.0"
}

Last updated

Was this helpful?