#nvadgama_api
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1364927189350486038
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- nvadgama_api, 13 hours ago, 4 messages
Where are you getting wallet_addresses.base?
That's the problem actually, wallet_addresses.base is not supported. We were trying different approches to prefil wallet address for base network, but it's not working.
Take a look at following snippet, we are passing wallet_addresses.ethereum and destination_networks includes base and ethereum but we set destination_network as base here and destination_currency is usdc.
urlParams.append('wallet_addresses[ethereum]', walletAddress)
urlParams.append('source_amount', '10')
urlParams.append('source_currency', 'usd')
urlParams.append('destination_currency', 'usdc')
urlParams.append('destination_network', 'base')
urlParams.append('lock_wallet_address', 'true')
urlParams.append('destination_networks[]', 'ethereum')
urlParams.append('destination_networks[]', 'base')
Now when onramp session is created and it loads up, on wallet screen it doesn't pre-populates wallet address and instead it asks user to input the wallet address. This is not the case if we just use ethereum network.
Ok I see. However this channel is still in preview/beta mode and my team managing this channel aren't very familiar with it yet. May I ask you to reach out to Stripe Support you'll be redirected to the owning team from there.
Hello @sturdy bobcat, we have sent you a direct message, please check it at https://discord.com/channels/@me/1364931324858601554
- 🔗The message has instructions on how to open a direct support case with our Developer Support team, in order to help you more effectively.
Okay, sure. Thank you.