Create a Setup Intent
Payment Methods
Create a Setup Intent
Creates a Stripe Setup Intent to collect payment method details for future payments. This returns a client_secret that you can use with Stripe.js or the mobile SDKs to display a payment form. A billing account cannot have more than 5 payment methods.
POST
Create a Setup Intent
Authorizations
Enter your JWT in the format: Bearer {token}
Path Parameters
The ID of the workspace.
Example:
"ws_a1b2c3d4e5f6g7h8"
The ID of the billing account, which corresponds to a Stripe Customer ID (cus_...).
Example:
"cus_a1b2c3d4e5f6g7h8"