Begins saving a card for a contact. Returns a Stripe SetupIntent `clientSecret` to confirm client-side with Stripe Elements (the card never touches our servers). After the client confirms, call the attach endpoint with the returned `setupIntentId` to persist the card.
AuthorizationRequiredBearer <token>API key as Bearer token
In: header
idRequiredstringContact id, discoverable via list_contacts
Attach a saved payment method
Persists the card from a confirmed SetupIntent against the contact. The SetupIntent is re-verified server-side (status + scope) before the card is saved. Replaces any existing card on file for the contact.
Remove a saved payment method
Detaches the saved card from Stripe and removes it from the contact.