#mdubya-standard

1 messages · Page 1 of 1 (latest)

balmy wasp
weary socket
#

I am resurrecting an old project so some of my Stripe API sequences are fuzzy and the docs are a little different. The online docs show you Account.create() and then AccountLink.create() redirect them to stripe for onboarding.

I have subscriptions maintaining access to the Connect Platform. When the user gets redirected after AccountLink.create(), does the Customer object get created there or do I need to create the "Cus___" on my side?

balmy wasp
#

Customer objects are completely separate from Accounts - If your integration relies on charging your connect accounts a susbcription, you'll need to be creating the customer object on your own. We wouldn't be doing that for you

weary socket
#

rgr that. thx

#

is OAuth still a valid flow?

balmy wasp
#

Yes, you can still use oauth, but in general we do recommend you use account links instead

weary socket
#

ok. thx