TicketUserServices

<back to all web services

BorgunTest3DCompleteSaveCardRequest

Requires Authentication
Requires the role:AdminRequires the permission:ReadData
The following routes are available for this service:
POST/borgunTest3D/CompleteSaveCardTest 3D - Complete Card Save After 3DS Challenge
import java.math.*
import java.util.*
import net.servicestack.client.*


open class BorgunTest3DCompleteSaveCardRequest
{
    var sessionId:String? = null
    var paRes:String? = null
    var cRes:String? = null
    var pan:String? = null
    var cvc:String? = null
    var forcedPath:String? = null
    var forcedJSONRequest:String? = null
    var skipBorgunCall:Boolean? = null
}

open class BorgunTest3DCompleteSaveCardResponse
{
    var statusCode:Int? = null
    var message:String? = null
    var success:Boolean? = null
    var token:String? = null
    var virtualCardNumber:String? = null
    var cardType:String? = null
    var isDebit:Boolean? = null
    var cardAlreadyExists:Boolean? = null
    var forcedPath:String? = null
    var forcedJSONRequest:String? = null
    var jsonRequest:String? = null
    var jsonResponse:String? = null
    var requestPath:String? = null
    var requestSent:String? = null
    var requestReceived:String? = null
}

Kotlin BorgunTest3DCompleteSaveCardRequest DTOs

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

HTTP + JSV

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

POST /borgunTest3D/CompleteSaveCard HTTP/1.1 
Host: stubbur-app.azurewebsites.net 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	sessionId: String,
	paRes: String,
	cRes: String,
	pan: String,
	cvc: String,
	forcedPath: String,
	forcedJSONRequest: String,
	skipBorgunCall: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	statusCode: 0,
	message: String,
	success: False,
	token: String,
	virtualCardNumber: String,
	cardType: String,
	isDebit: False,
	cardAlreadyExists: False,
	forcedPath: String,
	forcedJSONRequest: String,
	jsonRequest: String,
	jsonResponse: String,
	requestPath: String,
	requestSent: String,
	requestReceived: String
}