ballerinax/bintable Ballerina library

1.5.1

Overview

This is a generated connector from BINTable API v1 OpenAPI Specification.

The BINTable database has a large dataset of card Issuer identification number (IIN) sometimes referred to as the Bank Identification Number (BIN) information. More about the BINTable API can be find at BINTable

This module supports BINTable API version v1.

Prerequisites

Before using this connector in your Ballerina application, complete the following:

Quickstart

To use the BINTable connector in your Ballerina application, update the .bal file as follows:

Step 1: Import connector

First, import the ballerinax/bintable module into the Ballerina project.

Copy
import ballerinax/bintable;

Step 2: Create a new connector instance

You can now intantiate the client.

Copy
intable:Client bintableClient = check new;

Step 3: Invoke an operation

  1. Now you can use the operations available within the connector. Following code demonstrate how to check for BIN code.
Copy
bintable:ResponseItem balanceLookup = check bintableClient->binLookup("<BIN code>", "<API_Key>");
  1. Use bal run command to compile and run the Ballerina program.

Import

import ballerinax/bintable;Copy

Metadata

Released date: 12 months ago

Version: 1.5.1

License: Apache-2.0


Compatibility

Platform: any

Ballerina version: 2201.4.1

GraalVM compatible: Yes


Pull count

Total: 1

Current verison: 0


Weekly downloads


Source repository


Keywords

Business Intelligence/Analytics

Cost/Free


Contributors

Other versions

See more...