Skip to content

Releases: xendit/xendit-sdk-android

2.3.3

04 Mar 08:39
Compare
Choose a tag to compare
  1. Updated snowplow to version 1.7.1
  2. Allowed cookies for authentication webview as certain 3DS pages require them.

2.3.2

17 Feb 05:28
Compare
Choose a tag to compare

Fix

  1. Updated snowplow to 1.4.2

2.3.1

03 Feb 05:19
Compare
Choose a tag to compare

Updates

  1. Move bintray configuration into this repository.

3.0.0-beta

16 Dec 06:02
Compare
Choose a tag to compare

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'
        }
    }
}

3.0.0-alpha

04 Nov 09:25
Compare
Choose a tag to compare

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'
        }
    }
}

onBehalfOf

30 Mar 09:20
818f8cf
Compare
Choose a tag to compare
Merge pull request #41 from xendit/TPI-1667/onBehalfOf

add onBehalfOf

New Implementation of Xendit Token

15 Jan 06:47
fd87060
Compare
Choose a tag to compare

Now the tokenization is using xendit token

Allow zero-value CVN

21 Aug 22:05
Compare
Choose a tag to compare
1.1.4

Allow zero-value cvn (#12)