Payment Methods
Create Setup Intent
Creates a Stripe Setup Intent to securely collect payment method details on the client-side. A billing account can have a maximum of 5 payment methods.
POST
Create Setup Intent
Authorizations
Auth0 JWT token for user authentication.
Path Parameters
The unique identifier for the workspace.
Example:
"ws_abc123"
The unique identifier for the billing account (Stripe customer ID).
Example:
"cus_abc123"
Response
201
application/json
Setup Intent created successfully.
The response is of type object
.
Create Setup Intent