Skip to content

Releases: veritrans/Veritrans-ios-sdk

Release 1.27.1

05 Sep 07:26
51414b1
Compare
Choose a tag to compare

fix payment list loading bug found in v 1.27.0

Release 1.27.0 *This version has production issue, please use the updated version*

05 Aug 03:56
ceca78a
Compare
Choose a tag to compare

This version has production issue, please use the updated version

  1. Update promo implementation using a new endpoint
  2. Add x-source identifier to check SDK flow

Release 1.26.0

22 May 10:24
2808f8b
Compare
Choose a tag to compare
  1. add Kredivo as a new payment method

Release 1.25.0

15 May 09:32
a11cfe0
Compare
Choose a tag to compare
  1. add CIMB VA on Bank Transfer
  2. update instructions on all VA (Bank Transfer) to be similar with Snap Web

Release 1.24.2

24 Apr 07:14
6949b6e
Compare
Choose a tag to compare
  1. Add privacy manifest
  2. Add Code Signature on XCFramework

Release 1.24.1

04 Oct 14:15
a5239cf
Compare
Choose a tag to compare
  1. change unexpected string value to boolean on snaptoken request eg : secure : "true" to secure: true

Release 1.24.0

17 Feb 15:11
5b7f7e8
Compare
Choose a tag to compare

Demo App:

  1. PAYP-3349 Fix Demo App build issues on M1 macbook

SDK:

  1. PAYP-3210 Update Payment Type gopay to qris in Tablet Mode
  2. PAYP-3209 Support expiration_raw to fix countdown timer on Qris Tablet

Important Information

  • To avoid inconsistencies for e-money method on tablet, starting from version 1.24.0, the payment type for gopay on tablet (iPad) is no longer gopay but changed to qris, similar to ShopeePay on tablet (iPad) which is already using qris.
  • The JSON fields format response is now different between iPad and iPhone, which is “payment_type”: “qris” for iPad and “payment_type”: “gopay” for iPhone. This will affect the Webhook/HTTP Notification and Get Status API Response. Refer to the notification example section for details.
  • Due to the difference in response between qris and gopay, you need to remap the response for the Notification and Get Status API. So please ensure that your system’s implementation can handle this behavior without breaking your system & its payment flow. Especially on the following parts (if applicable):
    • Your Notifications Handler implementation logic.
    • Get Status API implementation logic.
    • Reconciliation implementation logic.
  • For more details regarding QRIS related behavior, please refer to this section

Release 1.23.0

31 Oct 12:03
7795875
Compare
Choose a tag to compare
  1. add SPM support
  2. fix Other Bank issues on Bank Transfer (BRI support, VA number not showing, wrong instructions, language issue)
  3. update akulaku branding to akulaku paylater
  4. fix xcframework archive issue on xcode 14
  5. fix sdk version on analytics.

Release Notes iOS SDK v1.22.0

28 Jul 09:46
c9718f2
Compare
Choose a tag to compare
  1. integrate exbin
  2. support 8 digit bin

Release Notes iOS SDK v1.20.2

25 Feb 08:57
f7f5902
Compare
Choose a tag to compare

CoreKit:
1.[PAYP-1348] Add new api to show 3ds webview

UIKit
1.[PAYP-1706] Fix webview callback issues on URL redirection (eg: klikpay)