get_customer_payment_method
Retrieve a specific payment method for a customer by providing customer ID and payment method ID. Use this tool to access stored payment details for subscription billing management.
Instructions
Get a single payment method by ID. GET /customers/{customerId}/paymentmethods/{paymentMethodId}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | Yes | Customer ID (required) | |
| paymentMethodId | Yes | Payment method ID (required) |