Chilkat Online Tools

Classic ASP / GP-API Collection / TRA_2.6 CP CONTACTLESS CHIP

Back to Collection Items

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<%
' This example assumes the Chilkat API to have been previously unlocked.
' See Global Unlock Sample for sample code.

set http = Server.CreateObject("Chilkat_9_5_0.Http")

' Use this online tool to generate code from sample JSON: Generate Code to Create JSON

' The following JSON is sent in the request body.

' {
'   "account_name": "{{acc_name}}",
'   "channel": "CP",
'   "capture_mode": "LATER",
'   "type": "SALE",
'   "amount": "12000",
'   "currency": "USD",
'   "reference": "My-Sale-EMV-CHIP-1234345345",
'   "country": "US",
'   "payment_method": {
'     "entry_mode": "CONTACTLESS_CHIP",
'     "card": {
'       "track": ";4761739001010036=25122011184404889?",
'       "tag": "9F4005F000F0A0019F02060000000025009F03060000000000009F2608D90A06501B48564E82027C005F3401019F360200029F0702FF009F0802008C9F0902008C9F34030403029F2701809F0D05F0400088009F0E0508000000009F0F05F0400098005F280208409F390105FFC605DC4000A800FFC7050010000000FFC805DC4004F8009F3303E0B8C89F1A0208409F350122950500000080005F2A0208409A031409109B02E8009F21030811539C01009F37045EED3A8E4F07A00000000310109F0607A00000000310108407A00000000310109F100706010A03A400029F410400000001"
'     }
'   }
' }

set json = Server.CreateObject("Chilkat_9_5_0.JsonObject")
success = json.UpdateString("account_name","{{acc_name}}")
success = json.UpdateString("channel","CP")
success = json.UpdateString("capture_mode","LATER")
success = json.UpdateString("type","SALE")
success = json.UpdateString("amount","12000")
success = json.UpdateString("currency","USD")
success = json.UpdateString("reference","My-Sale-EMV-CHIP-1234345345")
success = json.UpdateString("country","US")
success = json.UpdateString("payment_method.entry_mode","CONTACTLESS_CHIP")
success = json.UpdateString("payment_method.card.track",";4761739001010036=25122011184404889?")
success = json.UpdateString("payment_method.card.tag","9F4005F000F0A0019F02060000000025009F03060000000000009F2608D90A06501B48564E82027C005F3401019F360200029F0702FF009F0802008C9F0902008C9F34030403029F2701809F0D05F0400088009F0E0508000000009F0F05F0400098005F280208409F390105FFC605DC4000A800FFC7050010000000FFC805DC4004F8009F3303E0B8C89F1A0208409F350122950500000080005F2A0208409A031409109B02E8009F21030811539C01009F37045EED3A8E4F07A00000000310109F0607A00000000310108407A00000000310109F100706010A03A400029F410400000001")

http.SetRequestHeader "Content-Type","application/json"
http.SetRequestHeader "X-GP-Version","{{version}}"
' Adds the "Authorization: Bearer {{token}}" header.
http.AuthToken = "{{token}}"
http.SetRequestHeader "Accept","application/json"

' resp is a Chilkat_9_5_0.HttpResponse
Set resp = http.PostJson3("https://{{url}}/ucp/transactions","application/json",json)
If (http.LastMethodSuccess = 0) Then
    Response.Write "<pre>" & Server.HTMLEncode( http.LastErrorText) & "</pre>"
    Response.End
End If

Response.Write "<pre>" & Server.HTMLEncode( resp.StatusCode) & "</pre>"
Response.Write "<pre>" & Server.HTMLEncode( resp.BodyStr) & "</pre>"


%>
</body>
</html>

Curl Command

curl -X POST
	-H "Content-Type: application/json"
	-H "Authorization: Bearer {{token}}"
	-H "Accept: application/json"
	-H "X-GP-Version: {{version}}"
	-d '{
    "account_name":"{{acc_name}}",
    "channel": "CP",
    "capture_mode": "LATER",
    "type": "SALE",
    "amount": "12000",
    "currency": "USD",
    "reference": "My-Sale-EMV-CHIP-1234345345",
    "country": "US",
    "payment_method": {
        "entry_mode": "CONTACTLESS_CHIP",
        "card": {
        	
             "track": ";4761739001010036=25122011184404889?",
             "tag": "9F4005F000F0A0019F02060000000025009F03060000000000009F2608D90A06501B48564E82027C005F3401019F360200029F0702FF009F0802008C9F0902008C9F34030403029F2701809F0D05F0400088009F0E0508000000009F0F05F0400098005F280208409F390105FFC605DC4000A800FFC7050010000000FFC805DC4004F8009F3303E0B8C89F1A0208409F350122950500000080005F2A0208409A031409109B02E8009F21030811539C01009F37045EED3A8E4F07A00000000310109F0607A00000000310108407A00000000310109F100706010A03A400029F410400000001"
    	}
   }
}'
https://{{url}}/ucp/transactions

Postman Collection Item JSON

{
  "name": "TRA_2.6 CP CONTACTLESS CHIP",
  "request": {
    "method": "POST",
    "header": [
      {
        "key": "Content-Type",
        "value": "application/json"
      },
      {
        "key": "Authorization",
        "value": "Bearer {{token}}"
      },
      {
        "key": "Accept",
        "value": "application/json"
      },
      {
        "key": "X-GP-Version",
        "value": "{{version}}"
      }
    ],
    "body": {
      "mode": "raw",
      "raw": "{\n    \"account_name\":\"{{acc_name}}\",\n    \"channel\": \"CP\",\n    \"capture_mode\": \"LATER\",\n    \"type\": \"SALE\",\n    \"amount\": \"12000\",\n    \"currency\": \"USD\",\n    \"reference\": \"My-Sale-EMV-CHIP-1234345345\",\n    \"country\": \"US\",\n    \"payment_method\": {\n        \"entry_mode\": \"CONTACTLESS_CHIP\",\n        \"card\": {\n        \t\n             \"track\": \";4761739001010036=25122011184404889?\",\n             \"tag\": \"9F4005F000F0A0019F02060000000025009F03060000000000009F2608D90A06501B48564E82027C005F3401019F360200029F0702FF009F0802008C9F0902008C9F34030403029F2701809F0D05F0400088009F0E0508000000009F0F05F0400098005F280208409F390105FFC605DC4000A800FFC7050010000000FFC805DC4004F8009F3303E0B8C89F1A0208409F350122950500000080005F2A0208409A031409109B02E8009F21030811539C01009F37045EED3A8E4F07A00000000310109F0607A00000000310108407A00000000310109F100706010A03A400029F410400000001\"\n    \t}\n   }\n}\n"
    },
    "url": {
      "raw": "https://{{url}}/ucp/transactions",
      "protocol": "https",
      "host": [
        "{{url}}"
      ],
      "path": [
        "ucp",
        "transactions"
      ]
    }
  },
  "response": [
  ]
}