Hello Zapier team,
I’m having an issue connecting Stripe to Glideapps via Zapier.
After a user completes a subscription checkout, the client_reference_id (used to identify the user in Glideapps) is not being pulled into the Zap trigger.
Without this field, the Zap cannot update the correct user record in Glide.
Here’s what I am trying to accomplish:
-
Capture a new successful subscription payment from Stripe.
-
Use the client_reference_id (sent during the Stripe checkout) to match and update the corresponding user record inside Glideapps.
Problem:
In the Zap editor, the client_reference_id is missing.
I can see other fields like customer email and payment status, but the client_reference_id does not appear to map or use.
Steps already checked:
-
Confirmed that client_reference_id is sent from the Stripe Checkout Session.
-
Tested the webhook payload manually; the client_reference_id exists in the payload.
-
Refreshed Zap trigger several times — field still missing.
Attachments:
(Attach a screenshot showing the Zap trigger screen where client_reference_id does not appear)

Thanks in advance for your help!