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.
Enter your JWT in the format: Bearer {token}
The ID of the workspace.
"ws_a1b2c3d4e5f6g7h8"
The ID of the billing account, which corresponds to a Stripe Customer ID (cus_...).
"cus_a1b2c3d4e5f6g7h8"