Transfer data by order_id
order id
user id
GET //api/transfer/{order_id}/{user_id} HTTP/1.1 Host: api.client.nbcgate.tech Authorization: YOUR_API_KEY Accept: */*
OK
{ "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)
POST //api/transfer HTTP/1.1 Host: api.client.nbcgate.tech Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 108 { "amount": 1, "commission": 1, "from_balance_id": 1, "order_id": "text", "product_id": 1, "to_owner_id": 1, "user_id": 1 }
No Content
No content