Skip to main content
POST
/
api
/
public
/
v1
/
processors
/
stripe-connect
/
initiate
Initiate Stripe Connect OAuth
curl --request POST \
  --url https://api.tagada.io/api/public/v1/processors/stripe-connect/initiate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "processorId": "processor_abc123"
}
'
{
  "url": "https://connect.stripe.com/oauth/authorize?response_type=code&client_id=ca_...&scope=read_write&state=..."
}

Authorizations

Authorization
string
header
required

Enter your API key as: Bearer your-api-key

Body

application/json
processorId
string
required
returnUrl
string
isFromOnboarding
boolean
default:false
redirectUrl
string

Response

Successful response