Individuals
Beam supports on ramp for consumers who have a connected bank account using Plaid.
On Ramp Flow
- Identify the external fiat account a user wants to on ramp from
- At this time on ramp is restricted to users who have connected their bank account using Plaid
- You can use
supportsOnRamp
from theexternalFiatAccount
object
- Make a GET request to
/assets/individuals
to get a list of the assets we support - Make a POST request to
/transactions
with the asset, amount and external fiat account id - Once the account has been debited, crypto will be purchased and sent to the user’s wallet provided in step 3
Updated 5 months ago