deposit from API

,

Can you integrate the API to make deposits to the binance account?

To make deposit, one can obtain the deposit information from:
https://binance-docs.github.io/apidocs/spot/en/#deposit-address-supporting-network-user_data
and the another user use the following for the transfer:
https://binance-docs.github.io/apidocs/spot/en/#withdraw-user_data

I put you in context, it was necessary to integrate the API so that users make deposits and the balance is reflected in their account. Binance would be the Bank and the place where the deposit request is made is your account where the deposit is reflected, something like a payment gateway. Can Binance be used for this?