#William-letsDoThis
1 messages ยท Page 1 of 1 (latest)
Thanks for the info, checking in to this and will get back to you
๐ stepping in here
Taking a look
Can you try again but try setting proration_behavior top-level here instead of within phases?
Since this is phase 0 I believe you need the top-level param
I believe I'm doing that already:
stripeConnection.subscriptionSchedules.update(scheduleId, {
end_behavior: 'cancel',
phases: [ ... ],
proration_behavior: 'none', <-- THIS GUY?
});
I believe this was your update request for the example Sub provided above: https://dashboard.stripe.com/test/logs/req_kFAxMBXx1ALfR5
Which shows you set it within phases for that Sub Schedule
Do you have a different example where you set it top-level?
Ok, I'll try creating a new subscription and only set it at the top level. One sec
๐
Ahh grand, that looks like it was this issue - no upcoming invoice on my new subscription sub_1NT5NLCgZIPthjuHzvR893hW
Thanks so much for your help ๐
Wahoo!