#gewibu-payment-element
1 messages · Page 1 of 1 (latest)
The only way to do this would be via Stripe Connect
is there any sort of widget or pre-built ui that can make use of stripe connect?
I might need more details about your requirements. It's possible to use the PaymentElement with Stripe Connect
essentially we have a partner that doesn't want to build a payment form ui, in which case Element seems to be the solution to that, however my company needs to be the one actually executing the payment request and managing the customer tokens, so I just want to make sure there is a way the PaymentElement can be configured to send payments to my company's account instead of the partner's account
I'm not sure I'm doing the best job explaining the situation however it would be super helpful if you could point to documentation that would help me use PaymentElement with Stripe Connect
we both currently use stripe to process payments
Actually, I'm not sure this will work. If the partner company created their own standalone Stripe account, using Connect will require you to use direct charges. This means your platform account can facilitate payments but those PaymentIntents, Customers, etc. will need to live on the partner company's Stripe account, not yours.