- Home
- All APIs
- Access Worldpay
- Money Transfers API
- Versioning and Change log
Versioning and Change log
This log details any breaking and non-breaking API changes we have released for our Money Transfers API.
Prerequisite: Make yourself familiar with our
Versioning log
Our Money Transfers API is currently on version 1. We will record any upcoming breaking changes here.
Change log (Non-breaking changes)
You can now provide the authentication
object forpullFromCard
Example:
Copied!
{
"authentication":{
"version":"2.1.0",
"type":"3DS",
"eci":"05",
"authenticationValue":"MTIzNDU2Nzg5MDEyMzQ1Njc4OTA=",
"transactionId":"683001f5-3805-423a-b580-638e4b2093b3"
}
}
{ "authentication":{ "version":"2.1.0", "type":"3DS", "eci":"05", "authenticationValue":"MTIzNDU2Nzg5MDEyMzQ1Njc4OTA=", "transactionId":"683001f5-3805-423a-b580-638e4b2093b3" } }