Skip to content

Commit 06f2531

Browse files
authored
Add ss for funding section (#2385)
1 parent e97b1c9 commit 06f2531

File tree

4 files changed

+53
-0
lines changed

4 files changed

+53
-0
lines changed

embedded-wallets/features/funding.mdx

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,59 @@ Additionally, it supports both EVM and Solana accounts, providing a versatile so
2222

2323
:::
2424

25+
### Using the Wallet Services UI
26+
27+
When you click **Add Funds** on the Wallet Services UI, you'll be presented with options to fund your wallet:
28+
29+
<div style={{ display: 'flex', margin: '20px 0', justifyContent: 'center' }}>
30+
<img
31+
src="/img/embedded-wallets/wallet-services/ws-funding-add-funds.png"
32+
alt="Add Funds Options"
33+
style={{
34+
maxWidth: '300px',
35+
border: '1px solid #eaeaea',
36+
borderRadius: '8px',
37+
boxShadow: '0 2px 6px rgba(0, 0, 0, 0.1)',
38+
}}
39+
/>
40+
</div>
41+
42+
You can choose between two funding methods:
43+
44+
#### Fund by Card
45+
46+
Select the card option to purchase crypto using a credit or debit card. This will take you to the card payment interface:
47+
48+
<div style={{ display: 'flex', margin: '20px 0', justifyContent: 'center' }}>
49+
<img
50+
src="/img/embedded-wallets/wallet-services/ws-funding-card.png"
51+
alt="Fund by Card"
52+
style={{
53+
maxWidth: '300px',
54+
border: '1px solid #eaeaea',
55+
borderRadius: '8px',
56+
boxShadow: '0 2px 6px rgba(0, 0, 0, 0.1)',
57+
}}
58+
/>
59+
</div>
60+
61+
#### Fund by QR Code
62+
63+
Select the QR code option to fund your wallet by scanning a QR code with another wallet:
64+
65+
<div style={{ display: 'flex', margin: '20px 0', justifyContent: 'center' }}>
66+
<img
67+
src="/img/embedded-wallets/wallet-services/ws-funding-qr.png"
68+
alt="Fund by QR Code"
69+
style={{
70+
maxWidth: '300px',
71+
border: '1px solid #eaeaea',
72+
borderRadius: '8px',
73+
boxShadow: '0 2px 6px rgba(0, 0, 0, 0.1)',
74+
}}
75+
/>
76+
</div>
77+
2578
Here's how our aggregator addresses your on-ramping challenges:
2679

2780
- **Global Reach:** Access users in over 50 countries with worldwide payment coverage
295 KB
Loading
174 KB
Loading
207 KB
Loading

0 commit comments

Comments
 (0)