Add user balance
Adds a balance transaction to a specific user.
Path Parameters |
---|
userId int32 — REQUIRED |
Request Body — REQUIRED |
---|
BalanceType stringThe type of balance. See the separate endpoint for available balance types. Required. |
Currency stringThe currency of this balance transaction. 3-letter ISO currency code. |
ExternalId int32An optional external id of the transaction. |
Text stringAdditional optional information about the transaction. |
Amount doubleThe amount to add to balance. Can be negative. |
Responses | |||
---|---|---|---|
200 Ok.
| |||
400 Bad request.
| |||
404 Not found.
|