Get transaction verification
The Get Transaction Verification API retrieves the results of a transaction verification. The request needs to contain the transaction ID.
Syntax
GET /api/transaction/uuid: transaction_id/verification
Examples
Example request
- GET /api/transaction/dcaad720-d1e9-47ba-a76b-a6370ef0373b HTTP/1.1
- Host: onespan.com
- Accept: application/json, text/javascript
Example response
- HTTP/1.1 200 OK
- Vary: Accept
- Content-Type: application/json{
- "vHubTransaction": "...",
- "verificationResults": [
- {
- "provider":"name_of_verification_provider",
- "type":"document_id",
- "content":"{
- "configuration": { ... },
- "dossierMetadata": { ... },
- "evidence": [{ ... }],
- "findings": { ... }
- }
- }
- ]
- }
Headers
The following headers are included in the request and the response:
Request headers
- Accept: The response content type depends on the Accept header.
- Authorization: The OAuth/JWT token to authenticate.
Response headers
- Content-Type: application/json
Status codes
The content of this API contains data elements provided by our partners and is subject to changes and updates by our partners. Such content may include errors, omission, technical or other mistakes, or inaccuracies. We will assist you to the best of our ability, but please note that we do not fully control this content.