Billing - Payment Methods
Create Setup Intent
Creates a Stripe SetupIntent to securely collect payment method details (e.g., for adding a new card). Requires billing:update
scope.
POST
Authorizations
Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.
Response
201
application/json
SetupIntent created successfully. Returns client secret needed for Stripe Elements/JS.
The response is of type object
.