Blockchain Deposits
Use Apps.Deposit to forward blockchain deposit to virtual account.
Last updated
Was this helpful?
Use Apps.Deposit to forward blockchain deposit to virtual account.
Last updated
Was this helpful?
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.
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
.
PENDING
Awaiting for first deposit.
PROCESSING
Deposit received, withdrawal and forwarding in process.
DONE
Deposit processing was successful.
FAILED
Deposit creation or processing has failed.
You can apply filters to get list of deposits.
In response we get array of payment
objects.