Skip to content

Releases: AltaPay/sdk-java

3.0.3

20 Oct 15:24
e2ae73d

Choose a tag to compare

[3.0.3]

  • Added support for dynamic_descriptor for MerchantAPI operations: (#55)

    • createPaymentRequest
    • reservation
    • chargeSubscription
    • reserveSubscriptionCharge
  • Fix maven publishing

3.0.1

25 Aug 05:39
3321649

Choose a tag to compare

[3.0.1]

  • Update to Jakarta 10 and Java 17

2.0.7

30 Jun 13:06
70e35d9

Choose a tag to compare

[2.0.7]

  • Added organisationName, organisationEntityType, organisationVatId field to CustomerInfo in API responses
  • Added Firstname, Lastname, CardHolderName fields to CustomerInfo in API responses
  • Added orderId and returnUrl fields to Body in API responses
  • Added MethodConfigurations field to Terminal in API responses
  • Added ExtraData field to Funding in API responses

2.0.6

16 Jun 13:40
80bfa9a

Choose a tag to compare

[2.0.6]

  • Added organisationName field to CustomerInfo
  • Added organisationEntityType field to CustomerInfo
  • Added organisationVatId field to CustomerInfo

2.0.5

12 Mar 05:08
e7b7066

Choose a tag to compare

[2.0.5]

  • Fix typo in mapping recipient's BirthDate and Gender fields

2.0.4

05 Mar 15:26
e67cdaa

Choose a tag to compare

[2.0.4]

  • Add Recipient information to PaymentRequest
  • Add AccountIdentifier to CustomerInfo

2.0.3

04 Mar 14:58
3a69ad6

Choose a tag to compare

[2.0.3]

  • Add AuthorisationExpiryDate to Transaction

2.0.2

03 Feb 14:42
8e9fbbd

Choose a tag to compare

[2.0.2]

  • Add Authentication entity to Transaction

2.0.1

03 Feb 11:27
fce4999

Choose a tag to compare

[2.0.1]

  • Update java compilation version to 17
  • Migrate build from Ant to Gradle
  • Use transitive dependencies instead of embedded ones in jar

1.0.25

08 Nov 09:41
f48da45

Choose a tag to compare

[1.0.25]

  • Add callback_ok and callback_fail for subscription endpoints.