Perform Two Factor Authentication

POST /v1/Document/PerformTwoFactorAuthentication

POST /v1/Document/PerformTwoFactorAuthentication

Parameters

NameInTypeRequiredDescription
originalTransactionIdquerystringRequired
dateFormatquerystringoptional

Request body

optional (1)
NameTypeRequiredDescription
embeddedChipDataobjectoptional

Code sample language

curl -X POST "{{API.SANDBOX_BASE_URL}}/Document/PerformTwoFactorAuthentication?originalTransactionId=ORIGINALTRANSACTIONID" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "embeddedChipData": {}
}'

Responses

200OK