Overview
Store a customer email address in the payment session context (for example, receipts or post-payment notifications).Authentication
Requiresx-session-token + x-signature.
Request
Set customer email
Get customer email
Response
Example get response:Errors
400invalid email format401invalid session token/signature
Examples
- If you render checkout in multiple steps, set the email once and retrieve it later to prefill forms.

