# getShopifyCustomerPaymentDetails Endpoint: GET /memberships/cp/api/subscription-contract-details/shopify/customer/{customerId}/payment-methods Version: 0.0.1 ## Path parameters: - `customerId` (integer, required) ## Response 200 fields (*/*): - `get__typename` (string) - `nodes` (array) - `nodes.id` (string) - `nodes.sellingPlanId` (string) - `nodes.sellingPlanName` (string) - `nodes.productId` (string) - `nodes.sku` (string) - `nodes.title` (string) - `nodes.variantId` (string) - `nodes.quantity` (integer) - `nodes.customAttributes` (array) - `nodes.customAttributes.key` (string) - `nodes.customAttributes.value` (string) - `nodes.lineDiscountedPrice` (object) - `nodes.lineDiscountedPrice.amount` (object) - `nodes.lineDiscountedPrice.currencyCode` (string) Enum: "USD", "EUR", "GBP", "CAD", "AFN", "ALL", "DZD", "AOA", "ARS", "AMD", "AWG", "AUD", "BBD", "AZN", "BDT", "BSD", "BHD", "BIF", "BYN", "BZD", "BMD", "BTN", "BAM", "BRL", "BOB", "BWP", "BND", "BGN", "MMK", "KHR", "CVE", "KYD", "XAF", "CLP", "CNY", "COP", "KMF", "CDF", "CRC", "HRK", "CZK", "DKK", "DJF", "DOP", "XCD", "EGP", "ERN", "ETB", "FKP", "XPF", "FJD", "GIP", "GMD", "GHS", "GTQ", "GYD", "GEL", "GNF", "HTG", "HNL", "HKD", "HUF", "ISK", "INR", "IDR", "ILS", "IRR", "IQD", "JMD", "JPY", "JEP", "JOD", "KZT", "KES", "KID", "KWD", "KGS", "LAK", "LVL", "LBP", "LSL", "LRD", "LYD", "LTL", "MGA", "MKD", "MOP", "MWK", "MVR", "MRU", "MXN", "MYR", "MUR", "MDL", "MAD", "MNT", "MZN", "NAD", "NPR", "ANG", "NZD", "NIO", "NGN", "NOK", "OMR", "PAB", "PKR", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "WST", "SHP", "SAR", "RSD", "SCR", "SLL", "SGD", "SDG", "SOS", "SYP", "ZAR", "KRW", "SSP", "SBD", "LKR", "SRD", "SZL", "SEK", "CHF", "TWD", "THB", "TJS", "TZS", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "UYU", "UZS", "VUV", "VES", "VND", "XOF", "YER", "ZMW", "USDC", "BYR", "STD", "STN", "VED", "VEF", "XXX", "$UNKNOWN" - `nodes.variantImage` (object) - `nodes.variantImage.transformedSrc` (object) - `nodes.variantTitle` (string) - `nodes.currentPrice` (object) - `nodes.discountAllocations` (array) - `nodes.discountAllocations.discount` (object) - `nodes.pricingPolicy` (object) - `nodes.pricingPolicy.basePrice` (object) - `nodes.pricingPolicy.cycleDiscounts` (array) - `nodes.pricingPolicy.cycleDiscounts.afterCycle` (integer) - `nodes.pricingPolicy.cycleDiscounts.computedPrice` (object) - `nodes.pricingPolicy.cycleDiscounts.adjustmentType` (string) Enum: "PERCENTAGE", "FIXED_AMOUNT", "PRICE", "$UNKNOWN" - `nodes.pricingPolicy.cycleDiscounts.adjustmentValue` (object) - `nodes.taxable` (boolean) - `pageInfo` (object) - `pageInfo.hasPreviousPage` (boolean) - `pageInfo.hasNextPage` (boolean) - `pageInfo.startCursor` (string) - `pageInfo.endCursor` (string)