Debit Solutions

Overview

Our one-stop, centralised solution for Debit Card processing is designed to provide you with a seamless and secure payment experience. Whether you are a small business or a large enterprise, our solution is cost-effective, easily configurable and scalable to meet your specific needs.

With our Debit Card processing solution, you can easily accept payments from your customers and enjoy faster access to your funds. Our platform supports all major debit card networks, so you can accept payments from customers regardless of their bank.

Version

Get Product Dictionary

Status:

Production

Version:

V2

Product:

Credit Solutions

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

Product:

Credit Solutions
/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