Skip to main content
POST
Add User Balance

Authorizations

Authorization
string
header
required

Bearer authentication using an access token. Format: Bearer <access_token>

Body

application/json

AddUserBalanceRequest is the request to add credit to a user's balance.

userId
string

The unique ID of the operator user.

targetUserId
string

The unique ID of the target user.

amount
object

Represents an amount of money with its currency type.

Response

A successful response.

AddUserBalanceResponse is the response after adding credit.

balance
object

Represents an amount of money with its currency type.