#julesr-payment-connect
1 messages · Page 1 of 1 (latest)
Hello! I'm not sure I really follow how yuou want to unify it all
But mostly yes, you create a Customer and a subscription, to charge for all the amounts and then you also send them to Connect Onboarding for Express
not only subscription . create customer. also upsell (one time charge). also subscription? if so please point to info on how to do so
But there isn't one API to do all of this, it's multiple separate API requests
1/ Create a Customer: https://stripe.com/docs/api/customers/create
2/ Create a Subscription: https://stripe.com/docs/api/subscriptions/create and if you want that subscription to also have extra "fees" as one-off you want to use the add_invoice_items parameter on Subscription creation
As for Connect it's a completely separate/different flow
sorry did you remove message on the Connect flow? Basically trying to find out if this can be done in one form or if we need to put them through the stripe check out first, and then connect set up or if it can be all in one?
I didn't remove any message, I just don't really understand the question.
Connect requires collecting numerous information about the person, it's completely separate from collecting card details for a payment
ok so we do need to do first stripe checkout for our client to buy our software and then direct them to our connect express page, yes?
that's what I would do yes