Unfortunately, this feature is not supported on mobile devices. For the best experience, please use a computer.

Verifications (2)

TBD.

Download OpenAPI description
Languages
Servers
testing (try)
https://try.access.worldpay.com/
live
https://access.worldpay.com/

Root

Verifications root resource, returns links to available Account Verifications actions.

Operations

Verifications

Verify tokens root resource, returns links to available verifiedTokens actions.

Operations

Verification

Verify tokens root resource, returns links to available verifiedTokens actions.

Operations

Verifications oneTime resource.

Request

Successful account verification outcome.

Bodyapplication/vnd.worldpay.verifications.accounts-v2.hal+json
merchantobjectrequired
entitystringrequired
mccstring
paymentFacilitatorobject
pfIdstringrequired
isoIdstring
subMerchantobjectrequired
currencystringrequired
paymentInstrumentobjectrequired
typestringrequired
cardHolderNamestringrequired
cardExpiryDateobjectrequired
monthintegerrequired
yearintegerrequired
cardNumberstringrequired
verificationAddressobject
address1string
postalCodestringrequired
citystringrequired
countryCodestringrequired
cvcstring
application/vnd.worldpay.verifications.accounts-v2.hal+json

Successful account verification outcome.

"{\"currency\": \"EUR\",\"paymentInstrument\": {\"type\": \"card/plain\",\"cardHolderName\": \"Joe Bloggs\",\"cardExpiryDate\": {\"month\": 1,\"year\": 2019},\"cardNumber\": \"4444333322221111\",\"verificationAddress\": { \"address1\": \"address1\",\"address2\": \"address2\",\"address3\": \"address3\",\"postalCode\": \"postalCode\",\"city\": \"city\",\"state\": \"state\",\"countryCode\": \"GB\"},\"cvc\": \"101\"},\"merchant\": {\"entity\": \"MindPalaceLtd\"}}"

Responses

The account verification has been successful.

Bodyapplication/vnd.worldpay.verifications.accounts-v2.hal+json
outcomestringrequired
checkedAtstringrequired
Response
application/vnd.worldpay.verifications.accounts-v2.hal+json

Successful account verification outcome.

{ "outcome": "verified", "checkedAt": "2018-09-01T10:37:36.923Z", "_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 } ] } }

Verifications cardOnFile resource.

Request

Successful account verification outcome.

Bodyapplication/vnd.worldpay.verifications.accounts-v2.hal+json
merchantobjectrequired
entitystringrequired
mccstring
paymentFacilitatorobject
pfIdstringrequired
isoIdstring
subMerchantobjectrequired
currencystringrequired
paymentInstrumentobjectrequired
typestringrequired
cardHolderNamestringrequired
cardExpiryDateobjectrequired
monthintegerrequired
yearintegerrequired
cardNumberstringrequired
verificationAddressobject
address1string
postalCodestringrequired
citystringrequired
countryCodestringrequired
cvcstring
application/vnd.worldpay.verifications.accounts-v2.hal+json

Successful account verification outcome.

"{\"currency\": \"EUR\",\"paymentInstrument\": { \"type\": \"card/plain\", \"cardHolderName\": \"Joe Bloggs\", \"cardExpiryDate\": { \"month\": 1, \"year\": 2019 }, \"cardNumber\": \"4444333322221111\", \"verificationAddress\": { \"address1\": \"address1\", \"address2\": \"address2\", \"address3\": \"address3\", \"postalCode\": \"postalCode\", \"city\": \"city\", \"state\": \"state\", \"countryCode\": \"GB\" }, \"cvc\": \"101\"},\"merchant\": { \"entity\": \"MindPalaceLtd\"}}"

Responses

The account verification has been successful.

Bodyapplication/vnd.worldpay.verifications.accounts-v2.hal+json
outcomestringrequired
schemeTransactionReferencestring
checkedAtstringrequired
Response
application/vnd.worldpay.verifications.accounts-v2.hal+json

Successful account verification outcome.

{ "outcome": "verified", "schemeTransactionReference": "00000000000000000", "checkedAt": "2018-09-01T10:37:36.923Z", "_links": { "verifications:verification": { "href": "https://try.access.worldpay.com/verifications/accounts/{resource}" }, "payments:cardOnFileAuthorize": { "href": "http://try.access.worldpay.com/payments/authorizations/cardOnFile/{resource}" }, "payments:recurringAuthorize": { "href": "http://try.access.worldpay.com/payments/authorizations/recurring/{resource}" }, "curies": [ { "name": "verifications", "href": "https://try.access.worldpay.com/rels/verifications/accounts/{rel}", "templated": true } ] } }