TicketUserServices

<back to all web services

BorgunTest3DSaveCardRequest

Requires Authentication
Requires the role:AdminRequires the permission:ReadData
The following routes are available for this service:
POST/borgunTest3D/SaveCardTest 3D - Save Card Enrollment Step
BorgunTest3DSaveCardRequest Parameters:
NameParameterData TypeRequiredDescription
RequestbodyBorgunTokenMultiRequestNo
PANbodystringNo
ExpMonthbodystringNo
ExpYearbodystringNo
CVCbodystringNo
PhoneVerificationNumberbodystringNo
DeviceIdbodystringNo
TermURLbodystringNo
ForcedPathbodystringNo
ForcedJSONRequestbodystringNo
SkipBorgunCallbodybool?No
BorgunTokenMultiRequest Parameters:
NameParameterData TypeRequiredDescription
PANformstringNo
ExpMonthformstringNo
ExpYearformstringNo
VerifyCardformBorgunVerifyCardRequestNo
MetadataformBorgunMetadataNo
BorgunVerifyCardRequest Parameters:
NameParameterData TypeRequiredDescription
CheckAmountformintNo
CurrencyformstringNo
CVCformstringNo
BorgunMetadata Parameters:
NameParameterData TypeRequiredDescription
PayloadformstringNo
BorgunTest3DSaveCardResponse Parameters:
NameParameterData TypeRequiredDescription
StatusCodeformintNo
MessageformstringNo
SuccessformboolNo
ChallengeRequiredformboolNo
SessionIdformstringNo
RedirectToACSFormformstringNo
RedirectToACSDataformList<BorgunMPIEnrollmentACSField>No
EnrollmentStatusformstringNo
MpiTokenformstringNo
ForcedPathformstringNo
ForcedJSONRequestformstringNo
JSONRequestformstringNo
JSONResponseformstringNo
RequestPathformstringNo
RequestSentformstringNo
RequestReceivedformstringNo
TokenformstringNo
VirtualCardNumberformstringNo
CardAlreadyExistsformboolNo
BorgunMPIEnrollmentACSField Parameters:
NameParameterData TypeRequiredDescription
NameformstringNo
ValuesformstringNo

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/SaveCard HTTP/1.1 
Host: stubbur-app.azurewebsites.net 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<BorgunTest3DSaveCardRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TicketUserServices.ServiceModel">
  <CVC>String</CVC>
  <DeviceId>String</DeviceId>
  <ExpMonth>String</ExpMonth>
  <ExpYear>String</ExpYear>
  <ForcedJSONRequest>String</ForcedJSONRequest>
  <ForcedPath>String</ForcedPath>
  <PAN>String</PAN>
  <PhoneVerificationNumber>String</PhoneVerificationNumber>
  <Request xmlns:d2p1="http://schemas.datacontract.org/2004/07/BorgunRPGData">
    <d2p1:ExpMonth>String</d2p1:ExpMonth>
    <d2p1:ExpYear>String</d2p1:ExpYear>
    <d2p1:Metadata>
      <d2p1:Payload>String</d2p1:Payload>
    </d2p1:Metadata>
    <d2p1:PAN>String</d2p1:PAN>
    <d2p1:VerifyCard>
      <d2p1:CVC>String</d2p1:CVC>
      <d2p1:CheckAmount>0</d2p1:CheckAmount>
      <d2p1:Currency>String</d2p1:Currency>
    </d2p1:VerifyCard>
  </Request>
  <SkipBorgunCall>false</SkipBorgunCall>
  <TermURL>String</TermURL>
</BorgunTest3DSaveCardRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<BorgunTest3DSaveCardResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TicketUserServices.ServiceModel">
  <CardAlreadyExists>false</CardAlreadyExists>
  <ChallengeRequired>false</ChallengeRequired>
  <EnrollmentStatus>String</EnrollmentStatus>
  <ForcedJSONRequest>String</ForcedJSONRequest>
  <ForcedPath>String</ForcedPath>
  <JSONRequest>String</JSONRequest>
  <JSONResponse>String</JSONResponse>
  <Message>String</Message>
  <MpiToken>String</MpiToken>
  <RedirectToACSData xmlns:d2p1="http://schemas.datacontract.org/2004/07/BorgunRPGData">
    <d2p1:BorgunMPIEnrollmentACSField>
      <d2p1:Name>String</d2p1:Name>
      <d2p1:Values>String</d2p1:Values>
    </d2p1:BorgunMPIEnrollmentACSField>
  </RedirectToACSData>
  <RedirectToACSForm>String</RedirectToACSForm>
  <RequestPath>String</RequestPath>
  <RequestReceived>String</RequestReceived>
  <RequestSent>String</RequestSent>
  <SessionId>String</SessionId>
  <StatusCode>0</StatusCode>
  <Success>false</Success>
  <Token>String</Token>
  <VirtualCardNumber>String</VirtualCardNumber>
</BorgunTest3DSaveCardResponse>