Stripe v7.20.0 Release Notes

Release Date: 2019-02-12 // about 5 years ago
    • ๐Ÿ‘ #670 Add support for API version 2019-02-11 with changes to Payment Intents
      • PaymentIntentSourceAction, PaymentIntentSourceActionValueAuthorizeWithUrl and next_source_action are now depreacated. Use PaymentIntent.NextAction, PaymentIntent.NextActionRedirectToUrl and next_action instead.
      • allowed_source_types is now depreacated. Use payment_method_types instead.
    • โฑ #673 Add support for SubscriptionSchedule and SubscriptionScheduleRevision. Also add support for invoice_settings on Customer.
    • #675 The customer property is now expandable on Invoice.
    • ๐Ÿ‘ #677 Add support for transfer_data[amount] on Charge.