Blockchain Deposits
Use Apps.Deposit to forward blockchain deposit to virtual account.
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.
Create Deposit
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
.
Deposit status
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.
List deposits
You can apply filters to get list of deposits.
In response we get array of payment
objects.
Last updated