curl --request POST \
--url https://api.example.com/v1/ui/stripe/oauth/authorize \
--header 'Content-Type: application/json' \
--data '
{
"redirectUri": "<string>",
"source": "<string>"
}
'{
"authUrl": "<string>"
}Creates a Stripe OAuth authorization URL to link an existing Stripe account.
curl --request POST \
--url https://api.example.com/v1/ui/stripe/oauth/authorize \
--header 'Content-Type: application/json' \
--data '
{
"redirectUri": "<string>",
"source": "<string>"
}
'{
"authUrl": "<string>"
}