Transactions

Overview

Our user transaction services also include a wide range of payment options, such as credit and debit cards, e-wallets, and bank transfers, which allows you to choose the most convenient payment method for you. Our platform also supports multiple currencies, which allows you to make international transactions with ease.

We also provide added security features, such as multi-factor authentication, to ensure that your transactions are protected from fraud. Our user transaction services are also fully compliant with all local and international regulations, such as PCI DSS, which ensures that your transactions are processed in a secure and compliant manner.

Version

LoanOnCall QuickCash

Status:

Production

Version:

V2

Category:

Transactions

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

Category:

Transactions
/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

How It Works

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