Menu

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 ourAPI Principlesto ensure a resilient integration.

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 forpullFromCardrequests. This object contains the result of your customer's verification.

Example:

Copied!
{
  "authentication":{
        "version":"2.1.0",
        "type":"3DS",
        "eci":"05",
        "authenticationValue":"MTIzNDU2Nzg5MDEyMzQ1Njc4OTA=",
        "transactionId":"683001f5-3805-423a-b580-638e4b2093b3"
  }
}