List Payment Methods
GET/api/billing/stripe/payment-methods/:lead_id
List all saved payment methods for a user.
Retrieves all payment methods associated with the user's Stripe customer account. Returns an empty list if the user has no Stripe customer ID yet.
Args: lead_id: Lead ID to get payment methods for (path parameter)
Returns: PaymentMethodListResponse with list of payment methods
Raises: 404: Lead not found 400: Lead belongs to different tenant or other validation error
Request
Responses
- 200
- 422
Successful Response
Validation Error