Loading...
Accounts APIAccount holder verification

Get account holder verification details

GET
/account-holder-verifications/{id}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

The unique identifier of the account holder verification.

Formatuuid

Header Parameters

X-Volt-Api-Version*1

Version of the API used. Currently, version 1 is the only version.

Value in

  • 1

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/account-holder-verifications/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "X-Volt-Api-Version: 1"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "transactionId": "75906707-8c31-479c-b354-aa805c4cefbc",  "status": "COMPLETED",  "accountHolderName": {    "requested": "string",    "returned": "string"  },  "result": "MATCH",  "executedAt": "2019-08-24T14:15:22Z",  "decision": {    "performer": {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "name": "string",      "type": "USER"    },    "type": "APPROVED",    "subject": "ACCOUNT_HOLDER_VERIFICATION",    "createdAt": "2019-08-24T14:15:22Z"  },  "_links": {    "self": {      "href": "http://example.com",      "method": "GET"    },    "transaction": {      "href": "http://example.com",      "method": "GET"    }  }}