Setup Intent

post

Create a setup intent

This endpoint requests Stripe to create a setup intent for a driver.

driverstring

required

The ID or reference of the driver associated with the setup intent.

networkstring

The network associated with the setup intent.

Responses

Request examples

{
  "driver": "string",
  "network": "string"
}

Response examples

OK

{
  "data": {
    "id": "string",
    "customerId": "string",
    "clientSecret": "string"
  }
}

Was this page helpful?