#jcnguyen_36895_03919-account-support
1 messages · Page 1 of 1 (latest)
jcnguyen_36895_03919-account-support
@pastel mica :question: Have a non-technical question, account issue, or need one-on-one support? We wish we could help, but this community is focused on developers and technical discussions. Our support team will be able to assist you better than we can: https://support.stripe.com/contact
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.
i meant via the stripe API
when i call to create subscription via api it requires to have a priceid with reoccuring
There's no such thing as a totally one-off subscription. You can have additional one-off charges on a recurring subscriptions, but the subscription has to be recurring. Why not just use Invoices?
because our subscription management system listening to stripe webhook subscription event
Why not configure it to listen for Invoice envents instead? This feels like a really difficult workaround for an otherwise simple problem
do the invoice event subscriptionid if subscription created in stripe?
if there's an easy way to differentiate between invoice as a onetime vs invoice through subscription sure
These are all fairly untechnical questions that could be answered with a bit of googling. If you'd like, you can also check with our support folks as this channel is geared toward developer questions: https://support.stripe.com/contact
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.
got it thanks