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 .xml suffix or ?format=xml

HTTP + XML

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: application/xml
Content-Type: application/xml
Content-Length: length

<BorgunTest3DVerificationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TicketUserServices.ServiceModel">
  <ForcedJSONRequest>String</ForcedJSONRequest>
  <ForcedPath>String</ForcedPath>
  <Request xmlns:d2p1="http://schemas.datacontract.org/2004/07/BorgunRPGData">
    <d2p1:CRes>String</d2p1:CRes>
    <d2p1:MD>String</d2p1:MD>
    <d2p1:PaRes>String</d2p1:PaRes>
  </Request>
  <SkipBorgunCall>false</SkipBorgunCall>
</BorgunTest3DVerificationRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<BorgunTest3DVerificationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TicketUserServices.ServiceModel">
  <ForcedJSONRequest>String</ForcedJSONRequest>
  <ForcedPath>String</ForcedPath>
  <JSONRequest>String</JSONRequest>
  <JSONResponse>String</JSONResponse>
  <Message>String</Message>
  <RequestPath>String</RequestPath>
  <RequestReceived>String</RequestReceived>
  <RequestSent>String</RequestSent>
  <Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/BorgunRPGData">
    <d2p1:AuthenticationStatus>String</d2p1:AuthenticationStatus>
    <d2p1:CAVV>String</d2p1:CAVV>
    <d2p1:CAVVAlgorithm>String</d2p1:CAVVAlgorithm>
    <d2p1:ECI>String</d2p1:ECI>
    <d2p1:EnrollmentStatus>String</d2p1:EnrollmentStatus>
    <d2p1:MdErrorMessage>String</d2p1:MdErrorMessage>
    <d2p1:MdStatus>String</d2p1:MdStatus>
    <d2p1:PAResSyntaxOK>String</d2p1:PAResSyntaxOK>
    <d2p1:PAResVerified>String</d2p1:PAResVerified>
    <d2p1:XId>String</d2p1:XId>
  </Response>
  <StatusCode>0</StatusCode>
</BorgunTest3DVerificationResponse>