#angelplusultra
1 messages · Page 1 of 1 (latest)
Hi there, so the objective is to let your application control and manage your users' Stripe accounts?
yes, basically
OK, yes you can use Stripe Connect to achieve it.
https://stripe.com/docs/connect you can get started by following this guide
thank you so much, I have another question while you are here. Is it possible to use Stripe to facilitate payments without the use a pre-built checkout session that is generated by Stripe? Meaning can my web application take payment details via its own web form and we send it directly to Stripe for processing instead of using a generated checkout session?
Yes you are right, you can embed a payment element (https://stripe.com/docs/payments/payment-element) to your website to collect payment details from customers.
payment element is technically an iframe hosted from Stripe, so the sensitive card details will be transmitted to Stripe directly.
You can also embed a checkout page to your website (https://stripe.com/docs/checkout/embedded/quickstart)
Does Stripe provide their own mobile phone card readers that can communicate and auto-fill these form fields? Or is any mobile phone card-reader suitable for the task of autofilling form fields in a web application?