Get PCI EIP-712 Challenge
Issues a one-time EIP-712 challenge. The response is a complete typed-data object that can be passed directly to signTypedData (convert message.nonce to BigInt first). After signing, forward the hex signature as x-eip712-signature and the nonce as x-eip712-nonce on the subsequent PCI data request. The challenge expires after 5 minutes and can only be used once.
Path Parameters
Query Parameters
The operation being authorized: 'view-details' (card PAN/CVV), 'view-pin' (read PIN), 'change-pin' (set new PIN).
view-details, view-pin, change-pin Response
Challenge created successfully
Complete EIP-712 typed data. Pass this object directly to signTypedData — convert message.nonce to BigInt before signing.