Rate this page:

TransferMoneyToUserRequest

Props

accountTransactionDescription

Copy URL
accountTransactionDescription: 

string

|

undefined

The account transaction description. The following macro available: ${user_id}, ${user_name}

amount

Copy URL
amount: 

number

The money amount, $. The absolute amount value must be equal or greater than 0.01

applicationId

Copy URL
applicationId: 

number

|

undefined

The application ID. It is required if the user_name is specified

applicationName

Copy URL
applicationName: 

string

|

undefined

The application name that can be used instead of application_id

currency

Copy URL
currency: 

string

|

undefined

The amount currency. Examples: RUR, EUR, USD

strictMode

Copy URL
strictMode: 

false

|

undefined

|

true

Whether to enable the strict mode. Returns error if strict_mode is true and a user or the account does not have enough money

userId

Copy URL
userId: 

any

|

number

|

number[]

The user ID list separated by semicolons (;). Use the 'all' value to select all users

userName

Copy URL
userName: 

string

|

string[]

The user name list separated by semicolons (;) that can be used instead of user_id

userTransactionDescription

Copy URL
userTransactionDescription: 

string

|

undefined

The user transaction description