diff --git a/docs/flows/crypto-onramp.mdx b/docs/flows/crypto-onramp.mdx index 3c6f2f1..ba826c4 100644 --- a/docs/flows/crypto-onramp.mdx +++ b/docs/flows/crypto-onramp.mdx @@ -30,7 +30,7 @@ The crypto on-ramp flow allows a user to add funds from a credit or debit card t - `paymentMethod` (_optional_): An object configuring the pre-selected payment method. - `network`: Payment method network (e.g.: `apple-pay`, `google-pay`, `pix` or `card`). - `target` (_optional_): An object configuring recipient wallet. - - `allowedAssets` (_optional_): Set of cryptoassets that the user can set as target asset. + - `allowedAssets` (_optional_): Set of cryptoassets that the user can set as target asset. Can be an array of objects with `asset` and `networks` (e.g.: `{ "asset": "ETH", "networks": ["ethereum"] }`), an array of asset codes (e.g.: `["BTC", "ETH"]` where all available networks for each asset are included), or a combination of both for flexibility. - `amount` (_optional_): Amount the user will receive. - `asset`: Cryptoasset the user will receive. - `network`: Network of the receiving asset.