#krishna-subschedules
1 messages · Page 1 of 1 (latest)
hello, looking
your Customer has a PaymentMethod attached to them, but the Customer has no invoice_settings.default_payment_method on them
meaning they have no "Default card for Subscriptions or Invoices"
second, you didn't specify that attached card on the Subscription either, so there is no card specified to charge on that Subscription
okay, should the card be added to customer as well as the subscription?
it is added to the customer already
but your request needs to also specify default_settings.default_payment_method when creating the SubscriptionSchedule https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-default_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.