Skip to main content
POST
Start Stripe Flow

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, see Authentication for more detail.

Body

application/json
redirectUri
string
required

The final redirect URI for the user within the partner's app

state
string

Any additional state to pass to final redirect URI

Response

Success

result
enum<string>

The result of the action performed.

Available options:
SUCCESS,
FAILURE
data
object