Attach external payment method

Attaches an external payment method (from Stripe or other provider) to a customer. Connector Auto-Detection:

  • If 'connector' is not provided, the system will automatically detect the connector by querying resource mappings
  • If exactly one connector mapping exists for the customer, it will be used automatically
  • If multiple connector mappings exist, you must explicitly specify which connector to use
  • If no connector mappings exist, an error will be returned
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Body Params
string
required
length ≥ 1

Payment method ID from external provider (e.g., Stripe pm_xxx)

connector

Payment 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

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json