JWT
JWT Validate Response Fields
JwtValidateResponse
├── authentication_id ← Match against Lookup response — required for authorization
├── action_code ← Resulting state of the transaction
├── error_no ← 0 = no error; non-zero = error encountered
├── error_desc ← Human-readable error description (comma-separated if multiple)
└── validation_result ← Full authentication result objectFull Flow Summary
Last updated
Was this helpful?
