type=deposit
and type=withdrawal
).POST/addresses
endpoint is used to obtain an address, which is then presented to the user.processing
state as soon as the incoming transaction is seen on the blockchain, and is then set as completed
once the transaction reaches the threshold in confirmations (eg, 4 confirmations on Bitcoin, 12 confirmations on Ethereum, etc).processing
state, and set as completed
as soon as they are posted to the blockchain./addresses/wire
endpoint is used to obtain deposit instructions (including a reference Number), which are then presented to the user, who must then initiate the wire transfers at their bank. For some banks, Slyk can generate and fill out the bank's transaction web page so that the process if facilitated, but ultimately it's still the user who initiates the transaction, either typically via the bank's web portal, mobile app, or any other means the bank provides. CardToken
.CardToken
to create a Customer
on the Stripe API (see here), and save that.CustomData
field with either a Customer
(reusable) or the CardToken
(one-time usage).paymentMethod=other
, and then updating their state as you see fit. If this is something you're interested in exploring, get in touch.