Skip to main content
POST
Top up chips

Authorizations

Authorization
string
header
required

Supabase Auth JWT. Obtain via Supabase Auth sign-in.

Path Parameters

tableId
integer
required

Unique numeric table identifier

Required range: x >= 1
Example:

1

Body

application/json
playerId
string
required
Example:

"abc123"

amount
number
required
Required range: x >= 0.01
Example:

100

Response

Top up acknowledgement

acknowledgement
enum<string>
Available options:
ACK,
NACK
newSeatBalance
number
Example:

600

newAccountBalance
number

Wallet balance after deduction. Present on both ACK and NACK.

Example:

900

message
string

Present on NACK — reason for rejection.

Example:

"Insufficient balance. Wallet: £50.00"