#falun

1 messages · Page 1 of 1 (latest)

digital willowBOT
sour panther
#

Hey there, what kind of account are you trying to create/update? Where are you running into issues, exactly?

#

If you're using Custom accounts, you can send information directly via the API: https://stripe.com/docs/api/accounts/update

If using Express accounts, you'll need to send your user through account onboarding instead: https://stripe.com/docs/connect/express-accounts#create-link

Express enables your platform to manage payout schedules, customize the flow of funds, and control branding. Stripe will handle onboarding, account management, and identity verification for your platform.

jade pelican
#

I use the Standard account

#

and I need to know how use the api in cUrl for use it in Custom action in Adalo

sour panther
#

What is Adalo?

#

and what are custom actions?

#

Most account details can only be provided directly to the API for custom accounts. Standard accounts would provide that information directly to Stripe via onboarding UI.

#

If you already know some information about the account holder when you create the account, you might be able to include it in the Account create call. What information are you trying to set/update?

jade pelican
#

email, address, city

#

Adalo.com is a way to make app in react native with no code.

sour panther
#

If you can share specific errors you're encountering, I can try to help you correct for that