Removes the source type parameter when creating new Stripe balance payment methodsPublic preview
What’s new
Removes the ability to specify the source_type when creating Stripe balance payment methods. source_ is now set to null for new Stripe balance payment methods.
Impact
Previously, the source_ parameter was required when creating Stripe balance payment methods. You can no longer specify the source_ when creating Stripe balance payment methods—Stripe now returns an error if you include source_.
If your integration creates Stripe balance payment methods, update your code to remove the source_ parameter during creation, as well as handle cases where this property is null.
Existing Stripe balance payment methods are not affected by this change.