Attaches an external payment method (from Stripe or other provider) to a customer. Connector Auto-Detection:
Documentation Index
Fetch the complete documentation index at: https://docs2.zenskar.com/llms.txt
Use this file to discover all available pages before exploring further.
Request schema for attaching external payment method to customer
Payment method ID from external provider (e.g., Stripe pm_xxx)
1Payment provider connector configuration (e.g., {'name': 'stripe'}). If not provided, will auto-detect from resource mappings.
Whether to set this payment method as default for the customer
Successful Response
Response schema for payment method attachment operation
Customer ID
Attached payment method ID
External customer ID (e.g., Stripe customer ID)
Whether payment method was set as default
Raw PaymentMethod object from provider