get_customer_payment_method
Retrieve a specific payment method for a customer by providing both the customer ID and payment method ID.
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) |