#Derek Lance
1 messages · Page 1 of 1 (latest)
Hi, can you clarify the ask here? I'm unsure what you're trying to do. What exactly do you expect to see in the Dashboard? Which URL in the Dashboard do you expect this?
following the stripe docs for using a payment element, I am creating a PaymentIntent object on the server, which then gets "confirmed" once the user submits on the payment element form. but the PaymentIntent object just seems to be a free floating object that isn't associated to any product_id or price_id. Which is a bit confusing for me since we have a Stripe product set up in the dashboard on https://dashboard.stripe.com/test/products which includes 3 different subscription plans in it.
so i'm struggling to understand how to make the PaymentIntent object that gets created be associated with one of those 3 subscription plans that we created in the dashboard
hmm i think i was looking at the docs for using a payment element to accept a one time payment, rather than for a subscription. https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements this section seems to be what i need.