Skip to content

StripeResponse and 3D Secure

Compare
Choose a tag to compare
@jaymedavis jaymedavis released this 18 Oct 21:21
· 2745 commits to master since this release
  • StripeResponse is a property now attached to all entities when they are returned from service calls (provides the RequestId, RequestDateTime, ResponseJson, and ObjectJson) #661
  • 3D Secure has been added (beta only). #651, #656
  • Added section on deleting metadata entries to the readme. tl;dr - you can delete existing metadata entries by passing an empty string or null for the key's value. #637, #642, #643
  • The StripeAccount can now be serialized, however, I would recommend using StripeResponse #635