curl --request POST \
--url https://api.example.com/v1/ui/stripe/oauth/callback \
--header 'Content-Type: application/json' \
--data '
{
"code": "<string>",
"state": "<string>",
"redirectUri": "<string>"
}
'{
"success": true,
"error": "<string>",
"source": "<string>"
}Exchanges the OAuth authorization code to link the Stripe account.
curl --request POST \
--url https://api.example.com/v1/ui/stripe/oauth/callback \
--header 'Content-Type: application/json' \
--data '
{
"code": "<string>",
"state": "<string>",
"redirectUri": "<string>"
}
'{
"success": true,
"error": "<string>",
"source": "<string>"
}