dapi 2.10.3
dapi: ^2.10.3 copied to clipboard
Financial APIs to connect users' bank accounts.
2.0.0 #
- Initial release
2.0.1 #
- Minor fixes
2.1.0 #
- Updated with the latest native SDKs
- Added listeners onBankRequest, onConnectDismissed, onTransferUiDismissed
- Added postSuccessfulConnectionLoadingText
2.2.0 #
- Added support for Dapi Wire endpoints.
2.4.0 #
- Added configurations showTransferSuccessfulResult, showTransferErrorResult to control showing Dapi result UI after transfer attempt.
2.5.0 #
- Added onTransferUiWillSend stream. Invoked when the user is about to send money using Dapi UI.
2.6.0 #
- Added getParameters and createConnection functions.
2.7.0 #
- Various bug fixes
2.8.0 #
- Various bug fixes
2.9.0 #
- General improvements
- Increased default timeout to 135 seconds
- Increased createTransfer and createWireTransfer endpoints timeout to 5 minutes.
2.9.1 #
- Fixed iOS crash caused by empty extraHeaderFields or extraBody
2.9.2 #
- Fixed iOS crash after connect layer failed
2.10.0 #
- Added reference and remark to CreateTransferResponse
2.10.1 #
- Android: Fixed manifest merger theme not found issue.
2.10.2 #
- iOS: Fixed colors in dark mode
2.10.3 #
- iOS: Minor improvement