Skip to main content
POST
/
stripe
/
my-account
/
onboard
cURL
curl --request POST \
  --url https://api.plec-it.com/stripe/my-account/onboard \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

dryRun
enum<string>
default:true
required

When true, validates/simulates but performs no writes. Required for docs playground.

Available options:
true

Body

application/json

The body is of type object.

Response

201 - application/json
success
boolean
Example:

true