#arvind-payment-page
1 messages · Page 1 of 1 (latest)
is there any github link?
well there are lots but I want to make sure I point you to the right thing
how familiar are you with Stripe integrations in general? Have you built one before?
yes
what did you build
asking so I know how much you know and give you a place to start
I know the custom checkout the basis, but I want to register the product in the strip products now
Hello! So you created Products and Prices on Stripe, and now you want to send people to Stripe Checkout to pay for them?
If so you can either use the no-code option of Payment Links: https://stripe.com/docs/payments/payment-links
Or you can create Checkout Sessions: https://stripe.com/docs/payments/checkout
I want to handle the payment custom, currently we are sending to strip itself
we want the custom checkout for that now
on our website
So you do not want to use Stripe Checkout?
yes
If you don't want to use Stripe Checkout you can use either Payment Intents (which do not work with Products and Prices) or use Invoices/Subscriptions (which do work with Products and Prices).
For one-off payments you would create an Invoice: https://stripe.com/docs/invoicing
For recurring payments you would create a Subscription: https://stripe.com/docs/billing
any demo app for the same?
Can you be more specific? Not sure what you're asking for.
We have this full sample code/app for Subscriptions, but it uses Checkout: https://stripe.com/docs/billing/quickstart
Do you want something for Payment Intents, one-off Invoices, or Subscriptions?
and one more thing
let's say, I send a user using the custom page
they are registered, can stripe still handle the previews management for the subscription and all management?
Not sure what you mean, can you provide more detail? I don't understand what "registered" means or what "previews management" and "all management" mean.
let's say a user makes the subscription using our custom page, can the user still manage the subscription on stripe pre-build management?
You mean the Customer Portal? https://stripe.com/docs/invoicing/customer-portal