subscription.paused
Joshua Kye avatar
Written by Joshua Kye
Updated over a week ago

This event will be triggered when a subscription is paused.

Sample Message Content

{2 items
"data":{17 items
"__typename":string"SubscriptionContract"
"billingPolicy":{6 items
"__typename":string"SubscriptionBillingPolicy"
"anchors":[]0 items
"interval":string"WEEK"
"intervalCount":int1
"maxCycles":int999999
"minCycles":int1
}
"createdAt":string"2024-03-30T02:16:55Z"
"customAttributes":[]0 items
"customer":{6 items
"__typename":string"Customer"
"displayName":string"M Awais"
"email":string"awais@appstle.com"
"firstName":string"M"
"id":string"gid://shopify/Customer/6843646640429"
"lastName":string"Awais"
}
"customerPaymentMethod":{3 items
"__typename":string"CustomerPaymentMethod"
"id":string"gid://shopify/CustomerPaymentMethod/86fbf1e3d18bd82e7af7e00d62082022"
"instrument":{11 items
"__typename":string"CustomerCreditCard"
"billingAddress":{8 items
"__typename":string"CustomerCreditCardBillingAddress"
"address1":string"Sunnyvale"
"city":string"Sunnyvale"
"country":string"United States"
"countryCode":string"US"
"province":string"California"
"provinceCode":string"CA"
"zip":string"94087"
}
"brand":string"visa"
"expiresSoon":boolfalse
"expiryMonth":int12
"expiryYear":int2027
"firstDigits":string"424242"
"lastDigits":string"4242"
"maskedNumber":string"•••• •••• •••• 4242"
"name":string"BG VG"
"revocable":boolfalse
}
}
"deliveryMethod":{3 items
"__typename":string"SubscriptionDeliveryMethodShipping"
"address":{10 items
"__typename":string"SubscriptionMailingAddress"
"address1":string"Sunnyvale"
"city":string"Sunnyvale"
"country":string"United States"
"countryCode":string"US"
"lastName":string"Awais"
"name":string"Awais"
"province":string"California"
"provinceCode":string"CA"
"zip":string"94087"
}
"shippingOption":{4 items
"__typename":string"SubscriptionDeliveryMethodShippingOption"
"code":string"Economy"
"presentmentTitle":string"Economy"
"title":string"Economy"
}
}
"deliveryPolicy":{4 items
"__typename":string"SubscriptionDeliveryPolicy"
"anchors":[]0 items
"interval":string"WEEK"
"intervalCount":int1
}
"deliveryPrice":{3 items
"__typename":string"MoneyV2"
"amount":string"4.9"
"currencyCode":string"USD"
}
"discounts":{2 items
"__typename":string"SubscriptionManualDiscountConnection"
"edges":[]0 items
}
"id":string"gid://shopify/SubscriptionContract/12846399789"
"lastPaymentStatus":string"SUCCEEDED"
"lines":{2 items
"__typename":string"SubscriptionLineConnection"
"edges":[1 item
0:{2 items
"__typename":string"SubscriptionLineEdge"
"node":{14 items
"__typename":string"SubscriptionLine"
"currentPrice":{3 items
"__typename":string"MoneyV2"
"amount":string"20.0"
"currencyCode":string"USD"
}
"customAttributes":[]0 items
"discountAllocations":[]0 items
"id":string"gid://shopify/SubscriptionLine/7881abf3-9a8a-4647-9c4e-bc4196dba609"
"lineDiscountedPrice":{3 items
"__typename":string"MoneyV2"
"amount":string"20.0"
"currencyCode":string"USD"
}
"productId":string"gid://shopify/Product/9245052731693"
"quantity":int1
"sellingPlanId":string"gid://shopify/SellingPlan/687260762413"
"sellingPlanName":string"Weekly test "
"sku":string""
"taxable":booltrue
"title":string"Blade"
"variantId":string"gid://shopify/ProductVariant/48431775318317"
}
}
]
}
"nextBillingDate":string"2024-04-10T15:00:00Z"
"originOrder":{4 items
"__typename":string"Order"
"fulfillmentOrders":{2 items
"__typename":string"FulfillmentOrderConnection"
"edges":[1 item
0:{2 items
"__typename":string"FulfillmentOrderEdge"
"node":{4 items
"__typename":string"FulfillmentOrder"
"fulfillAt":string"2024-04-04T02:00:00Z"
"id":string"gid://shopify/FulfillmentOrder/6698358276397"
"status":string"OPEN"
}
}
]
}
"id":string"gid://shopify/Order/5755166228781"
"name":string"#1210"
}
"status":string"PAUSED"
"updatedAt":string"2024-04-09T19:09:52Z"
}
"type":string"subscription.paused"
}

Did this answer your question?