Skip to content

Commit b2f31d1

Browse files
committed
update payment and add magic spend mention
1 parent 4fa880c commit b2f31d1

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/base-account/guides/accept-payments.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ USDC on Base is a fully-backed digital dollar that settles in seconds and costs
1212
* **Any user can pay** – works with every Base Account (smart-wallet) out of the box.
1313
* **USDC, not gas** – you charge in dollars; gas sponsorship is handled automatically.
1414
* **Fast** – most payments confirm in <2 seconds on Base.
15+
* **Coinbase** – users can pay with their USDC balance on Coinbase by default.
1516
* **No extra fees** – you receive the full amount.
1617

1718
<Warning>

docs/base-account/improve-ux/magic-spend.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ export function SendButton({ address }: Props) {
7474
3. Reads `auxiliaryFunds.supported` for the Base chain (`8453`).
7575
4. Enables the button when MagicSpend is available; otherwise shows “Insufficient Balance”.
7676

77+
## Base Pay integrates Magic Spend by default
78+
79+
Thanks to [Magic Spend](/base-account/improve-ux/magic-spend), [Base Pay](/base-account/guides/accept-payments) allows users to pay with their USDC balance on Coinbase by default.
80+
81+
<div style={{ display: 'flex', justifyContent: 'center' }}>
82+
<img src="/images/base-account/CoinbaseSpend.png" alt="Pay with Coinbase on Base Account" style={{ width: '300px', height: 'auto' }} />
83+
</div>
7784
---
7885

7986
## Next steps
70.3 KB
Loading

0 commit comments

Comments
 (0)