Contact Verification
Send an email verification code to a customer
Send (or resend) a one-time code to the customer's email address to begin email verification.
This endpoint is only meaningful for customers whose payment provider requires contact verification (e.g. EU customers); the customer's contactVerification.email status reflects progress. For customers whose provider has no such requirement, this returns 409.
Call POST /customers/{customerId}/verify-email/confirm with the received code to complete verification. Re-POST this endpoint to resend the code.
In sandbox, no email is sent and the code is always 123456.
post/customers/{customerId}/verify-email
Response
Verification code sent.