So I’m trying record stripe transactions in airtable and am having trouble identifying the payer. Here is my setup.
There doesn’t seem to be any data coming over for the Stripe Watch module that gives me any specific customer data aside from what I believe is a customer id. I tried using that and then a Stripe search node as well but it’s asking for the customer’s email which I don’t think exists in my module. Is there an easier way to access the customer email address that I’m missing? The watch module is setup to watch for successful payment intents. Any guidance is appreciated!
1 Like
Hi. Send us the printscreen with the data from Stripe. I think you have the email address for the customer in the transaction data from Watch. And if you need, you can do a search after that to get all data about the customer too.
Thanks, Helio!
Wemakefuture
If you have questions reach out
1 Like
I thought I’d have that too but I don’t see it included even though it’s listed inside of stripe. I see the field but the email value isn’t included for some reason. I’m using a payment link to submit a payment transaction. Here’s a video of what’s happening. https://www.berrycast.com/conversations/d662e21f-8196-5030-ad03-7dd6d1bda6a5
Get the customer ID and try search it using the search customer mudule.
Thanks, Helio!
Wemakefuture
If you have questions reach out
1 Like
I tried that and there was no data in the customer field