Prepaid Solutions

Overview

With our prepaid solution, you can extend prepaid products to customers without constraints such as credit rating, income, or bank account ownership. The solution includes issuer, branch, corporate, or cardholder web-based portals, enabling effortless sales, maintenance, load, and card or customer lifecycle management. These features empower non-banked customers to manage their finances like seasoned professionals, making financial management more accessible and straightforward.

Activate prepaid cards

Users can activate prepaid cards when they are first issued or after they have been deactivated for any reason.

Check card balances

Users can check the balance on a prepaid card in real-time or on a scheduled basis.

View transaction history

Users can view a detailed record of all transactions made with a prepaid card, including the date, time, amount, and location of each transaction.

 
Version

LoanOnCall QuickCash

Status:

Production

Version:

V2

Product:

Prepaid Solutions

Loan on Call Quick Cash

Overview

The Quick Cash API is a powerful tool for payment processing companies that offer loan services. This API allows customers to apply for and receive loans quickly and easily, providing a convenient and hassle-free way to access credit when needed.

How It Works

The customer initiates a loan request through the payment processing company's website or mobile app, using the Loan On Call Quick Cash API. The payment processing company verifies the customer's identity and the details of the loan request, using industry-standard security measures to protect customer data and prevent fraud. If the loan request is approved, the payment processing company processes the loan, transferring the funds to the customer's account.

The customer is notified of the approved loan and can view the loan details, including the repayment terms, through the payment processing company's website or mobile app.

https://api-sandbox.network.global

LoanOnCall QuickCash

Status:

Production

Version:

V2

Product:

Prepaid Solutions
/SB/CardServices/Transaction/V2/LoanOnCallQuickCash
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
Authorization* requiredBearer xxxx* requiredstringAuthorization Header (Bearer Token)
Content-Type* requiredapplication/json* requiredstringContent Type

Node TypeTypeLengthDescription
currencystring4currency
amountstring20amount
descriptionstring4Description
transaction_ref_numberstring20Transaction Ref Number
override_optionsnumber_of_portions* string32No of portions
interest_rate* string32Interest Rate
fee_waive* string32Fee Waive
ad-hoc_fee_type* string32Adhoc Fee Type
ad-hoc_fee* string32Adhoc Fee
grace_period* string32Grace Period
free_period_number* string32Free Period Number
portion_amount* string32Portion Amount
allocate_interest_amount* string32Allocate Interest Amount

{
    "currency": "AED",
    "amount": "3000.00",
    "description": "Loan On Cash 270620221110",
    "transaction_ref_number": "11100521",
    "plan_number": "00166",
    "override_options": {
        "number_of_portions": "",
        "interest_rate": "10",
        "fee_waive": "N",
        "ad-hoc_fee_type": "F",
        "ad-hoc_fee": "20",
        "grace_period": "1",
        "free_period_number": "1",
        "portion_amount": "40000",
        "allocate_interest_amount": "1000"
    }
}

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

Node TypeTypeLengthDescription
currencystring4currency
amountstring20amount
descriptionstring4Description
transaction_ref_numberstring20Transaction Ref Number
override_optionsnumber_of_portions* string32No of portions
interest_rate* string32Interest Rate
fee_waive* string32Fee Waive
ad-hoc_fee_type* string32Adhoc Fee Type
ad-hoc_fee* string32Adhoc Fee
grace_period* string32Grace Period
free_period_number* string32Free Period Number
portion_amount* string32Portion Amount
allocate_interest_amount* string32Allocate Interest Amount

{
    "currency": "AED",
    "amount": "3000.00",
    "description": "Loan On Cash 270620221110",
    "transaction_ref_number": "11100521",
    "plan_number": "00166",
    "override_options": {
        "number_of_portions": "",
        "interest_rate": "10",
        "fee_waive": "N",
        "ad-hoc_fee_type": "F",
        "ad-hoc_fee": "20",
        "grace_period": "1",
        "free_period_number": "1",
        "portion_amount": "40000",
        "allocate_interest_amount": "1000"
    }
}

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