Skip to content

Release 1.24.0

Compare
Choose a tag to compare
@uziwuzzy uziwuzzy released this 17 Feb 15:11
· 91 commits to master since this release
5b7f7e8

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