Payments
Integrate Volume SDK
Android
Changelog

Changelog

2.4.0

  • Add an option to pass error from PaymentIdentifiersProvider
  • Improved case when no banks are detected

2.3.0

  • Add I do not see my bank button
  • UX Flow standardisation. Payment confirmation screen is now displayed after clicking to create a payment.

2.2.0

  • Add new widget: VolumeInfoView. Used for explaining to the user how Volume works.

  • Add new widget: VolumeSelectorView. Used for Selecting Volume Checkout at payment selection screen.

  • Redesigned widget: volumePaymentView. Added rotating bank icons for first time user. More compact design.

  • Add Chase UK

2.0.0

  • Add Country parameter to VolumeButtonComponent
️❗

This is a breaking change

New Country Parameter is mandatory.

  • The Country parameter should be set to GB for UK GBP Payments.

1.3.0

  • Add metadata object for passing custom JSON metadata to each payment
  • Allow for null MerchantPaymentId and Reference when VolumePaymentIdentifiersProvider implementation is provided

It allows to generate PaymentIdentifiers when user click the VolumePaymentIdentifiersProvider Button. Thanks to that Transaction can be created on merchant side only when user click Volume Button (Instead of providing it upfront, before the Volume Button renders).

1.2.0

  • Add onButtonEvent that allows to listen to events on Volume Button level

1.1.0

  • Add new UK banks

1.0.3

  • Add bank search bar when there are many banks

1.0.2

  • Fix bug when using Hilt

1.0.1

  • Add Optional Language Translations

1.0.0 - deprecated

  • Add EUR currency support with selected banks

0.12.0 - deprecated

  • Added new NoRendered VolumeEvent (Sent when Volume button was not rendered (e.g. because of no supported banks are installed on the device))
  • Added proper volume backend versioning headers