I’ve inherited a Square site for an app. How do I get customer information from a purchase in a webhook? order.created or order.updated events don’t have customer information. Sometimes payment.update has customer_id or buyer_email_address but not all the time. Obviously they are stored somewhere because all purchases have an address and email.
Specifically what I’m looking for is the contact email. Is it possible to download it from the API?
3 posts - 2 participants