#mochihealth
1 messages · Page 1 of 1 (latest)
Using this parameter https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_settings-save_default_payment_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
'payment_settings.save_default_payment_method': 'on_subscription'
is is this the correct way to set it
it's a nested parameter
payment_settings: {} to open the bracket, then inside you have save_default_payment_method to on_subscription
Yeah