Skip to content

3.0.0-beta

Compare
Choose a tag to compare
@javiersuweijie javiersuweijie released this 16 Dec 06:02
· 134 commits to master since this release

Updates

  1. Tokenization and authentication returns card details such as issuing bank, card type, card scheme (brand) and card art.
  2. Supports 3DS 2.0

Migration steps

Talk to our customer support to enable 3DS 2.0 for your account. You will be given a set of credentials to download libraries from the Cardinal Commerce repository. Include in your build.gradle file.

repositories {
    maven {
        url "https://cardinalcommerce.bintray.com/android"
        credentials {
            username 'xxxx'
            password 'xxxx'
        }
    }
}