Skip to content

Releases: dapi-co/DapiConnect-Android

DapiConnect-Android v2.20.0

Choose a tag to compare

@AbdelrahmanRizq97 AbdelrahmanRizq97 released this 07 Dec 12:09

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

Choose a tag to compare

@AbdelrahmanRizq97 AbdelrahmanRizq97 released this 10 Nov 06:22

Changed DapiConnection country to country code instead of full name

Example: country is AE instead of UNITED ARAB EMIRATES

DapiConnect-Android v2.17.0

Choose a tag to compare

@AbdelrahmanRizq97 AbdelrahmanRizq97 released this 17 Sep 14:56
9e782f5

Changed bankID to be a nullable String for onConnectionFailure callback

    fun onConnectionFailure(error: DapiError, bankID: String?)

DapiConnect-Android v2.16.0

Choose a tag to compare

@AbdelrahmanRizq97 AbdelrahmanRizq97 released this 16 Sep 12:43
9e782f5

Added operationID parameter to onTransferSuccess callback.

fun onTransferSuccess(account: DapiAccountsResponse.DapiAccount, amount: Double, reference: String?, operationID : String?)

DapiConnect-Android v2.8.4

Choose a tag to compare

@AbdelrahmanRizq97 AbdelrahmanRizq97 released this 21 Jun 00:44
80126af

Added support for Credit Cards.

Now you can use

  • connection.getCards() to get user's bank cards
  • connection.getTransactions(card) same as connection.getTransactions(account) but for cards.

DapiConnect-Android v1.1.2

Choose a tag to compare

@AbdelrahmanRizq97 AbdelrahmanRizq97 released this 28 Jan 19:50
9c6e70a

Handled DIB Exception

DapiConnect-Android v1.1.1

Choose a tag to compare

@AbdelrahmanRizq97 AbdelrahmanRizq97 released this 25 Jan 12:07
1431934

Bug fixes

DapiConnect-Android v1.1.0

Choose a tag to compare

@AbdelrahmanRizq97 AbdelrahmanRizq97 released this 25 Dec 01:11
ca5e6c7
  • Removed optional parameters from DapiConfigurations constructor
  • Set a DapiConnection object instead of userID
  • Java optimizations

DapiConnect-Android v1.0.1

Choose a tag to compare

@AbdelrahmanRizq97 AbdelrahmanRizq97 released this 23 Dec 00:07
ca5e6c7
  • Connecting bank account on Android 11 crash fix

DapiConnect-Android v1.0.0

Choose a tag to compare

@AbdelrahmanRizq97 AbdelrahmanRizq97 released this 21 Dec 19:37
7015e5f
  • Fix queuing issue.
  • Pre-transfer callback preAutoFlowTransfer.