#H Panseriya
1 messages ยท Page 1 of 1 (latest)
I think if you select the product, it will then prompt you for which price under that product you want
Do you have prices attached to that product?
Yes but it is not showing
Yes, I refreshed.
Product ID: prod_E3CGBvZiUaIuvS (FLocksy Product)
Price ID: plan_LznH2MWnowP15k
Account: Techup > Flocksy
Interesting. Looks like you used the older plan API. Can you retry creating a price with that product via the dashboard and see if that shows up?
What happens when you click the product though?
Nothing happens
Oh it's a recurring price
Those you can't select through the invoice editor i don't think
You'd want to create a subscription instead
If we want to do it then how we can do it?
From the dasboard?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I want to create invoice for one time of the recurring products. How can I do it?
Then that's not recurring if it's a one-time price. You would just need to create a new one-time price for the amount you want to charge under the product
if you need it tied to a subscription for some reason you could utilize the https://stripe.com/docs/api/subscriptions/create#create_subscription-cancel_at param to ensure only 1 invoice is created
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 want to do it from Stripe UI not the API
You can specify an end date with the ui too
Why do you need to create a subscription though if it's just a one time price?
sometimes customer want to pay the amount from bank. That's why.
Not sure I understand
At present, we are not allowing to deduct the amount from bank in our system,
BUT if they want to do it then we are following this process.
But if you are charging them only once, why not use a one-time price?
We have subscription model. So, we cn't do with one-time price
So you just need it reflected as a subscription in your system even if charging once?
Yes, we manually mark as a subscription
Ok
So yeah you would just create the subscription from the dashboard here: https://dashboard.stripe.com/test/subscriptions
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sorry copied wrong link
It's correct now
Ok. Thanks
For one-time deduct the amount of subscription price. Which param do I need to select?
1 cycle would just run the subscription for 1 unit of time. So if it's a monthly sub, 1 cycle will bill only for 1 month
And cancel at the end of the month before renewal
Ok. THEN this event "customer.subscription.deleted" will be called. Correct?
yeah
That's because you're in test mode. We don't send emails in test mode
If you manually go to the invoice in the invoices page of the dashboard. You can send it through there. But we don't automatically send emails in test mode.
I am getting email when I create a invoice instead of subscription
๐ stepping in
That's correct since we do send one-off Invoice emails as they won't spam like Subscription renewals
We only send these to your owner email though
I want to test it in test mode AND then I can inform to our partners to do it on live mode.,
As noted above, you should be able to trigger the invoice to send via the invoice page of the Dashboard but you can't send the invoice from the Sub Schedule creation