#matt_31169
1 messages · Page 1 of 1 (latest)
Why do you want to use subscriptions for non-recurring payments?
I understand if it doesn't make sense (the point of a subscription is to renew regularly) but it's a business requirement for a particular subset of our sales.
Ok, then you just create a subscription with cancel_at_peroid_end to true https://stripe.com/docs/api/subscriptions/create#create_subscription-cancel_at_period_end
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ah, thank you!