I created a CustomerPaymentProfile (id=1503937419) in the sandbox using
the code below. validationMode was set to 'liveMode', but there are no
voided transactions in the sandbox. Why did it not validate the card?
Here's my enum:from enum import Enum ...