TicketUserServices

<back to all web services

BorgunServices3DFinishProcessRequest

Requires Authentication
Requires the role:AdminRequires the permission:ReadData
The following routes are available for this service:
POST/borgunServices/Finish3DProcessTest 3D
BorgunServices3DFinishProcessRequest Parameters:
NameParameterData TypeRequiredDescription
RequestbodyBorgun3DFinalRequestNo
Borgun3DFinalRequest Parameters:
NameParameterData TypeRequiredDescription
TransactionTypeformstringNo
AmountformintNo
CurrencyformstringNo
TransactionDateformDateTime?No
OrderIdformstringNo
PaymentMethodformBorgun3DFinalPaymentMethodInfoNo
ThreeDSecureformBorgun3DFinal3DSecureInfoNo
Borgun3DFinalPaymentMethodInfo Parameters:
NameParameterData TypeRequiredDescription
PaymentTypeformstringNo
TokenformstringNo
Borgun3DFinal3DSecureInfo Parameters:
NameParameterData TypeRequiredDescription
DataTypeformstringNo
MpiTokenformstringNo
BorgunServices3DFinishProcessResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseformBorgunFinal3DResponseNo
SuccessformboolNo
HttpStatusCodeformintNo
MessageformstringNo
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 /borgunServices/Finish3DProcess HTTP/1.1 
Host: stubbur-autoupdates-live.smartnewapis.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	request: 
	{
		transactionType: String,
		amount: 0,
		currency: String,
		transactionDate: 0001-01-01,
		orderId: String,
		paymentMethod: 
		{
			paymentType: String,
			token: String
		},
		threeDSecure: 
		{
			dataType: String,
			mpiToken: String
		}
	}
}
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
	},
	success: False,
	httpStatusCode: 0,
	message: String
}