Releases: dapi-co/DapiConnect-Android
Releases · dapi-co/DapiConnect-Android
Release list
DapiConnect-Android v2.20.0
Added support for Dapi Wire endpoints.
Now you can use connection.getWireBeneficiaries() to get registered Wire beneficiaries , connection.createWireBeneficiary() to add a new Wire beneficiary, connection.createWireTransfer() and connection.createWireTransferToExistingBeneficiary() to send money.
Check the API Reference
DapiConnect-Android v2.19.0
Changed DapiConnection country to country code instead of full name
Example: country is AE instead of UNITED ARAB EMIRATES
DapiConnect-Android v2.17.0
Changed bankID to be a nullable String for onConnectionFailure callback
fun onConnectionFailure(error: DapiError, bankID: String?)DapiConnect-Android v2.16.0
Added operationID parameter to onTransferSuccess callback.
fun onTransferSuccess(account: DapiAccountsResponse.DapiAccount, amount: Double, reference: String?, operationID : String?)DapiConnect-Android v2.8.4
Added support for Credit Cards.
Now you can use
connection.getCards()to get user's bank cardsconnection.getTransactions(card)same asconnection.getTransactions(account)but for cards.
DapiConnect-Android v1.1.2
Handled DIB Exception
DapiConnect-Android v1.1.1
DapiConnect-Android v1.1.0
- Removed optional parameters from DapiConfigurations constructor
- Set a DapiConnection object instead of userID
- Java optimizations
DapiConnect-Android v1.0.1
- Connecting bank account on Android 11 crash fix
DapiConnect-Android v1.0.0
- Fix queuing issue.
- Pre-transfer callback
preAutoFlowTransfer.