- Home
- All APIs
- Access Worldpay
- Verifications API
- Versioning and Change log
Versioning and Change log
This log details any breaking and non-breaking API changes we have released for our Verifications service.
Prerequisite: Make yourself familiar with our
Versioning log
Breaking changes
Version 5 dynamic statement narratives.
- you must now submit
narrative
in yourintelligent anddynamic verification request - this is no longer a breaking change.
narrative
is now an optional field as of 02/15/2021
Breaking changes
Version 4 introduces strict parsing.
- header change to "Content-Type: application/vnd.worldpay.verifications.accounts-v4+json"
- sending any fields not recorded in our documentation returns an
error
Breaking changes
Version 3 introduces transactionReference
.
- header change to "Content-Type: application/vnd.worldpay.verifications.accounts-v3+json"
- new mandatory
fieldtransactionReference
Breaking changes
Version 2 introduces verificationAddress
and the removal of the recurring
endpoint.
- header change to "Content-Type: application/vnd.worldpay.verifications.accounts-v2+json"
verifications:recurring
action link andhttps://try.access.worldpay.com/verifications/accounts/intelligent/recurring
resource link removedcardOnFile
endpoint now returns andcardOnFileAuthorize
action links in the responserecurringAuthorize
merchant.reference
renamed tomerchant.entity
billingAddress
renamed toverificationAddress
Note: You can find documentation for all versions
Change log (Non-breaking changes)
The field fundingType
in the paymentInstrument
object of your
chargeCard
prepaid
deferreddebit
We have added these to the already existing values of debit
and credit
.
You now have an additional field of category
in the card section of your
You can now send
verification requests against US bank accounts toACH
endpoint:https://try.access.worldpay.com/verifications/accounts/ach
You can now submit the CVC as an optional field in the
verification request with token for bothoneTime
andcardOnFile
endpoints.https://try.access.worldpay.com/verifications/accounts/intelligent/oneTime
https://try.access.worldpay.com/verifications/accounts/intelligent/cardOnFile
https://try.access.worldpay.com/verifications/accounts/dynamic/oneTime
https://try.access.worldpay.com/verifications/accounts/dynamic/cardOnFile
You can now supply
storedCredentials.reason
as an optional field for bothcardOnFile
endpoints:https://try.access.worldpay.com/verifications/accounts/intelligent/cardOnFile
https://try.access.worldpay.com/verifications/accounts/dynamic/cardOnFile
- The
paymentInstrument.cardHolderName
field is no longer mandatory in v5 requests.
- The
narrative
block is no longer a mandatory field in v5 requests to cater for upstream services
You can now submit your v4 and v5paymentInstrument
. This only applies to the cardOnFile
endpoints:
https://try.access.worldpay.com/verifications/accounts/intelligent/cardOnFile
https://try.access.worldpay.com/verifications/accounts/dynamic/cardOnFile
- we are returning
inpaymentInstrument
verified
andnotVerified
responses for enabled merchants
you can now submit the following values for
authentication.version
in your3DS request:- for 3DS1 -
1.0.2
- for 3DS2 -
2.1.0
or2.2.0
- for 3DS1 -
- we are returning
inriskFactors
verified
andnotVerified
responses
you can now send
verification requests with a token to bothcardOnFile
endpoints:https://try.access.worldpay.com/verifications/accounts/intelligent/cardOnFile
https://try.access.worldpay.com/verifications/accounts/dynamic/cardOnFile
you can now send
verification requests with a token to bothoneTime
endpoints:https://try.access.worldpay.com/verifications/accounts/intelligent/oneTime
https://try.access.worldpay.com/verifications/accounts/dynamic/oneTime
action link is now returned in therecurringSale
cardOnFile
verification responses. This allows for recurring sale transactions.