Table of content

Overview

Card-Credit-Service is a service designed to manage the entire process of verifying eligibility, registering, and issuing credit cards. This service provides a suite of APIs that support everything from checking customer information to calculating fees and issuing new credit cards.

Why Use These APIs?

Eligibility check and customer verification: Ensure the customer is eligible for a credit card and does not already own one.

Credit card application and issuance: Handle the credit card application process and proceed with card issuance.

Fee inquiry related to credit card services: Provide the customer with information on fees before applying for the card.

Key Features

Credit Card Eligibility and Verification

  • POST /check-existing-credit-card : Verifies if the customer already possesses a credit card and assesses the customer's eligibility to open a credit card (based on credit score, income, CIF status, etc.).

Credit Card Application and Issuance

  • POST /create-credit-card: Creates an initial credit card application record.

Credit Card Fee Management

  • POST /get-fee-amount: Retrieves the various fees related to the credit card, including application fees, annual fees, and other associated charges.