/cashback-payments/acceptrequest must be sent within 30 seconds after receiving the/cashback-payments/makerequest from BETCORE.| Error Code | Description |
|---|---|
| 200 | Success |
| 102145 | User not found |
| 103801 | Incorrect amount |
| 102823 | Error adding transaction |
| 103779 | User blocked |
| 103804 | Transaction already exists |
| 103753 | Request data error |
curl --location --request POST 'https://tvbetapiproxy.top/mis-api/api/v2/cashback-payments/accept' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '/*Example of a request when a transaction was processed successfully*/
{
"ErrorCode": 200,
"Message": "Success",
"Value": {
"CashbackId": 480,
"PartnerUserId": "188509"
"PartnerTransactionId": "480-120730817",
"TransactionType": 1,
"Amount": 1000,
"TaxAmount": 0
}
}'{
"ErrorCode": 200,
"Message": "Success"
}