Payment Method entity

KeyTypeDescription
idintegerUnique identifier of the payment method.
shopifyIdintegerUnique shopify identifier of the payment method.
customerIdintegerUnique identifier for the subscription.
customerShopifyIdintegerUnique identifier for the subscription in shopify.
typestringType of payment method. (e.g.,"CustomerCreditCard").
namestringFull name of the customer associated with the payment method.
brandstringThe brand of the credit card (e.g., Visa, Mastercard)
paypalAccountEmailString \null
lastDigitsintegerLast four digit of a credit card.
riskLevelstringRisk assessment level for the payment method (e.g., "safe").
expiryMonthintegerExpiry month of the credit card.
expiryYearintegerExpiry year of the credit card

customer

KeyTypeDescription
customer.shopifyIdintegerShopify customer ID.
customer.firstNamestringCustomer’s first name.
customer.lastNamestringCustomer’s last name.
customer.emailstringCustomer’s email address.
customer.phonestring \null

metaData

KeyTypeDescription
metaData.myshopifyDomainstringThe domain name of the Shopify store.