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

GetDictionariesMCC

Status:

Production

Version:

V2

Product:

Credit Solutions

This service will be used to get all available MCC Groups available for a given FI, with the option to get related MCC codes by sending include_code = true and the option to filter on: MCC Group: this can be specific MCC group code, or list of MCC group codes comma separated (ex: C,U).

/dictionaries/mcc

GetDictionariesMCC

Status:

Production

Version:

V2

Product:

Credit Solutions
/dictionaries/mcc
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_mccgroup_namestring50MCC Group Name
group_codestring50MCC Group Code
mcc_listcode* requiredstring4MCC Code
name* requiredstring255MCC Name

{
    "dictionaries_mcc": {
        "group_name": "Entertainment",
        "group_code": "ENTERTAINMENT",
        "mcc_list": [
            {
                "code": "7996",
                "name": "7996 Amusement Parks,circuses"
            }
        ]
    }
}

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