TicketUserServices

<back to all web services

BorgunTest3DGetMultiTokenRequest

Requires Authentication
Requires the role:AdminRequires the permission:ReadData
The following routes are available for this service:
POST/borgunTest3D/Token/SingleTest 3D
BorgunTest3DGetMultiTokenRequest Parameters:
NameParameterData TypeRequiredDescription
RequestbodyBorgunTokenMultiRequestNo
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
BorgunTest3DGetMultiTokenResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseformBorgunTokenMultiResponseNo
StatusCodeformintNo
MessageformstringNo
ForcedPathformstringNo
ForcedJSONRequestformstringNo
JSONRequestformstringNo
JSONResponseformstringNo
RequestPathformstringNo
RequestSentformstringNo
RequestReceivedformstringNo
BorgunTokenMultiResponse Parameters:
NameParameterData TypeRequiredDescription
StatusCodeformintNo
TokenformBorgunTokenMultiInfoNo
UriformstringNo
MessageformstringNo
BorgunTokenMultiInfo Parameters:
NameParameterData TypeRequiredDescription
VirtualNumberformstringNo
TokenformstringNo
PANformstringNo
ExpYearformstringNo
ExpMonthformstringNo
EnabledformboolNo
VerifyCardResultformBorgunVerifyCardResultNo
MetadataformBorgunMetadataNo
BorgunVerifyCardResult Parameters:
NameParameterData TypeRequiredDescription
TransactionIdformstringNo
ActionCodeformstringNo

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 /borgunTest3D/Token/Single HTTP/1.1 
Host: stubbur-autoupdates-live.smartnewapis.com 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"request":{"pan":"String","expMonth":"String","expYear":"String","verifyCard":{"checkAmount":0,"currency":"String","cvc":"String"},"metadata":{"payload":"String"}},"forcedPath":"String","forcedJSONRequest":"String","skipBorgunCall":false}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"response":{"statusCode":0,"token":{"virtualNumber":"String","token":"String","pan":"String","expYear":"String","expMonth":"String","enabled":false,"verifyCardResult":{"transactionId":"String","actionCode":"String"},"metadata":{"payload":"String"}},"uri":"String","message":"String"},"statusCode":0,"message":"String","forcedPath":"String","forcedJSONRequest":"String","jsonRequest":"String","jsonResponse":"String","requestPath":"String","requestSent":"String","requestReceived":"String"}