Changelog
Track the latest updates, features, and improvements to Daimo Pay. We maintain this changelog to keep you informed about what's new, what's changed, and what's been fixed.
v1.14.0
2025-07-20
✨ New
- Scroll support: We've added support for the Scroll network. You can now receive payments on Scroll and your users can pay with their tokens on Scroll.
🐞 Fixes
- Safe transaction bug: Users can now pay with a Safe wallet imported into their self-custody wallet app.
v1.13.0
2025-07-10
✨ New
- Simplified menu: we now have a single
Pay with wallet
option covering both Ethereum and Solana wallets.
🐞 Fixes
- Rainbow on Android: Fixed a bug when manually clicking Connect Wallet on Android.
v1.12.2
2025-07-07
🐞 Fixes
- Token list flickering: Fixed a bug where the token selection list would occasionally flicker between showing options and skeleton loaders.
v1.12.1
2025-01-04
✨ New
- WorldPayButton event tracking: World Mini Apps now receive instant
notifications when payments start, complete, or bounce. Added
onPaymentStarted
,onPaymentCompleted
, andonPaymentBounced
event handlers to theWorldPayButton
component, giving you complete visibility into your payment flow.
🐞 Fixes
- Streamlined Network Options: Removed Base Sepolia from connector options since the testnet has been deprecated. This eliminates occasional errors related to the Base Sepolia viem connector.
v1.12.0
2025-01-03
✨ New
-
Direct Binance and Lemon Payments: Users can now pay directly from their Binance account (desktop and mobile) or Lemon (mobile only). Desktop users are redirected to Binance's website, while mobile users are deeplinked to the respective apps for seamless payments.
-
Improved Exchange Payment Organization: We've reorganized the payment interface to group all exchange options under "Pay with Exchange," making it easier for users to find their preferred exchange and complete transactions faster.
v1.11.6
2025-01-01
✨ Improvements
- Clear Error Recovery: When payment parameters are invalid or missing, you will now see a helpful error screen with a direct "Contact Support" button. This makes it easier to debug issues with payment parameters.
🐞 Fixes
- WalletConnect connector fix: Fixed WalletConnect appearing as an available option even when not supported. This prevents failed connection attempts to WalletConnect.
v1.11.5
2025-06-26
✨ New
- WorldPayButton: Added
closeOnSuccess
andresetOnSuccess
props to theWorldPayButton
component.
v1.11.4
2025-06-26
🐞 Fixes
- Better
externalId
support. Using an existingexternalId
now works correctly on mobile.
v1.11.3
2025-06-24
✨ New
- Refund Address Control: You can now specify a custom
refund address in the
DaimoPayButton
component. This gives you full control over where refunds are sent when payments bounce.
🐞 Fixes
- Better Payment Error Handling: When payment transactions fail (like due to wallet gas mispricing), users now see a clear error screen with a "Contact Support" button. This makes it much easier to get help when payments don't go through, reducing support load and improving the overall payment experience.
v1.11.2
2025-06-21
✨ Improvements
- Enhanced Mobile Wallet Display: Improved the visual presentation of mobile wallet options in the payment interface. This makes it easier for users to identify and select their preferred mobile wallet, leading to faster and more successful payments.
v1.11.0
2025-06-19
This release introduces Celo blockchain support, improves mobile wallet reliability, and significantly reduces bundle size for better performance. The World Mini Apps integration has been simplified for easier setup.
⚠️ Breaking Changes
- Mobile Wallet Reliability: We removed the
walletConnectProjectId
field fromgetDefaultConfig
. Update your code to remove this field. We've replaced WalletConnect with direct deeplinks for mobile flows which greatly improves payment success rates. - World Mini Apps: We made it easier to integrate with World Mini Apps by
removing the
worldAppId
prop from theWorldPayButton
component. Update your code to remove this field. - World Mini Apps:
WorldPayButton
now requires@worldcoin/minikit-js
version>=1.9.6
. Install the latest version of@worldcoin/minikit-js
if you're usingWorldPayButton
.
✨ New
- Celo Support: We've added support for Celo network! Access the MiniPay and Celo ecosystem with no additional setup, or start accepting payments on Celo.
🐞 Fixes
- World Mini Apps: Fixed an issue where
WorldPayButton
was not working with certain builds.
Getting Help
If you have questions about any of these updates or need help with your integration, don't hesitate to reach out:
- Email: founders@daimo.com
- Quickstart: Get up and running quickly with our Quickstart Guide
- Documentation: Check our SDK Reference for detailed API documentation