Skip to content

Better Debugging and Easier Sources

Compare
Choose a tag to compare
@jaymedavis jaymedavis released this 01 Apr 21:31
· 2907 commits to master since this release
  • StripeSourceOptions has been marked obsolete. Now, you will use either StripeToken (or StripeTokenOrExistingSourceId on charges), or a StripeCard. The readme has been updated.
  • The POST data has been moved from the URL to the body for all messages. This helps you debug and get better error messages.
  • The version of Stripe.net is now in the User Agent, for better support.