- 07 Oct 2024
- 1 Minute à lire
- SombreLumière
- PDF
Get Transaction Verification
- Mis à jour le 07 Oct 2024
- 1 Minute à lire
- SombreLumière
- PDF
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
Status code | Name | Description |
---|---|---|
200 | OK | No error. |
400 | Bad Request | The transaction data is invalid. |
401 | Unauthorized | Invalid token. |
403 | Forbidden | The token does not grant transaction creation rights. |
500 | Internal Server Error | Server or application error. |
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.