#cian54
1 messages ยท Page 1 of 1 (latest)
you can use a schedule with 12 iterations (https://stripe.com/docs/billing/subscriptions/subscription-schedules#phase-length) and complete the schedule https://stripe.com/docs/billing/subscriptions/subscription-schedules#completing-schedule by setting the end_behavior to cancel.
witout a schedule ?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I have bad experience with it especaly when upgrading a subscription
you can pass any timestamp
and how about starting after 12month ?
that would need a schedule
is it necessarily a timestamp or expression like "now+1y" work ?
timestamp
I understand thank you
how do I capture a subscription that has been canceled because been created for 12month
you can add metadata to keep track
I understand thank you
for cancell at the timetamp sould be one used by stripe not js (one use ms and the other s no ?
)
the timestamp here is in seconds