HTTP/1.1 200 OK
Cache-Control: private,no-store,no-cache,must-revalidate,proxy-revalidate
Pragma: no-cache
Content-Length: 339
Content-Type: application/json; charset=utf-8
Set-Cookie: ASP.NET_SessionId=v35boh4ee43lw34cnhhnelst; path=/; secure; HttpOnly
Access-Control-Allow-Origin: *
Access-Control-Allow-Headers: Content-Type
Access-Control-Allow-Methods: GET, POST, OPTIONS
Access-Control-Max-Age: 1728000
Date: Fri, 12 Dec 2014 01:35:07 GMT

{
    "APIResponse" : {
        "ResponseCode" : 0,
        "ResponseText" : "Success"
    },
    "DVTokenResp" : {
        "BankAccountDetails" : null,
        "CardDetails" : {
            "CardHolderName" : "John Smith",
            "ExpiryDate" : "0521",
            "MaskedCardNumber" : "512345...346",
            "Category" : "STANDARD",
            "Issuer" : "BANCO DEL PICHINCHA, C.A.",
            "IssuerCountryCode" : "ECU",
            "Localisation" : "international",
            "SubType" : "credit"
        },
        "CardType" : "MC",
        "EmailAddress" : "john.smith@email.com.au",
        "Crn1" : "12345",
        "Crn2" : "",
        "Crn3" : null,
        "DVToken" : "5999999789012346"
    }
}