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

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

Sample Message Content

{2 items
"data":{16 items
"attemptCount":int1
"attemptTime":string"2024-04-04T02:57:16Z"
"billingAttemptId":string"gid://shopify/SubscriptionBillingAttempt/20703117355"
"billingDate":string"2024-04-04T02:55:00Z"
"contractId":float8343552043
"graphOrderId":string"gid://shopify/Order/5203194478635"
"id":int1441754
"orderAmount":int180
"orderAmountUSD":int180
"orderId":float5203194478635
"orderName":string"#1221"
"retryingNeeded":booltrue
"shop":string"appstle-jaydeep-3.myshopify.com"
"status":string"SUCCESS"
"upcomingOrderEmailSentStatus":string"SENT"
"upcomingOrderSmsSentStatus":string"PHONE_NUMBER_EMPTY"
}
"type":string"membership.billing-success"
}

Did this answer your question?