Skip to content

Releases: PaystackHQ/paystack-ios

Removes fabric files

Choose a tag to compare

@jubril-paystack jubril-paystack released this 07 Aug 11:05
1cf3504
  • Removes unnecessary fabric files to fix #37

Add address verification for international cards

Choose a tag to compare

@jubril-paystack jubril-paystack released this 11 Jul 23:23
  • 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

Choose a tag to compare

@ibrahimlawal ibrahimlawal released this 07 Aug 07:38
3ce5723

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

Change placeholder and title text for OTP entry dialog

Choose a tag to compare

@ibrahimlawal ibrahimlawal released this 29 Mar 21:59
832b5b1

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

Choose a tag to compare

@ibrahimlawal ibrahimlawal released this 13 Apr 08:28
24abdcc

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

Choose a tag to compare

@ibrahimlawal ibrahimlawal released this 25 May 10:23

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

Choose a tag to compare

@ibrahimlawal ibrahimlawal released this 24 May 17:13
v3.0.3

[hotfix] notify caller of intention to show dialog

Improved Verve support

Choose a tag to compare

@ibrahimlawal ibrahimlawal released this 12 Apr 02:20
  • 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

Choose a tag to compare

@ibrahimlawal ibrahimlawal released this 08 Dec 06:28
  • [HotFix] Include missing headers in Library
  • fixes #6

Add Metadata support

Choose a tag to compare

@ibrahimlawal ibrahimlawal released this 13 Nov 22:50
  • This release also fixes some issues with the charging process. Please update so chargeCard can work more reliably.