Blockchain Deposits
Use Apps.Deposit to forward blockchain deposit to virtual account.
Last updated
Use Apps.Deposit to forward blockchain deposit to virtual account.
Last updated
To simplify acceptance of digital assets you can use Deposit SmartApp. Deposit SmartApp will orchestrate automatic forwarding of deposit to related Virtual account.
Amount received to Virtual account will be diminished for the amount of blockchain fee paid for automatic withdrawal from Deposit account to Ramp account.
Use seal
object to store immutable data about the deposit.
Use data
object to store variable data about the deposit.
Source Deposit account is automatically created.
Target Virtual account must have related Ramp account assigned.
To create Deposit you must provide target Virtual account address or alias.
In response we get new deposit
with status PENDING
if validation was succesful. Notice that Deposit account is automatically created for source
.
Status | Description |
---|---|
| Awaiting for first deposit. |
| Deposit received, withdrawal and forwarding in process. |
| Deposit processing was successful. |
| Deposit creation or processing has failed. |
You can use the same Deposit App to receive multiple deposits. If the Deposit was in status DONE
, it will change status to PROCESSING
upon receiving of new deposit.
You can apply filters to get list of deposits.
In response we get array of payment
objects.