Skip to main content
PUT
Update Credit

Body

application/json
uuid
string
required

Platform-defined unique request ID, length >= 32 and <= 128 bytes

platform_id
string
required

Platform product ID

username
string
required

User account in game (max 23 characters, lowercase letters and numbers only)

transaction_id
string
required

Transaction ID (1-128 characters, ASCII 32-126 printable characters only, ` and ~ not allowed)

credit
string
required

Credit change amount (positive for deposit, negative for withdrawal)

key
string
required

md5(username + credit + transaction_id + platform secret key)

Response