For AI agents: visit https://developer.loopwork.co/v2026.04/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 | PayPal email account associated with the customer (can be 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 | Customer’s phone number, if available. |
| Key | Type | Description |
|---|
| metaData.myshopifyDomain | string | The domain name of the Shopify store. |