list_customer_payment_methods
Retrieve all payment methods associated with a specific customer in the Rebillia MCP Server for subscription billing management.
Instructions
List all payment methods for a customer. GET /customers/{customerId}/paymentmethods. Optional: pageNo, itemPerPage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | Yes | Customer ID (required) | |
| pageNo | No | Page number (default: 1) | |
| itemPerPage | No | Items per page (default: API default) |