Skip to content

Releases: sumup/sumup-android-api

Release 1.4.0

04 Jun 10:17
Compare
Choose a tag to compare

[IMPROVEMENT] Raises targetSdkVersion to API 27

[IMPROVEMENT] Adds error code for duplicate foreign transaction id - SumUpAPI.Response.ResultCode.ERROR_DUPLICATE_FOREIGN_TX_ID

[IMPROVEMENT] Adds error code for invalid affiliate key - SumUpAPI.Response.ResultCode.ERROR_INVALID_AFFILIATE_KEY

[API CHANGE] SumUpPayment.productAmount(double) is deprecated in favor of SumUpPayment.total(BigDecimal)

[API CHANGE] SumUpPayment.productTitle(String) is deprecated in favor of SumUpPayment.title(BigDecimal)

[API CHANGE] SumUpApi.openPaymentActivity(Activity activity, SumUpPayment payment, int requestCode) is deprecated in favor of SumUpApi.checkout(Activity activity, SumUpPayment payment, int requestCode)

[FIXED] A compilation problem highlighted in issue #6 - Workaround described there is no longer necessary

Release 1.3.1

11 Jan 10:44
Compare
Choose a tag to compare
  • [ADDED] Adds support for Chilean Peso - Currency.CLP

Release 1.3.0

09 Nov 14:18
Compare
Choose a tag to compare
  • [ADDED] Adds support for new currencies - Currency.CZK, Currency.DKK, Currency.HUF, Currency.NOK

Release 1.2.0

27 Jul 12:49
Compare
Choose a tag to compare
  • [ADDED] Adds skipSuccessScreen to optionally skip successful result screens

Release 1.1.1

11 Apr 12:30
Compare
Choose a tag to compare

[ADDED] Adds support for swiss francs - Currency.CHF

Release 1.1

07 Dec 14:49
Compare
Choose a tag to compare
  • [INCUBATING] It is now possible to call the Payment API through a startActivityForResult pattern by calling SumUpApi.openPaymentActivity(Activity activity, SumUpPayment payment, int requestCode) from app version 1.56.2 and up

Release 1.0

07 Dec 14:51
Compare
Choose a tag to compare
  • Initial release supported from app version 1.55.0 and up