For AI agents: visit https://developer.loopwork.co/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Key | Type | Description |
|---|
| id | integer | Unique identifier of the payment method. |
| shopifyId | integer | Unique shopify identifier of the payment method. |
| customerId | integer | Unique identifier for the subscription. |
| customerShopifyId | integer | Unique identifier for the subscription in shopify. |
| type | string | Type of payment method. (e.g.,"CustomerCreditCard"). |
| name | string | Full name of the customer associated with the payment method. |
| brand | string | The brand of the credit card (e.g., Visa, Mastercard) |
| paypalAccountEmail | String \ | null |
| lastDigits | integer | Last four digit of a credit card. |
| riskLevel | string | Risk assessment level for the payment method (e.g., "safe"). |
| expiryMonth | integer | Expiry month of the credit card. |
| expiryYear | integer | Expiry year of the credit card |
| Key | Type | Description |
|---|
| customer.shopifyId | integer | Shopify customer ID. |
| customer.firstName | string | Customer’s first name. |
| customer.lastName | string | Customer’s last name. |
| customer.email | string | Customer’s email address. |
| customer.phone | string \ | null |
| Key | Type | Description |
|---|
| metaData.myshopifyDomain | string | The domain name of the Shopify store. |