Release notes Android SDK v1.34.0
Juliantoferdian24
released this
02 Nov 09:00
·
8 commits
to master
since this release
PAYP-2690 Update Payment Type Gopay to Qris in Tablet Mode
PAYP-2822 Fix Wrong Behavior on qris payment
Important Information
- To avoid inconsistencies for e-money method on tablet, starting from version 1.34.0, the payment type for gopay on tablet is no longer
gopay
but changed toqris
same as ShopeePay usingqris
- The JSON fields format response is different between
“payment_type”: “qris”
and“payment_type”: “gopay”
. This will affect 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