#rohidas-checkout-apis
1 messages ยท Page 1 of 1 (latest)
HI ๐
Payment Intents are objects used to represent the intent to collect payment. These are often used together with the Payment Element to collect payment method details and funds on a site you control. Checkout is a Stripe hosted payment form to collect funds. You can read about them here.
https://stripe.com/docs/payments/checkout
https://stripe.com/docs/payments/payment-element
https://stripe.com/docs/payments/payment-intents
Thanks snufkin
Stripe hosted payment is working fine
But I can't collect foreign payment based on indian law
The docs says use payment intent
I think I can't use paymentIntent with stripe hosted page
Payment Intent is not a Stripe hosted page
Payment Intents are used on your server, and then you would use the Payment Element on your site to collect the payment method information
What are the procedures i need to follow like create product, create customers etc?
Procedure docs?
I would start here: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
And from there follow along with the docs we have for Products & Prices, Customers, etc.
Okay Thanks
Happy to help ๐