# Verification resource retrieval Retrieval of a successful verification. Endpoint: GET /verifications/accounts/verification Version: 4 Security: BasicAuth ## Response 200 fields (application/vnd.worldpay.verifications.accounts-v4.hal+json): - `outcome` (string, required) - `checkedAt` (string, required) - `riskFactors` (array) - `riskFactors.risk` (string, required) - `riskFactors.detail` (string) - `riskFactors.type` (string, required) - `paymentInstrument` (object) - `paymentInstrument.card` (object) - `paymentInstrument.card.number` (object) - `paymentInstrument.card.number.bin` (string, required) - `paymentInstrument.card.number.last4Digits` (string, required) - `paymentInstrument.card.countryCode` (string) - `paymentInstrument.card.expiryDate` (object) - `paymentInstrument.card.expiryDate.month` (integer, required) - `paymentInstrument.card.expiryDate.year` (integer, required) - `paymentInstrument.card.brand` (string) - `paymentInstrument.card.fundingType` (string) - `paymentInstrument.card.issuer` (object) - `paymentInstrument.card.issuer.name` (string, required) - `paymentInstrument.card.category` (string) - `paymentInstrument.card.paymentAccountReference` (string)