Skip to content

Releases: PaystackHQ/paystack-ios

Removes fabric files

07 Aug 11:05
1cf3504
Compare
Choose a tag to compare
  • Removes unnecessary fabric files to fix #37

Add address verification for international cards

11 Jul 23:23
Compare
Choose a tag to compare
  • Presents PSTCKAddressViewController when the auth response is avs
  • Collects and submits billing information to authenticate international cards
  • Updates Podspec to support swift and objc

Always report error as localized description

07 Aug 07:38
3ce5723
Compare
Choose a tag to compare

This change ensures that it's easier to see the actual error messages, no masking.

Change placeholder and title text for OTP entry dialog

29 Mar 21:59
832b5b1
Compare
Choose a tag to compare

In this release, we fix an issue where a request for phone has a dialog title "Enter OTP".

Allow adding an NSMutableDictionary or an NSMutableArray directly to metadata

13 Apr 08:28
24abdcc
Compare
Choose a tag to compare

In this release, we allows you add Objects directly to metadata. This is particularly useful i you are working with our custom_filters: https://developers.paystack.co/docs/custom-filters

Hotfix: Don't scale Pages on PSTCKAuthViewController

25 May 10:23
Compare
Choose a tag to compare

This release fixes an issue reported by @Ehiss where Zenith Bank's 3DSecure page is very tiny
screen shot 2017-05-25 at 9 49 07 am

Add completions that notify of dialog's lifetime

24 May 17:13
Compare
Choose a tag to compare
v3.0.3

[hotfix] notify caller of intention to show dialog

Improved Verve support

12 Apr 02:20
Compare
Choose a tag to compare
  • Removed support for token flow
  • Start transactions on your server and use access code with SDK to conclude transaction
  • SDK is able to conclude card enrollment
  • Added support for Bank Hosted (3D secure) authorization
  • Stability improvements

Add Plan and Currency Support

08 Dec 06:28
Compare
Choose a tag to compare
  • [HotFix] Include missing headers in Library
  • fixes #6

Add Metadata support

13 Nov 22:50
Compare
Choose a tag to compare
  • This release also fixes some issues with the charging process. Please update so chargeCard can work more reliably.