#alexelba
1 messages · Page 1 of 1 (latest)
Hello alexelba, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• alex-schedule-release, 46 minutes ago, 30 messages
• alexelba, 12 hours ago, 4 messages
• alexelba, 14 hours ago, 49 messages
• alexelba, 16 hours ago, 26 messages
• alexelba, 1 day ago, 17 messages
• alexelba, 1 day ago, 11 messages
and 4 more
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_5FVOvh1s19AoF1
Thanks, I checked the subscritpion creation request (https://dashboard.stripe.com/test/logs/req_dydNX1EFHz9tGC) and I don't see it set 'save_default_payment_method' => 'on_subscription',
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Therefore, the payment_method that was used in paying the invoices won't be set as the default_payment_method of this subscription.
this is exact code i run to create subscription ,
it has 'payment_settings' => [
'save_default_payment_method' => 'on_subscription',
], not sure what should I do different to make it work
Can you run it again?
one sec
sub_1O5HI9Hxrjf17jED4e78sy1u
req_AxLNMcWyk4WUbo
I mean req_zTkB6I64bhxutJ
https://dashboard.stripe.com/test/logs/req_zTkB6I64bhxutJ I see 'save_default_payment_method' => 'on_subscription' now
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
strange now it works
when creating SubscriptionSchedule from_subscription, should I do in two steps 1) create from from_subscription 2) go over items and update quantity?
do I need to include items which are not gonna change part of the schedule change or only once which will change
No you don't need to include the items if you don't have intention to update them.