I'm building a super simple checkout based on the Quick Start example. Simple payment for $10. All's well except that when my webhook receives the call, the event_type is PAYMENT.SALE.COMPLETED and does not any include any data about the payer -- no email address. I can use the Webhook Simulator to send a CHECKOUT.ORDER.COMPLETED event, and this includes all the payer's info. Is there a way to make the Quick Start checkout send a CHECKOUT.ORDER.COMPLETED call to my webhook, or is there a way to get the email address included with a PAYMENT.SALE.COMPLETED call?
... View more