VB6 / Bond APIs / simulate authorization
Back to Collection Items
' This example assumes the Chilkat API to have been previously unlocked.
' See Global Unlock Sample for sample code.
Dim http As New ChilkatHttp
Dim success As Long
' Use this online tool to generate code from sample JSON: Generate Code to Create JSON
' The following JSON is sent in the request body.
' {
' "card_id": "{{card_id}}",
' "amount": "4.99",
' "currency": "USD",
' "merchant_name": "Amazon.com Amzn.com/billWAUSA",
' "merchant_city": "Amzn.com/bill",
' "merchant_state": "WA",
' "merchant_zip_code": "98109",
' "mcc": "5462",
' "mid": "987654321"
' }
Dim json As New ChilkatJsonObject
success = json.UpdateString("card_id","{{card_id}}")
success = json.UpdateString("amount","4.99")
success = json.UpdateString("currency","USD")
success = json.UpdateString("merchant_name","Amazon.com Amzn.com/billWAUSA")
success = json.UpdateString("merchant_city","Amzn.com/bill")
success = json.UpdateString("merchant_state","WA")
success = json.UpdateString("merchant_zip_code","98109")
success = json.UpdateString("mcc","5462")
success = json.UpdateString("mid","987654321")
http.SetRequestHeader "Content-Type","application/json"
http.SetRequestHeader "Authorization","{{authorization}}"
http.SetRequestHeader "Identity","{{identity}}"
Dim resp As ChilkatHttpResponse
Set resp = http.PostJson3("https://{{environment}}.bond.tech/api/v0/simulate/authorization","application/json",json)
If (http.LastMethodSuccess = 0) Then
Debug.Print http.LastErrorText
Exit Sub
End If
Debug.Print resp.StatusCode
Debug.Print resp.BodyStr
Curl Command
curl -X POST
-H "Content-Type: application/json"
-H "Authorization: {{authorization}}"
-H "Identity: {{identity}}"
-d '{
"card_id": "{{card_id}}",
"amount": "4.99",
"currency": "USD",
"merchant_name": "Amazon.com Amzn.com/billWAUSA",
"merchant_city": "Amzn.com/bill",
"merchant_state": "WA",
"merchant_zip_code": "98109",
"mcc": "5462",
"mid": "987654321"
}'
https://{{environment}}.bond.tech/api/v0/simulate/authorization
Postman Collection Item JSON
{
"name": "simulate authorization",
"event": [
{
"listen": "test",
"script": {
"exec": [
"var jsonData = pm.response.json();",
"pm.collectionVariables.set(\"transaction_id\", jsonData.transaction_id)"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "Authorization",
"type": "text",
"value": "{{authorization}}"
},
{
"key": "Identity",
"type": "text",
"value": "{{identity}}"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"card_id\": \"{{card_id}}\",\n \"amount\": \"4.99\",\n \"currency\": \"USD\",\n \"merchant_name\": \"Amazon.com Amzn.com/billWAUSA\",\n \"merchant_city\": \"Amzn.com/bill\",\n \"merchant_state\": \"WA\",\n \"merchant_zip_code\": \"98109\",\n \"mcc\": \"5462\",\n \"mid\": \"987654321\"\n}"
},
"url": {
"raw": "https://{{environment}}.bond.tech/api/v0/simulate/authorization",
"protocol": "https",
"host": [
"{{environment}}",
"bond",
"tech"
],
"path": [
"api",
"v0",
"simulate",
"authorization"
]
},
"description": "Add Card financial Core"
},
"response": [
{
"name": "simulate transaction",
"originalRequest": {
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "Authorization",
"type": "text",
"value": "{{authorization}}"
},
{
"key": "Identity",
"type": "text",
"value": "{{identity}}"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://sandbox.prod2.prod.bond.tech/api/v0/simulate",
"protocol": "https",
"host": [
"sandbox",
"prod2",
"prod",
"bond",
"tech"
],
"path": [
"api",
"v0",
"simulate"
]
}
},
"_postman_previewlanguage": "json",
"header": null,
"cookie": [
],
"body": "{\n \"rewards\": null,\n \"transaction_type\": \"POS Purchase\",\n \"transaction_time\": \"2021-08-03 16:45:55\",\n \"customer_id\": \"b06d5406-7b65-4921-8806-bad23dd88bad\",\n \"merchant_state\": \"WA\",\n \"bond_brand_id\": \"00000000-0000-0000-0000-000000000000\",\n \"payment_rail\": \"card\",\n \"transaction_id\": \"6600347602\",\n \"origin_timestamp\": \"2021-08-03 16:45:55\",\n \"merchant_zip_code\": \"98109\",\n \"merchant_name\": \"Amazon.Com Amzn.Com/Billwausa Usa\",\n \"new_balance\": \"919.01\",\n \"merchant_city\": \"Amzn.com/bill\",\n \"account_id\": \"0bebf64a-a74b-42f4-9af9-8e5ac7b07cf4\",\n \"amount\": \"-4.99\",\n \"date_updated\": \"2021-08-03 16:45:55.447672+00:00\",\n \"original_transaction_id\": null,\n \"exchange_rate\": null,\n \"transaction_state\": \"pending\",\n \"merchant_address\": null,\n \"amount_in_cents\": \"-499\",\n \"merchant_id\": null,\n \"prior_balance\": \"919.01\",\n \"fee\": null,\n \"cardholder_presence_indicator\": null,\n \"card_id\": \"39ea1302-9228-4a70-a370-ebb527827aca\",\n \"merchant_country\": null,\n \"rewards_rate\": null,\n \"transaction_response_code\": null,\n \"acquiring_institution_identification_code\": null,\n \"raw_statement_descriptor\": \"Amazon.com Amzn.com/billWAUSA USA\",\n \"currency_code\": \"USD\",\n \"settled_date\": \"2021-08-03 16:45:55\",\n \"mcc\": \"Bakeries\",\n \"uuid\": \"145e0a6b-beff-4b68-9fcc-05bef2c9b6dd\",\n \"date_created\": \"2021-08-03 16:45:55.447665+00:00\"\n}"
}
]
}