Skip to main content
POST
Traditional Proposal Reserved Credit Rollback

Body

application/json
platform_id
string
required

Platform product ID

token
string
required

Verification code, md5(platform_id + uuid + account + canceled_id + transaction_id + platform_secret)

uuid
string
required

Platform-defined unique request serial number

account
string
required

Player account

type
integer
required

Type: 1. Buy-in 2. Add-on

canceled_id
string
required

Transaction serial number to cancel, must be unique and non-empty

transaction_id
string
required

Transaction serial number, must be unique and non-empty (1-128 characters, ASCII 32-126 printable characters only, ` and ~ are prohibited)

credit
integer
required

Amount, must be positive integer

proposal_id
integer
required

Player proposal ID, cannot be empty

Response

200 - application/json

Success

code
integer

Error code

message
string

Error message

uuid
string

Custom unique request serial number

timestamp
integer

UNIX time, milliseconds

data
object