As a part of this release we have introduced support for ApplePay and GooglePay.
Bug Fixes
Fixed InvalidObjectCreation exception which is getting while creation of stripe customer. Address object in request is not in serialized form hence we are getting InvalidObjectCreation exception.
Added new method for preparing address node which we return Map<String, Object> instead of CustomerCreateParams.Address so that we will get serialized address object.