#e.mdev-laravel-subs
1 messages · Page 1 of 1 (latest)
Is the issue that you're expecting to be able to create a subscription both the monthly and annual plan on it?
I have already created the table, the problem is this: when I pay when I look at my dashboard what I see is 5€ when it is 60€.
Are you saying the issue is that you expect 65, but are only seeing 5 when your subscription is paid for?
Or is the problem that you're not seeing a price/product you expect to be there in the dashboard
Are you saying the issue is that you expect 65, but are only seeing 5 when your subscription is paid for?
yes
Gotcha - so I don't know the specifics of laravel, but I know that Stripe doesn't allow you to create Subscriptions that have both a monthly and an annual price. They would have to be two separate subscriptions
I had done it but the problem persists
But what I'm saying is that this really isn't possible - there is no way that the 5€ monthly and 60€ annual are on the same subscription in our systems
ok thanks I'll try like you said
Are you saying the issue is that you expect 65, but are only seeing 5 when your subscription is paid for?
@marsh hollow did you understand what karbi explained to you?
You cannot have a monthly and yearly Price on the same Subscription
so with that said, what is your current question?
I have created a product that has two prices: one monthly and one yearly, but when I make the payment and look at the stripe, there is only one price of 6€.
Thank you again for your availability.
Sorry for my English
but when I make the payment and look at the stripe
how do you make the payment? what is the PaymentIntent ID? Or Subscription ID?
<button id="card-button" data-secret="{{ $intent->client_secret }}">Payer </button >
that is not a PaymentIntent ID or Subscription ID @marsh hollow
how familiar are you with your code?
ProductId
PaymentIntent
when you create the payment in Stripe, you should get a PaymentIntent ID. What PaymentIntent ID do you get?
It is something like pi_123456
as an example
pm_1Jyjr6Bi0TS7ftGzhMea6e3q ???
I don't create payments manually I do it with laravel from my computer
No sorry