#geimsdin
1 messages · Page 1 of 1 (latest)
Hi there!
Yes that's possible. For example you could use subscription schedules for this: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#installment-plans
Hi Soma, so I sell in 3 different invoices one product and in analytics it will count as 1 sale of that product
Because I already developed my integration and as far as I understand I need to create a product with price of 60 that I have to sell 3 times and that, in analytics, will count as 3 different products sold
What's your question?
ahahah
My question is:
Can I sell a product with a price of 180 Euro with a subscription schedule in 3 installments charges the buyer 60 Euro each time?
Yes exactly, I shared a link earlier showing how to do this.
Is it possible to do so and then have in the Stripe analytics count it as 1 product sale and not 3 products sale?
Following your link I have to create a product of 60€ and sell it 3 times
Is it possible to do so and then have in the Stripe analytics count it as 1 product sale and not 3 products sale?
Oh, here on Discord we don't know much about the Stripe dashboard and analytics. So I don't know. I recommend doing some tests in test mode.
Following your link I have to create a product of 60€ and sell it 3 times
Not really, you create a subscription once, and it will cancel automatically after 3 payments.
A subscription is not a product
A subscription generates 1 invoice for every phase selling everytime a product
Not selling 1/3 of that product every time
and reaching 3 invoices you sold 1 whole product
Please let me know if it is clear what I'm asking
Yes it's clear. But again I'm not familiar with dashbaord or analytics. So I recommend doing some tests in test mode to see how it looks like.
Okay, so let me be more clear. You have a few options for this:
- Create a subscription schedule (like I mentioned before). This way you create a subscription once, and it will cancel automatically after X payments.
- Or use our BNPL payment methods, that will handle everything for you https://stripe.com/docs/payments/buy-now-pay-later
BNPL is the solution but my client doesn't want that, subscription schedule, as far as I know through my developed integrations cannot do that because thay don't split the product but sell the same product X times.
So about subscription schedule can you please tell me how can I achieve to split 1 product into multiple payments in subscription phases?
From Stripe point of view, you do this with a subscription schedule as explained here: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#installment-plans
Then how you track sales on your end is completely up to you. For example you could add some metadata to clarify that this is 1/3 of a product being sold every time (and not the same product sold 3 times in a row).
That is what I do at the moment, I was hoping I was missing something and it was possible to achieve the other way around.