Virtual Account Transfer ( formerly known as Funding Load & Unload )

Virtual Account Transfer ( formerly known as Funding Load/Unload)

Approved - 
{
    "account_id": "acc_b126010f72584472bde2834874616c3d",
    "account_type": "Prepaid",
    "balances": [
        {
            "balance": 6000000,
            "currency": "INR"
        }
    ],
    "entry_id": "ent_73f22e1656e7470aaea8c5e913eff268",
    "load_id": "lva_4a75384747e9450d892a96a17e910639",
    "sender_name": "ONKAR ASHOK",
    "status": "Success",
    "txn_amount": 1000000,
    "txn_currency": {
        "alpha_code": "INR",
        "numeric_code": 356
    },
    "txn_date": "2023-01-19T06:57:54Z",
    "txn_indicator": "Credit",
    "txn_log_id": "txn_e0563708355d4c94b6e8761cfa3368f2",
    "txn_type": "LOAD",
    "virtual_acc_number": "VAPAY4AMNP209275"
}


In-Hold
{
    "load_id": "lva_4f23d4ac25214ed7ad209cb7a29d7019",
    "balances": null,
    "entry_id": "",
    "account_id": "acc_b126010f72584472bde2834874616c3d",
    "account_type": "Prepaid",
    "txn_log_id": "",
    "txn_date": "",
    "txn_indicator": "",
    "txn_type": "",
    "txn_amount": 0,
    "txn_currency": {
        "alpha_code": "INR",
        "numeric_code": 356
    },
    "sender_name": "ONKAR ASHOK",
    "status": "In-Hold",
    "virtual_acc_number": "VAPAY4AMNP209275"
}


Refunded - 
{
    "account_id": "acc_b126010f72584472bde2834874616c3d",
    "account_type": "Prepaid",
    "balances": null,
    "entry_id": "",
    "load_id": "lva_4f23d4ac25214ed7ad209cb7a29d7019",
    "sender_name": "ONKAR ASHOK",
    "status": "Refunded",
    "txn_amount": 0,
    "txn_currency": {
        "alpha_code": "INR",
        "numeric_code": 356
    },
    "txn_date": "",
    "txn_indicator": "",
    "txn_log_id": "",
    "txn_type": "",
    "virtual_acc_number": "VAPAY4AMNP209275"
}

Fraud - 
{
    "account_id": "acc_b126010f72584472bde2834874616c3d",
    "account_type": "Prepaid",
    "balances": null,
    "entry_id": "",
    "load_id": "lva_efb9b6fee4d04f7693ff190bd242ed3b",
    "sender_name": "ONKAR ASHOK",
    "status": "Fraud",
    "txn_amount": 0,
    "txn_currency": {
        "alpha_code": "INR",
        "numeric_code": 356
    },
    "txn_date": "",
    "txn_indicator": "",
    "txn_log_id": "",
    "txn_type": "",
    "virtual_acc_number": "VAPAY4AMNP209275"
}

Field-Name

DataType

Required(O/M)

Description

entry_id

String

M

Unique reference to the entry of the transaction

txn_log_id

String

M

Unique reference to the transaction

account_id

String

M

Account Id of the user

account_type

String

M

Type of Account. Limit/PrePaid/Funding

txn_indicator

String

M

Define Credit or Debit

txn_type

String

M

Refer below for more details

txn_date

String

M

Transaction Date time stamp

txn_amount

Numeric

M

Transaction Amount

txn_currency

Dict

M

Contains the detail of Currency

balances

List

M

Balance of the Account

meta_detail

Dict

O

Only come in case, Virtual Account Transfer happening on Limit Account. This dict will contain the entry id, account id and account type of Source of Fund Account Id

status

String

M

Status of the virtual account transfer. successful: The virtual account transfer was successful. In-Hold (comes in case name_check_enabled is enabled): The sender's account name and the virtual account's user name match was less than 80%. Such loads will be on hold until our ops team would manually verify and action it. Fraud: When the In-hold transfer's are found to be fraduadelent, our ops team would action this as fraduelent transaction. Refunded: If the stuck loads are refunded, this status will be received.

sender name

String

M

Sender's name of the transaction

virtual account number

String

M

Virtual account number of the users.

Last updated