TicketUserServices

<back to all web services

BorgunServices3DVerificationRequest

Requires Authentication
Requires the role:AdminRequires the permission:ReadData
The following routes are available for this service:
POST/borgunServices/3DResVerificationTest 3D
import java.math.*
import java.util.*
import net.servicestack.client.*


open class BorgunServices3DVerificationRequest
{
    var request:BorgunResValidationRequest? = null
}

open class BorgunResValidationRequest
{
    var paRes:String? = null
    var cRes:String? = null
    var md:String? = null
}

open class BorgunServices3DVerificationResponse
{
    var response:BorgunResValidationResponse? = null
    var success:Boolean? = null
    var httpStatusCode:Int? = null
    var message:String? = null
}

open class BorgunResValidationResponse
{
    var xId:String? = null
    var mdStatus:String? = null
    var mdErrorMessage:String? = null
    var enrollmentStatus:String? = null
    var authenticationStatus:String? = null
    var eci:String? = null
    var cavv:String? = null
    var cavvAlgorithm:String? = null
    var paResVerified:String? = null
    var paResSyntaxOK:String? = null
}

Kotlin BorgunServices3DVerificationRequest DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /borgunServices/3DResVerification HTTP/1.1 
Host: stubbur-autoupdates-live.smartnewapis.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"request":{"paRes":"String","cRes":"String","md":"String"}}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"response":{"xId":"String","mdStatus":"String","mdErrorMessage":"String","enrollmentStatus":"String","authenticationStatus":"String","eci":"String","cavv":"String","cavvAlgorithm":"String","paResVerified":"String","paResSyntaxOK":"String"},"success":false,"httpStatusCode":0,"message":"String"}