TicketUserServices

<back to all web services

BorgunTest3DVerificationRequest

Requires Authentication
Requires the role:AdminRequires the permission:ReadData
The following routes are available for this service:
POST/borgunTest3D/ResVerificationTest 3D
namespace TicketUserServices.ServiceModel

open System
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations

    [<AllowNullLiteral>]
    type BorgunResValidationResponse() = 
        member val XId:String = null with get,set
        member val MdStatus:String = null with get,set
        member val MdErrorMessage:String = null with get,set
        member val EnrollmentStatus:String = null with get,set
        member val AuthenticationStatus:String = null with get,set
        member val ECI:String = null with get,set
        member val CAVV:String = null with get,set
        member val CAVVAlgorithm:String = null with get,set
        member val PAResVerified:String = null with get,set
        member val PAResSyntaxOK:String = null with get,set

    [<AllowNullLiteral>]
    type BorgunTest3DVerificationResponse() = 
        member val Response:BorgunResValidationResponse = null with get,set
        member val StatusCode:Int32 = new Int32() with get,set
        member val Message:String = null with get,set
        member val ForcedPath:String = null with get,set
        member val ForcedJSONRequest:String = null with get,set
        member val JSONRequest:String = null with get,set
        member val JSONResponse:String = null with get,set
        member val RequestPath:String = null with get,set
        member val RequestSent:String = null with get,set
        member val RequestReceived:String = null with get,set

    [<AllowNullLiteral>]
    type BorgunResValidationRequest() = 
        member val PaRes:String = null with get,set
        member val CRes:String = null with get,set
        member val MD:String = null with get,set

    [<AllowNullLiteral>]
    type BorgunTest3DVerificationRequest() = 
        member val Request:BorgunResValidationRequest = null with get,set
        member val ForcedPath:String = null with get,set
        member val ForcedJSONRequest:String = null with get,set
        member val SkipBorgunCall:Nullable<Boolean> = new Nullable<Boolean>() with get,set

F# BorgunTest3DVerificationRequest 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 /borgunTest3D/ResVerification 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"},"forcedPath":"String","forcedJSONRequest":"String","skipBorgunCall":false}
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"},"statusCode":0,"message":"String","forcedPath":"String","forcedJSONRequest":"String","jsonRequest":"String","jsonResponse":"String","requestPath":"String","requestSent":"String","requestReceived":"String"}