Transfer

Transfer of funds within the system

post

Transfer of funds within the system

Authorizations
AuthorizationstringRequired
Body
amountnumberRequired

Сумма перевода

commissionnumberOptional

Комиссия перевода

from_balance_idintegerRequired

Баланс отправителя

order_idstringRequired

Номер транзакции

product_idintegerRequired
to_owner_idintegerRequired

Номер получателя

user_idintegerOptional

Инициатор запроса (заполняется на стороне api)

Responses
post
/api/transfer

No content

Transfer data by order_id

get

Transfer data by order_id

Authorizations
AuthorizationstringRequired
Path parameters
order_idstringRequired

order id

user_idstringOptional

user id

Responses
200

OK

application/json
get
/api/transfer/{order_id}/{user_id}