Skip to content

3.0.0-alpha

Compare
Choose a tag to compare
@javiersuweijie javiersuweijie released this 04 Nov 09:25
· 150 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'
        }
    }
}