Skip to main content

Python CardScan API client

Project description

cardscan-client

The official python client for the CardScan API

Requirements.

Python 3.8+

Installation & Usage

pip install cardscan-client

Getting Started

Please follow the installation procedure and then run the following:

from cardscan_client.api_client import ApiClient
from cardscan_client.api.card_scan_api import CardScanApi
from cardscan_client.configuration import Configuration
from cardscan_client.exceptions import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://sandbox.cardscan.ai/v1
# See configuration.py for a list of all supported configuration parameters.

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure Bearer authorization: bearerAuth
configuration = Configuration(
    api_key=os.environ['API_KEY'],
    environment='sandbox'
)


def main():
    client = CardScanApi(api_client=ApiClient(configuration=configuration))

    try:
        api_response = client.full_scan(front_image_path="test/cards/front.jpg")

        pprint(api_response)
    except ApiException as e:
        print("Exception when calling FullScan->full_scan: %s\n" % e)


if __name__ == "__main__":
    main()

Documentation for API Endpoints

All URIs are relative to https://sandbox.cardscan.ai/v1

Class Method HTTP request Description
CardScanApi create_card POST /cards Creates a new card
CardScanApi create_eligibility POST /eligibility Create Eligibility Record
CardScanApi delete_card_by_id DELETE /cards/{card_id} Delete Card
CardScanApi direct_upload POST /cards/{card_id}/upload Direct Upload
CardScanApi generate_card_upload_url POST /cards/{card_id}/generate-upload-url Card - Generate Upload URL
CardScanApi generate_magic_link GET /generate-magic-link Generate Magic Link
CardScanApi generate_upload_url GET /generate-upload-url Generate an upload URL
CardScanApi get_access_token GET /access-token Access Token
CardScanApi get_card_by_id GET /cards/{card_id} Get Card by ID
CardScanApi get_eligibility_by_id GET /eligibility/{eligibility_id} Get Eligibility
CardScanApi get_scan_metadata GET /scans/{scan_id}/metadata Get Scan Metadata
CardScanApi list_cards GET /cards List Cards
CardScanApi list_eligibility GET /eligibility List Eligibility
CardScanApi search_cards GET /cards/search Search Cards (200) OK
CardScanApi validate_magic_link GET /validate-magic-link Validate Magic Link

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

bearerAuth

  • Type: Bearer authentication

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cardscan_client-0.12.0.tar.gz (103.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cardscan_client-0.12.0-py3-none-any.whl (324.4 kB view details)

Uploaded Python 3

File details

Details for the file cardscan_client-0.12.0.tar.gz.

File metadata

  • Download URL: cardscan_client-0.12.0.tar.gz
  • Upload date:
  • Size: 103.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.13.8 Darwin/23.3.0

File hashes

Hashes for cardscan_client-0.12.0.tar.gz
Algorithm Hash digest
SHA256 f76281ce95a8578f5900f276289c92573a7ec599b117e31cd96537bd4c9468ed
MD5 69f1b31427a442eef0c25f44e69dc6d2
BLAKE2b-256 09639b7c005ff05501bdc6a58df0ca780af7e9cdd43f0ef9fd8817f92b72e1a1

See more details on using hashes here.

File details

Details for the file cardscan_client-0.12.0-py3-none-any.whl.

File metadata

  • Download URL: cardscan_client-0.12.0-py3-none-any.whl
  • Upload date:
  • Size: 324.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.13.8 Darwin/23.3.0

File hashes

Hashes for cardscan_client-0.12.0-py3-none-any.whl
Algorithm Hash digest
SHA256 08f8e2b895059c547136c7caefcf7c43cf2eda4823fec5073075c15d7ddf21ad
MD5 982661d57405e1788a37b85dd1fbdc0c
BLAKE2b-256 f1cca9529dd2fb2b4957148cda44d8e6190230c38af9c13c8c5e002acb986b6d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page