Card Services

Overview

Our card services support multiple card types, including Visa, MasterCard, American Express, and Discover, as well as other popular payment methods like Apple Pay and Google Pay. You can also set up recurring payments for your customers, making it easy for them to make regular payments without having to enter their card information every time.Our advanced fraud detection and prevention features use machine learning algorithms to help identify and prevent fraudulent transactions. We also provide detailed reporting and analytics, allowing you to track and analyze payment data and make data-driven decisions.

We also offer multi-currency support, which allows you to accept payments from customers in different parts of the world. And with our 24/7 customer support, you can always count on us to help you resolve any issues related to our card services.Our card services are also fully compliant with all local and international regulations, such as PCI DSS, so you can be confident that you're accepting payments in a secure and compliant manner.

Version

Get Product Dictionary

Status:

Production

Version:

V2

Category:

Card Services

This service will be used to get all products for a given FI, with the option to filter on Product Contract (Account|Card).

https://api-sandbox.network.global

Get Product Dictionary

Status:

Production

Version:

V2

Category:

Card Services
/dictionaries/products
curl --location --request POST '#{PARAM_URL}' --header 'Authorization: Bearer {{ access_token }}' {custom_headers} --data-raw '#{JSON_PAYLOAD}'
curl --location --request GET 'https://api-sandbox.network.global/v1/tokenkc/generate' \--data-raw '#{JSON_PAYLOAD}'
curl --location --request POST 'https://api-sandbox.network.global/v1/tokenkc/generate' \--data-raw '#{JSON_PAYLOAD}'

Node Child Node Type Length Description
Unique-Reference-Code* true* truestring
Financial-Id* true* truestring
Channel-Id* true* truestring

Node Child Node Type Length Description
Content-Typeapplication/jsonstringContent Type

Node TypeTypeLengthDescription
dictionaries_productcode* requiredstring50Product code
currency* requiredstring3Product currency
parentProductCodestring50Parent product code used for corporate and multi-currency products
shortCodestring3product short code example: 001
name* requiredstring100Product name
cardBrand* requiredstring4product brand Visa, MC
productCategorystring20Product category PREPAID,CREDIT,DEBIT,MULTICURRENCY
productType* requiredstring20Product type Commercial, Consume
levelstring1level used for corporate products
productContract* requiredstring20product contract Account, Card

{
    "dictionaries_product": {
        "code": "982_AED_007_A",
        "currency": "AED",
        "parentProductCode": "",
        "shortCode": "007",
        "name": "982-PM AED MC Platinum",
        "cardBrand": "MC",
        "productCategory": "CREDIT",
        "productType": "Consume",
        "level": "",
        "productContract": "Account"
    }
}

Code Description
200Sample Description
400Bad Request
401Unauthorized
403Forbidden
500Internal Server Error
502Bad gateway
503Scheduled Maintenance
504Gateway Timeout
596Service Not Found

How It Works

Follow the steps below. For more details, read the Quick Start Guide.