Implementation
Base Pay doesn’t require any special Wagmi integration. Simply follow the Accept Payments guide - all the code examples work exactly the same in your Wagmi app. The key points:- No wallet connection needed - Base Pay handles everything through the SDK
- Same API - Use
pay()andgetPaymentStatus()exactly as shown in the main guide - Works alongside Wagmi - You can display the user’s connected address from
useAccount()but it’s not required for payments
Quick Example
Please Follow the Brand GuidelinesIf you intend on using the
BasePayButton, please follow the Brand Guidelines to ensure consistency across your application.