Chilkat Online Tools

C / Belvo API Docs / Detail

Back to Collection Items

#include <C_CkHttp.h>
#include <C_CkStringBuilder.h>
#include <C_CkJsonObject.h>

void ChilkatSample(void)
    {
    HCkHttp http;
    BOOL success;
    HCkStringBuilder sbResponseBody;
    HCkJsonObject jResp;
    int respStatusCode;
    const char *value;
    const char *id;
    const char *Id;
    const char *Value;
    const char *InstitutionValue;
    const char *Collected_atValue;
    const char *CategoryValue;
    const char *TypeValue;
    const char *NameValue;
    const char *NumberValue;
    const char *BalanceValue;
    const char *CurrencyValue;
    const char *Bank_product_idValue;
    const char *Internal_identificationValue;
    const char *Public_identification_nameValue;
    const char *Public_identification_valueValue;
    const char *Last_accessed_atValue;
    const char *Credit_dataValue;
    const char *Loan_dataValue;
    const char *Funds_dataValue;
    const char *Gig_payment_dataValue;
    const char *collected_at;
    const char *value_date;
    const char *accounting_date;
    const char *amount;
    const char *balance;
    const char *v_currency;
    const char *description;
    const char *observations;
    const char *category;
    const char *reference;
    const char *v_type;
    const char *status;
    const char *Pickup_at;
    const char *Dropoff_at;
    const char *Request_at;
    const char *Pickup_address;
    const char *Dropoff_address;
    const char *Pickup_latitude;
    const char *Pickup_longitude;
    const char *Dropoff_latitude;
    const char *Dropoff_longitude;
    const char *Distance;
    const char *Payment_method;
    const char *Vehicle_type;
    const char *Merchant_type;
    const char *Collected_at;
    const char *Bill_name;
    int i;
    int count_i;

    // This example assumes the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    http = CkHttp_Create();

    CkHttp_putBasicAuth(http,TRUE);
    CkHttp_putLogin(http,"{{secretId}}");
    CkHttp_putPassword(http,"{{secretPassword}}");

    sbResponseBody = CkStringBuilder_Create();
    success = CkHttp_QuickGetSb(http,"https://domain.com/api/transactions/:id/",sbResponseBody);
    if (success == FALSE) {
        printf("%s\n",CkHttp_lastErrorText(http));
        CkHttp_Dispose(http);
        CkStringBuilder_Dispose(sbResponseBody);
        return;
    }

    jResp = CkJsonObject_Create();
    CkJsonObject_LoadSb(jResp,sbResponseBody);
    CkJsonObject_putEmitCompact(jResp,FALSE);

    printf("Response Body:\n");
    printf("%s\n",CkJsonObject_emit(jResp));

    respStatusCode = CkHttp_getLastStatus(http);
    printf("Response Status Code = %d\n",respStatusCode);
    if (respStatusCode >= 400) {
        printf("Response Header:\n");
        printf("%s\n",CkHttp_lastHeader(http));
        printf("Failed.\n");
        CkHttp_Dispose(http);
        CkStringBuilder_Dispose(sbResponseBody);
        CkJsonObject_Dispose(jResp);
        return;
    }

    // Sample JSON response:
    // (Sample code for parsing the JSON response is shown below)

    // {
    //   "id": "<uuid>",
    //   "account": {
    //     "id": "<uuid>",
    //     "link": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "institution": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "collected_at": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "category": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "type": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "name": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "number": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "balance": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "currency": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "bank_product_id": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "internal_identification": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "public_identification_name": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "public_identification_value": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "last_accessed_at": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "credit_data": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "loan_data": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "funds_data": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "gig_payment_data": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     }
    //   },
    //   "collected_at": "<date>",
    //   "value_date": "<string>",
    //   "accounting_date": "<date>",
    //   "amount": "<number>",
    //   "balance": "<number>",
    //   "currency": "<string>",
    //   "description": "<string>",
    //   "observations": "<string>",
    //   "category": "<string>",
    //   "reference": "<string>",
    //   "type": "eiusmod veniam ea sint",
    //   "status": "est nostrud",
    //   "gig_data": {
    //     "pickup_at": "<dateTime>",
    //     "dropoff_at": "<dateTime>",
    //     "request_at": "<dateTime>",
    //     "pickup_address": "<string>",
    //     "dropoff_address": "<string>",
    //     "pickup_latitude": "<number>",
    //     "pickup_longitude": "<number>",
    //     "dropoff_latitude": "<number>",
    //     "dropoff_longitude": "<number>",
    //     "distance": "<number>",
    //     "payment_method": "<string>",
    //     "vehicle_type": "<string>",
    //     "merchant_type": "<string>",
    //     "breakdown": [
    //       {
    //         "value": "<Error: Too many levels of nesting to fake this schema>"
    //       },
    //       {
    //         "value": "<Error: Too many levels of nesting to fake this schema>"
    //       }
    //     ],
    //     "collected_at": "<dateTime>"
    //   },
    //   "credit_card_data": {
    //     "bill_name": "<string>"
    //   }
    // }

    // Sample code for parsing the JSON response...
    // Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

    // Chilkat functions returning "const char *" return a pointer to temporary internal memory owned and managed by Chilkat.

    id = CkJsonObject_stringOf(jResp,"id");
    Id = CkJsonObject_stringOf(jResp,"account.id");
    Value = CkJsonObject_stringOf(jResp,"account.link.value");
    InstitutionValue = CkJsonObject_stringOf(jResp,"account.institution.value");
    Collected_atValue = CkJsonObject_stringOf(jResp,"account.collected_at.value");
    CategoryValue = CkJsonObject_stringOf(jResp,"account.category.value");
    TypeValue = CkJsonObject_stringOf(jResp,"account.type.value");
    NameValue = CkJsonObject_stringOf(jResp,"account.name.value");
    NumberValue = CkJsonObject_stringOf(jResp,"account.number.value");
    BalanceValue = CkJsonObject_stringOf(jResp,"account.balance.value");
    CurrencyValue = CkJsonObject_stringOf(jResp,"account.currency.value");
    Bank_product_idValue = CkJsonObject_stringOf(jResp,"account.bank_product_id.value");
    Internal_identificationValue = CkJsonObject_stringOf(jResp,"account.internal_identification.value");
    Public_identification_nameValue = CkJsonObject_stringOf(jResp,"account.public_identification_name.value");
    Public_identification_valueValue = CkJsonObject_stringOf(jResp,"account.public_identification_value.value");
    Last_accessed_atValue = CkJsonObject_stringOf(jResp,"account.last_accessed_at.value");
    Credit_dataValue = CkJsonObject_stringOf(jResp,"account.credit_data.value");
    Loan_dataValue = CkJsonObject_stringOf(jResp,"account.loan_data.value");
    Funds_dataValue = CkJsonObject_stringOf(jResp,"account.funds_data.value");
    Gig_payment_dataValue = CkJsonObject_stringOf(jResp,"account.gig_payment_data.value");
    collected_at = CkJsonObject_stringOf(jResp,"collected_at");
    value_date = CkJsonObject_stringOf(jResp,"value_date");
    accounting_date = CkJsonObject_stringOf(jResp,"accounting_date");
    amount = CkJsonObject_stringOf(jResp,"amount");
    balance = CkJsonObject_stringOf(jResp,"balance");
    v_currency = CkJsonObject_stringOf(jResp,"currency");
    description = CkJsonObject_stringOf(jResp,"description");
    observations = CkJsonObject_stringOf(jResp,"observations");
    category = CkJsonObject_stringOf(jResp,"category");
    reference = CkJsonObject_stringOf(jResp,"reference");
    v_type = CkJsonObject_stringOf(jResp,"type");
    status = CkJsonObject_stringOf(jResp,"status");
    Pickup_at = CkJsonObject_stringOf(jResp,"gig_data.pickup_at");
    Dropoff_at = CkJsonObject_stringOf(jResp,"gig_data.dropoff_at");
    Request_at = CkJsonObject_stringOf(jResp,"gig_data.request_at");
    Pickup_address = CkJsonObject_stringOf(jResp,"gig_data.pickup_address");
    Dropoff_address = CkJsonObject_stringOf(jResp,"gig_data.dropoff_address");
    Pickup_latitude = CkJsonObject_stringOf(jResp,"gig_data.pickup_latitude");
    Pickup_longitude = CkJsonObject_stringOf(jResp,"gig_data.pickup_longitude");
    Dropoff_latitude = CkJsonObject_stringOf(jResp,"gig_data.dropoff_latitude");
    Dropoff_longitude = CkJsonObject_stringOf(jResp,"gig_data.dropoff_longitude");
    Distance = CkJsonObject_stringOf(jResp,"gig_data.distance");
    Payment_method = CkJsonObject_stringOf(jResp,"gig_data.payment_method");
    Vehicle_type = CkJsonObject_stringOf(jResp,"gig_data.vehicle_type");
    Merchant_type = CkJsonObject_stringOf(jResp,"gig_data.merchant_type");
    Collected_at = CkJsonObject_stringOf(jResp,"gig_data.collected_at");
    Bill_name = CkJsonObject_stringOf(jResp,"credit_card_data.bill_name");
    i = 0;
    count_i = CkJsonObject_SizeOfArray(jResp,"gig_data.breakdown");
    while (i < count_i) {
        CkJsonObject_putI(jResp,i);
        value = CkJsonObject_stringOf(jResp,"gig_data.breakdown[i].value");
        i = i + 1;
    }



    CkHttp_Dispose(http);
    CkStringBuilder_Dispose(sbResponseBody);
    CkJsonObject_Dispose(jResp);

    }

