#Stealth-Subscription
1 messages · Page 1 of 1 (latest)
sub_1L4RrbGTxyokWGwsHuEOPbz1
Thanks. Upon checking, there's no default_payment_method set to this subscription.
You can set the default_payment_method (https://stripe.com/docs/api/subscriptions/create?lang=php#create_subscription-default_payment_method) when creating the subscription, or use the pending_setup_intent (https://stripe.com/docs/api/subscriptions/object?lang=php#subscription_object-pending_setup_intent) to collect a payment method, and it'll be set as the default_payment_method.