Retrieves payment method token information for a specific customer. This endpoint returns the customer’s stored payment tokens used for recurring subscription billing.
Key Information Returned:
Payment Token Information:
Use Cases:
Security Note: This endpoint only returns tokenized payment information. Full card numbers are never exposed via the API.
Authentication: Requires API key authentication via X-API-Key header or api_key parameter
curl --request GET \
--url https://membership-admin.appstle.com/api/external/v2/customer-payments/token/{customerId}{
"customerId": 123,
"token": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://appstleinc-aeca3e0a.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API Key for authentication (Preferred method - use this instead of api_key parameter)
Shopify customer ID
API Key (Deprecated - Use Header X-API-Key instead)
curl --request GET \
--url https://membership-admin.appstle.com/api/external/v2/customer-payments/token/{customerId}{
"customerId": 123,
"token": "<string>"
}