Retrieve

Verification resource retrieval.

Methods

GET

Retrieve One Time verification details

Responses

Examples

GET
 Retrieval of a successful verification
View
GET
 Retrieval of a refused verification
View
GET

Retrieve Card On File verification details

Responses

Examples

GET
 Retrieval of a successful verification
View
GET
 Retrieval of a refused verification
View

Link relationship

get
 Retrieval of a successful verification 
GEThttps://try.access.worldpay.com/rels/verifications/accounts/verification
Copied!
{
  "Authorization": "Basic Auth",
  "Accept": "application/vnd.worldpay.verifications.accounts-v5+json"
}

200

Copied!
{
  "outcome": "verified",
  "checkedAt": "2018-09-01T10:37:36.923Z",
  "riskFactors": [
    {
      "risk": "matched",
      "type": "cvc"
    },
    {
      "risk": "matched",
      "detail": "postcode",
      "type": "avs"
    },
    {
      "risk": "matched",
      "detail": "address",
      "type": "avs"
    }
  ],
  "paymentInstrument": {
    "type": "card/plain",
    "card": {
      "number": {
        "bin": "444433",
        "last4Digits": "1111"
      },
      "countryCode": "GB",
      "expiryDate": {
        "month": 12,
        "year": 2029
      },
      "brand": "visa",
      "fundingType": "debit",
      "issuer": {
        "name": "cardIssuer"
      },
      "category": "consumer",
      "paymentAccountReference": "reference"
    }
  },
  "_links": {
    "verifications:verification": {
      "href": "https://try.access.worldpay.com/verifications/accounts/{resource}"
    },
    "curies": [
      {
        "name": "verifications",
        "href": "https://try.access.worldpay.com/rels/verifications/accounts/{rel}",
        "templated": true
      }
    ]
  }
}