Transfer data by order_id
order id
user id
curl -L \ --url 'http://api.client.nbcgate.tech//api/transfer/{order_id}/{user_id}' \ --header 'Authorization: YOUR_API_KEY'
{ "amount": 1, "author": "text", "commission": 1, "date": "text", "from_balance_id": 1, "from_iso_string": "text", "order_id": "text", "to_balance_id": 1, "to_owner_id": 1, "to_owner_name": "text" }
Transfer of funds within the system
Сумма перевода
Комиссия перевода
Баланс отправителя
Номер транзакции
Номер получателя
Инициатор запроса (заполняется на стороне api)
curl -L \ --request POST \ --url 'http://api.client.nbcgate.tech//api/transfer' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "amount": 1, "commission": 1, "from_balance_id": 1, "order_id": "text", "product_id": 1, "to_owner_id": 1, "user_id": 1 }'
No body