#jmontydesign
1 messages · Page 1 of 1 (latest)
You have to do it one API call at a time
Also, is there a way to only create an account if the user name or some metadata check is not the same as one that already exists?
I'm not sure I follow. We send back a response when you create an Account, and that payload contains the Account object where you set metadata, so you could ingest the response from Stripe and build that logic in. There isn't a way to check for that metadata at creation time though