Create a Stripe Checkout link to add a payment method.
POST/orgs/:orgId/billing/payment-methods
Creates a Stripe Checkout session in setup mode, which collects and saves a card against this organization's Stripe customer without charging it. Redirect the browser to the returned link; Stripe returns the user to your redirect_uri with a payment_method_setup=success or payment_method_setup=cancelled query parameter appended. Requires manage-billing.
Request
Responses
- 200
OK