TicketUserServices

<back to all web services

BorgunServices3DFinishProcessRequestShortVersion

Requires Authentication
Requires the role:AdminRequires the permission:ReadData
The following routes are available for this service:
POST/borgunServices/Finish3DProcessShortVersionTest 3D
BorgunServices3DFinishProcessRequestShortVersion Parameters:
NameParameterData TypeRequiredDescription
RequestbodyBorgun3DFinalRequestShortVersionNo
Borgun3DFinalRequestShortVersion Parameters:
NameParameterData TypeRequiredDescription
AmountformintNo
MpiTokenformstringNo
OrderIdformstringNo
TokenformstringNo
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 .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

POST /borgunServices/Finish3DProcessShortVersion HTTP/1.1 
Host: stubbur-autoupdates-live.smartnewapis.com 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"request":{"amount":0,"mpiToken":"String","orderId":"String","token":"String"}}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"response":{"transactionId":"String","transactionType":"String","amount":0,"currency":"String","transactionDate":"0001-01-01T00:00:00.0000000","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"}