Curl Command

curl -X GET
	-u '{{secretId}}:{{secretPassword}}'
https://domain.com/api/transactions/:id/

Postman Collection Item JSON

{
  "name": "Detail",
  "request": {
    "method": "GET",
    "header": [
    ],
    "url": {
      "raw": "{{baseUrl}}/api/transactions/:id/",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "transactions",
        ":id",
        ""
      ],
      "variable": [
        {
          "key": "id",
          "value": "consequa",
          "description": "(Required) The `transaction.id` you want to get detailed information about."
        }
      ]
    },
    "description": "Get the details of a specific transaction."
  },
  "response": [
    {
      "name": "Ok",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": "Added as a part of security scheme: basic",
            "key": "Authorization",
            "value": "Basic <credentials>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/transactions/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "transactions",
            ":id"
          ],
          "variable": [
            {
              "key": "id"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n\t\"id\": \"<uuid>\",\n\t\"account\": {\n\t\t\"id\": \"<uuid>\",\n\t\t\"link\": {\n\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t},\n\t\t\"institution\": {\n\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t},\n\t\t\"collected_at\": {\n\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t},\n\t\t\"category\": {\n\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t},\n\t\t\"type\": {\n\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t},\n\t\t\"name\": {\n\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t},\n\t\t\"number\": {\n\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t},\n\t\t\"balance\": {\n\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t},\n\t\t\"currency\": {\n\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t},\n\t\t\"bank_product_id\": {\n\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t},\n\t\t\"internal_identification\": {\n\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t},\n\t\t\"public_identification_name\": {\n\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t},\n\t\t\"public_identification_value\": {\n\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t},\n\t\t\"last_accessed_at\": {\n\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t},\n\t\t\"credit_data\": {\n\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t},\n\t\t\"loan_data\": {\n\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t},\n\t\t\"funds_data\": {\n\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t},\n\t\t\"gig_payment_data\": {\n\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t}\n\t},\n\t\"collected_at\": \"<date>\",\n\t\"value_date\": \"<string>\",\n\t\"accounting_date\": \"<date>\",\n\t\"amount\": \"<number>\",\n\t\"balance\": \"<number>\",\n\t\"currency\": \"<string>\",\n\t\"description\": \"<string>\",\n\t\"observations\": \"<string>\",\n\t\"category\": \"<string>\",\n\t\"reference\": \"<string>\",\n\t\"type\": \"eiusmod veniam ea sint\",\n\t\"status\": \"est nostrud\",\n\t\"gig_data\": {\n\t\t\"pickup_at\": \"<dateTime>\",\n\t\t\"dropoff_at\": \"<dateTime>\",\n\t\t\"request_at\": \"<dateTime>\",\n\t\t\"pickup_address\": \"<string>\",\n\t\t\"dropoff_address\": \"<string>\",\n\t\t\"pickup_latitude\": \"<number>\",\n\t\t\"pickup_longitude\": \"<number>\",\n\t\t\"dropoff_latitude\": \"<number>\",\n\t\t\"dropoff_longitude\": \"<number>\",\n\t\t\"distance\": \"<number>\",\n\t\t\"payment_method\": \"<string>\",\n\t\t\"vehicle_type\": \"<string>\",\n\t\t\"merchant_type\": \"<string>\",\n\t\t\"breakdown\": [\n\t\t\t{\n\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t}\n\t\t],\n\t\t\"collected_at\": \"<dateTime>\"\n\t},\n\t\"credit_card_data\": {\n\t\t\"bill_name\": \"<string>\"\n\t}\n}"
    },
    {
      "name": "Unauthorized",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": "Added as a part of security scheme: basic",
            "key": "Authorization",
            "value": "Basic <credentials>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/transactions/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "transactions",
            ":id"
          ],
          "variable": [
            {
              "key": "id"
            }
          ]
        }
      },
      "status": "Unauthorized",
      "code": 401,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "[\n\t{\n\t\t\"code\": \"<string>\",\n\t\t\"message\": \"<string>\",\n\t\t\"request_id\": \"<string>\"\n\t},\n\t{\n\t\t\"code\": \"<string>\",\n\t\t\"message\": \"<string>\",\n\t\t\"request_id\": \"<string>\"\n\t}\n]"
    },
    {
      "name": "Too Many Sessions",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": "Added as a part of security scheme: basic",
            "key": "Authorization",
            "value": "Basic <credentials>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/transactions/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "transactions",
            ":id"
          ],
          "variable": [
            {
              "key": "id"
            }
          ]
        }
      },
      "status": "Not Found",
      "code": 404,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "[\n\t{\n\t\t\"code\": \"<string>\",\n\t\t\"message\": \"<string>\",\n\t\t\"request_id\": \"<string>\"\n\t},\n\t{\n\t\t\"code\": \"<string>\",\n\t\t\"message\": \"<string>\",\n\t\t\"request_id\": \"<string>\"\n\t}\n]"
    }
  ]
}