Money Sending to Vita
This is the way to send money to a Vita registered user
Use case
Consider the case in which the merchant's client wants to transfer money to a Vita Wallet user, or the merchant wants to do it from the master wallet to a Vita wallet account. For this, Vita Business provides the sending to Vita Wallet service.
Create Vita Sent Transaction
POST
api.vitawallet.io/api/businesses/transactions
This method allows you to create a sent type transaction from a wallet to a Vita Wallet user, the amount will be reflected negatively in the wallet's balance from which the money comes out and reflected positively in the Vita Wallet user balance that receives the money.
Request Body
Name | Type | Description |
---|---|---|
email* | string | Vita Wallet user email |
currency* | string | origin currency [clp, usd] |
order* | string | Unique order id |
amount* | number | Sending amount |
transactions_type* | string | vita_sent |
wallet* | string | Sender wallet UUID |
SDK
In order to send money to a Vita Wallet user, the wallets module receives the uuid of the wallet with which you want to send the money using the vitaSend method.
Última actualización