/billing/v1/setup-intentsThis endpoint requests Stripe to create a setup intent for a driver.
driverstringrequired
The ID or reference of the driver associated with the setup intent.
networkstringThe network associated with the setup intent.
{
"driver": "string",
"network": "string"
}OK
{
"data": {
"id": "string",
"customerId": "string",
"clientSecret": "string"
}
}Was this page helpful?