#jcnguyen_36895_03919-account-support

1 messages · Page 1 of 1 (latest)

frigid daggerBOT
#

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

pastel mica
#

i meant via the stripe API

#

when i call to create subscription via api it requires to have a priceid with reoccuring

west ferry
#

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?

pastel mica
#

because our subscription management system listening to stripe webhook subscription event

west ferry
#

Why not configure it to listen for Invoice envents instead? This feels like a really difficult workaround for an otherwise simple problem

pastel mica
#

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

west ferry
#

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

pastel mica
#

got it thanks