You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the StringEnumConverter JsonConverter attribute to the FeeRegion, CardSecurity and FailureReason properties of the CreditCardPaymentResponseDetails class.
Added support for the Update subscriptions method.
Added support for the list subscription payments endpoint.
Added support for the list customer payments endpoint.
Added support for SVG payment method icons.
Added support for the nextPaymentDate property in the SubscriptionResponse class.
Added support for the metadata property in the SubscriptionRequest and SubscriptionResponse class.
Metadata no longer needs to be JSON and can also be a regular string.
The ExpiredAt property of the PaymentResponse class is now a DateTime object instead of a string.
Added a payment method overview to the example project.