#jatin dangar - web view API

1 messages · Page 1 of 1 (latest)

hardy yacht
#

I am not sure I understand which API you are asking about. Do you have a link to it or a link to the guide that you are using?

frosty valve
#

using curl

hardy yacht
#

We have an example snippet of code showing that in our doc https://stripe.com/docs/api/account_links/create

  -u sk_test_123: \
  -d account=acct_456 \
  -d refresh_url="https://example.com/reauth" \
  -d return_url="https://example.com/return" \
  -d type=account_onboarding```