We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/florinel-chis/shopify-liquid-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
customer_payment_method.md•541 B
# customer_payment_method
## Overview
The `customer_payment_method` object represents "a customer's saved payment method" such as a stored credit card for account reuse.
## Properties
| Property | Type | Description |
|----------|------|-------------|
| `payment_instrument_type` | string | "The instrument type of the payment method (e.g credit_card)." |
| `token` | string | "The identifier for the payment method." |
## Related Objects
This object is accessed through the `customer.payment_methods` property on the customer object.