TicketUserServices

<back to all web services

BorgunTest3DFinishProcessRequestShortVersion

Requires Authentication
Requires the role:AdminRequires the permission:ReadData
The following routes are available for this service:
POST/borgunTest3D/Finish3DProcessShortVersionTest 3D
BorgunTest3DFinishProcessRequestShortVersion Parameters:
NameParameterData TypeRequiredDescription
RequestbodyBorgun3DFinalRequestShortVersionNo
ForcedPathbodystringNo
ForcedJSONRequestbodystringNo
SkipBorgunCallbodybool?No
Borgun3DFinalRequestShortVersion Parameters:
NameParameterData TypeRequiredDescription
AmountformintNo
MpiTokenformstringNo
OrderIdformstringNo
TokenformstringNo
BorgunTest3DFinishProcessResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseformBorgunFinal3DResponseNo
StatusCodeformintNo
MessageformstringNo
ForcedPathformstringNo
ForcedJSONRequestformstringNo
JSONRequestformstringNo
JSONResponseformstringNo
RequestPathformstringNo
RequestSentformstringNo
RequestReceivedformstringNo
BorgunFinal3DResponse Parameters:
NameParameterData TypeRequiredDescription
TransactionIdformstringNo
TransactionTypeformstringNo
AmountformintNo
CurrencyformstringNo
TransactionDateformDateTimeNo
OorderIdformstringNo
AuthCodeformstringNo
ActionCodeformstringNo
TransactionStatusformstringNo
PaymentMethodformBorgunPaymentMethodInfoNo
ThreeDSecureformBorgun3DSecureInfoNo
LifeCycleIdformstringNo
BorgunPaymentMethodInfo Parameters:
NameParameterData TypeRequiredDescription
PaymentTypeformstringNo
PANformstringNo
TokenformstringNo
CardTypeformstringNo
IsDebitformstringNo
Borgun3DSecureInfo Parameters:
NameParameterData TypeRequiredDescription
SecurityLevelIndformstringNo
XidformstringNo

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/Finish3DProcessShortVersion HTTP/1.1 
Host: stubbur-autoupdates-live.smartnewapis.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	request: 
	{
		amount: 0,
		mpiToken: String,
		orderId: String,
		token: String
	},
	forcedPath: String,
	forcedJSONRequest: String,
	skipBorgunCall: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	response: 
	{
		transactionId: String,
		transactionType: String,
		amount: 0,
		currency: String,
		transactionDate: 0001-01-01,
		oorderId: String,
		authCode: String,
		actionCode: String,
		transactionStatus: String,
		paymentMethod: 
		{
			paymentType: String,
			pan: String,
			token: String,
			cardType: String,
			isDebit: String
		},
		threeDSecure: 
		{
			securityLevelInd: String,
			xid: String
		},
		lifeCycleId: String
	},
	statusCode: 0,
	message: String,
	forcedPath: String,
	forcedJSONRequest: String,
	jsonRequest: String,
	jsonResponse: String,
	requestPath: String,
	requestSent: String,
	requestReceived: String
}