subscription.billing-success
Joshua Kye avatar
Written by Joshua Kye
Updated over a week ago

This vent will be triggered on a billing attempt (payment) success for a subscription contract. This event can also be used for recurring order creation as well.

Sample Message Content

{2 items
"data":{14 items
"attemptCount":int1
"attemptTime":string"2024-04-09T21:53:26Z"
"billingAttemptId":string"gid://shopify/SubscriptionBillingAttempt/35304603949"
"billingDate":string"2024-04-09T21:53:12Z"
"contractId":float11713347885
"graphOrderId":string"gid://shopify/Order/5768458961197"
"id":int58520974
"orderAmount":float14.9
"orderAmountUSD":float14.9
"orderId":float5768458961197
"orderName":string"#1220"
"retryingNeeded":booltrue
"shop":string"test-v2023-03.myshopify.com"
"status":string"SUCCESS"
}
"type":string"subscription.billing-success"
}

Did this answer your question?