Cash-out Placement with stakeOrigin, Cash-out Inform with stakeOrigin
The Cash-out placement and Cash-out inform requests below contain the stakeOrigin field. It further specifies the details of the bonus payout.
Cash-out Placement Request (with stakeOrigin)
{
"operatorId": 9985,
"content": {
"type": "cashout-placement",
"cashout": {
"type": "cashout",
"cashoutId": "COUT92328",
"details": {
"type": "ticket",
"ticketId": "Ticket_3690",
"ticketSignature": "HHDut7XIEl+SmjWB3xDB0AIB6fUZVFOvmGKm6Rcvxm0=",
"code": 100,
"payout": [
{
"type": "cash",
"currency": "EUR",
"amount": "8.89"
},
{
"type": "cash",
"currency": "EUR",
"amount": "100",
"stakeOrigin": "bonus"
}
]
}
}
},
"correlationId": "ds7w32ndsJg2",
"timestampUtc": 1678273428000,
"operation": "cashout-placement",
"version": "3.0"
}Cash-out Placement Response
{
"content": {
"type": "cashout-placement-reply",
"message": "Transaction processed.",
"code": 0,
"signature": "werHHDut7XIEl+SmjWB3xDB0AIB6fUZVFOvmGKm6Rcvxm0=",
"ticketId": "Ticket_3690",
"status": "accepted",
"cashoutId": "COUT92328"
},
"correlationId": "ds7w32ndsJg2",
"timestampUtc": 1678273428000,
"operation": "cashout-placement",
"version": "3.0"
}Cash-out Inform Request (with stakeOrigin)
{
"operatorId": 9985,
"content": {
"type": "cashout-inform",
"cashout": {
"type": "cashout",
"cashoutId": "COUT92328",
"details": {
"type": "ticket",
"ticketId": "Ticket_3690",
"ticketSignature": "HHDut7XIEl+SmjWB3xDB0AIB6fUZVFOvmGKm6Rcvxm0=",
"code": 100,
"payout": [
{
"type": "cash",
"currency": "EUR",
"amount": "27.10"
},
{
"type": "cash",
"currency": "EUR",
"amount": "100",
"stakeOrigin": "bonus"
}
]
}
},
"validation": {
"code": 0,
"message": "Ticket_accepted"
}
},
"correlationId": "ds7w32ndsJg2",
"timestampUtc": 1678273428000,
"operation": "cashout-inform",
"version": "3.0"
}Cash-out Inform Response
{
"content": {
"type": "cashout-inform-reply",
"message": "Transaction processed.",
"code": 0,
"signature": "werHHDut7XIEl+SmjWB3xDB0AIB6fUZVFOvmGKm6Rcvxm0=",
"ticketId": "Ticket_3690",
"status": "accepted",
"cashoutId": "COUT92328"
},
"correlationId": "ds7w32ndsJg2",
"timestampUtc": 1678273428000,
"operation": "cashout-inform",
"version": "3.0"
}Last updated
Was this helpful?