Skip to content

Releases: xola/stripe

v2.3 Enforce TLS 1.2

24 Aug 05:24
Compare
Choose a tag to compare

v2.2.1 Update statement descriptor param name

03 Aug 11:50
Compare
Choose a tag to compare

The old version of the Stripe API used the param statement_description whereas the new version uses statement_descriptor. This release allows for seamlessly switching between different stripe versions and still having the statement descriptor work correctly.

v2.1.0 Allow zip code and CVV in card present transactions

15 Apr 09:04
Compare
Choose a tag to compare

Earlier, if card swipe data was provided, we did not send any other data to Stripe. This sometimes resulted in higher decline rates. To mitigate these declines, we now allow zip and CVV to be sent even for card present transactions.