#shinkawafuchi
1 messages · Page 1 of 1 (latest)
Hello! you can set it in the Subscription schedule at https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-default_settings-default_payment_method, or invoice_settings.default_payment_method [1] on the customer
[1] https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-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.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Is the default payemt method absolutely the same for customers and subscription schedule?
@lime cradle
what do you mean by absolutely the same? can you elaborate more?
@lime cradle
If I update the default payment method for a customer, will the subscription schedule be updated at the same time?
no, they're separate parameters. Stripe will use the Subscription Schedule's default payment method if set, otherwise will use the Customer's default payment method
thank you
i'm using billing customer portal right now
then i have a one question
is it possible that will be change schedule subscription default payment method with billing customer portal ??