Requires the role: | Admin | Requires the permission: | ReadData |
POST | /borgunServices/3DResVerification | Test 3D |
---|
Imports System
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports TicketUserServices.ServiceModel
Imports BorgunRPGData
Namespace Global
Namespace BorgunRPGData
Public Partial Class BorgunResValidationRequest
Public Overridable Property PaRes As String
Public Overridable Property CRes As String
Public Overridable Property MD As String
End Class
Public Partial Class BorgunResValidationResponse
Public Overridable Property XId As String
Public Overridable Property MdStatus As String
Public Overridable Property MdErrorMessage As String
Public Overridable Property EnrollmentStatus As String
Public Overridable Property AuthenticationStatus As String
Public Overridable Property ECI As String
Public Overridable Property CAVV As String
Public Overridable Property CAVVAlgorithm As String
Public Overridable Property PAResVerified As String
Public Overridable Property PAResSyntaxOK As String
End Class
End Namespace
Namespace TicketUserServices.ServiceModel
Public Partial Class BorgunServices3DVerificationRequest
Public Overridable Property Request As BorgunResValidationRequest
End Class
Public Partial Class BorgunServices3DVerificationResponse
Public Overridable Property Response As BorgunResValidationResponse
Public Overridable Property Success As Boolean
Public Overridable Property HttpStatusCode As Integer
Public Overridable Property Message As String
End Class
End Namespace
End Namespace
VB.NET BorgunServices3DVerificationRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=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"}