#Vatsal
1 messages · Page 1 of 1 (latest)
here is the reference image
Could you please share the full URL?
Does the http://localhost:5000 work (without path and query)?
http://localhost:5000/liveryaccount/aboutyourlivery
this will be the redirection URL after payment
yes
thn it will be redirected to home page
Something is wrong with the rest of your URL then
It's not the same as on the screenshot
actually URL is working correctly, But i m just not able to set in stripe account as it's localhost URL
this URL was mentioned in image : http://localhost:5000/liveryaccount/Aboutthemanager
i am not sure but somehow i was able to set it in pricing table.
but later on when i am trying to update it
it's not working
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
@nimble merlin please help with this
You can't set a redirection url wihout "https" in pricing table
okay any way to test it in local system ?
You can test the pricing table without having a redirection page,
and additionally I want to know can I retrieve a payment details with a session ID
Just choose the "show confirmation page" option in order to test in local
in .net core MVC
okay thank you
What payment details exactly you want to get, PaymentIntent ?
You can retrieve the Checkout Session:
https://stripe.com/docs/api/checkout/sessions/retrieve
You'll get the related PaymentIntent:
https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-payment_intent
I would like to get subscription details, user_id, transaction ID
and in pricing table is it possible to show monthly value of 6 month duration
for example :
6 months = 60$
but i want to display as 6 month = 10$ / month
I'm not sure if this is possible, try create a price with a billing period 6month.
I want to achieve this
with pricing table
or suggest what should be the best for this type of module
What you can achieve is this... by billing period, in your case you need to create a price with 3 months/ 6month and yearly
The price will be shown for all the billing period and not per month.
okay
any suggestion to achieve this with other method ?
I have to add automatic renewal mode and update payment method as well
Not by using Stripe Pricing table, you can create separate monthly prices and create your own pricing front page
You can still use Stripe Subscription for that
and how to redirect them to stripe payment on specific button click
any reference doc ?
okay thank you
Np!