Releases: xendit/xendit-sdk-android
Releases · xendit/xendit-sdk-android
3.1.0
Changes
- Add
fingerprint
field onCardInfo
model class.
3.0.1
- Updated snowplow to 1.7.1
- Added cardinal commerce credentials in example app
2.3.3
- Updated snowplow to version 1.7.1
- Allowed cookies for authentication webview as certain 3DS pages require them.
2.3.2
Fix
- Updated snowplow to 1.4.2
2.3.1
Updates
- Move bintray configuration into this repository.
3.0.0-beta
Updates
- Tokenization and authentication returns card details such as issuing bank, card type, card scheme (brand) and card art.
- 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'
}
}
}
3.0.0-alpha
Updates
- Tokenization and authentication returns card details such as issuing bank, card type, card scheme (brand) and card art.
- 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'
}
}
}
onBehalfOf
Merge pull request #41 from xendit/TPI-1667/onBehalfOf add onBehalfOf
New Implementation of Xendit Token
Now the tokenization is using xendit token
Allow zero-value CVN
1.1.4 Allow zero-value cvn (#12)