Skip to content

Releases: triniwiz/nativescript-stripe

Setup Account ID

07 Nov 04:49
Compare
Choose a tag to compare

Add helper method to setup the Stripe account ID, needed when dealing with multiple managed accounts.

SCA Support

10 Sep 14:10
Compare
Choose a tag to compare

Updates Stripe SDK versions to support Strong Customer Authentication (SCA).

Includes breaking changes. See CHANGELOG.md and README.md for more information.

Update to {N} v6

24 Aug 15:56
Compare
Choose a tag to compare

Updates to use Nativescript v6.

Warning

  • Consider freezing your version to 5.4.2 if using {N} < 6.0 (should work but not tested)

Provide more data to Listener

16 Jun 04:52
71f5e3c
Compare
Choose a tag to compare

Provide more data to Stripe Listener when data changes during shipping/payment.

In particular:

Payment Method type
Payment Method ID
Card brand
Shipping Address

Support prefilled shipping address

12 Jun 14:31
528ad38
Compare
Choose a tag to compare

Supports prefilling a shipping address in standard integration's StripePaymentSession.

Support empty shipping method/address

14 May 00:51
Compare
Choose a tag to compare

Correctly handles case where no shipping method or address are supplied (e.g., nothing physical is being shipped).

v4.1.0

27 Sep 17:05
Compare
Choose a tag to compare

feat(standard): add support for Stripe Standard Integration (#20)
refactor(typesafety): add more type safety: add types, remove implicit any(s) (#22)

v4.0.0

05 Sep 16:07
Compare
Choose a tag to compare
Update pods on CI

v3.3.0

07 Aug 22:21
7305696
Compare
Choose a tag to compare
Merge pull request #15 from carlosanjos/master

Updating Stripe SDK on Android platforms