#tomh0027
1 messages · Page 1 of 1 (latest)
Hi 👋 we primarily focus on helping with our API in this forum, and aren't quite as familiar with the dashboard side of these flows, but I can try to help.
Can you elaborate on what you're looking for? Similar to what?
https://stripe.com/docs/payments/accept-a-payment-deferred?platform=web&type=subscription
I refered this doc to integrate subscription
not I am looking to integrate one time payment
I was told to refer this doc below
https://stripe.com/docs/payments/accept-a-payment-deferred?platform=web&type=payment
but this doesn't use price id, but uses custom amount
is it possible to follow this approach but with premade product?
Correct, when working with Payment Intents you don't use Prices and Products, nor can you. Products and Prices can only be used with objects like Invoices, Subscriptions, and Checkout Sessions.
so impossible?