Get Setup Intent Status
GET/api/billing/stripe/setup-intent-status/:setup_intent_id
Get the status of a SetupIntent and verify payment method attachment.
This endpoint retrieves the current status of a SetupIntent, useful for checking if a payment method was successfully saved.
Args: setup_intent_id: The Stripe SetupIntent ID lead_id: Lead ID for verification (required query parameter)
Returns: SetupIntent status including payment method info
Request
Responses
- 200
- 422
Successful Response
Validation Error