update_customer_payment_method
Modify billing address details for a customer's payment method to ensure accurate invoicing and payment processing.
Instructions
Update a payment method's billing address (gateway-agnostic). PUT /customers/{customerId}/paymentmethods/{paymentMethodId}. Required: customerId, paymentMethodId, billingAddress (countryCode, street1, city, state, zip). Optional: street2. No payment or gateway-specific fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | Yes | Customer ID (required) | |
| paymentMethodId | Yes | Payment method ID (required) | |
| billingAddress | Yes | Billing address (required): countryCode, street1, city, state, zip; street2 optional |