List a customer's subscription activity
braintree_list_subscriptionsList a customer's recurring / subscription payment activity. IMPORTANT: Braintree's GraphQL API does NOT expose native Subscription objects (recurring-billing management is still legacy-API only — see braintree/graphql-api issue #1). This tool therefore returns the customer's transactions (the observable evidence of subscription charges) via a TransactionSearchInput scoped to the customer; inspect each node's status/amount/createdAt to trace recurring charges. For full subscription CRUD you must use Braintree's legacy server SDK / REST API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first | No | Max transactions to return. Default 50. | |
| customerId | Yes | GraphQL global Customer ID whose recurring/subscription charges to list. |