#e.mdev-laravel-subs

1 messages · Page 1 of 1 (latest)

open obsidian
#

Is the issue that you're expecting to be able to create a subscription both the monthly and annual plan on it?

marsh hollow
open obsidian
#

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

marsh hollow
#

Are you saying the issue is that you expect 65, but are only seeing 5 when your subscription is paid for?
yes

open obsidian
#

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

marsh hollow
#

I had done it but the problem persists

open obsidian
#

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

marsh hollow
#

ok thanks I'll try like you said

thorny gust
#

thanks @marsh hollow , let's chat here

#

what was your latest quesiton?

marsh hollow
#

Are you saying the issue is that you expect 65, but are only seeing 5 when your subscription is paid for?

thorny gust
#

@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?

marsh hollow
thorny gust
#

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?

marsh hollow
#
                                <button id="card-button" data-secret="{{ $intent->client_secret }}">Payer </button >

thorny gust
#

that is not a PaymentIntent ID or Subscription ID @marsh hollow

#

how familiar are you with your code?

marsh hollow
#

ProductId

thorny gust
#

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

marsh hollow
marsh hollow
thorny gust
#

that is a PaymentMethod ID

#

do you have a PaymentIntent ID (not PaymentMethod)

marsh hollow