Extend/Withdraw and Load/Unload Event

Extend/Withdraw and Load/Unload Event

{
 "rrn": "20191211091805784772",
 "status": 200,
 "data": {
 "entry_id": "ent_123456123456",
 "txn_log_id": "txn_123456123456",
 "account_id": "acc_123456123456",
 "card_id": "",
 "user_id":"",
 "txn_indicator": "Credit",
 "txn_date": "2019-11-18T07:16:16Z",
 "txn_type": "EXTEND_LIMIT",
 "txn_status": "0",
 "stan": "",
 "aid": "",
 "mid": "",
 "terminal_id": "",
 "auth_code": "",
 "rrn": "20191211091805784772",
 "channel": "",
 "merchant": "",
 "mcc": "",
 "remarks": "",
 "txn_amount": 200000,
 "txn_currency": {
 "alpha_code": "INR",
 "numeric_code": 356
 },
 "acquiring_amount": 200000,
 "acquiring_currency": {
 "alpha_code": "INR",
 "numeric_code": 356
 },
 "target_account_balance": [
 {
 "currency": "INR", "balance": 204996
 }
 ],
 "funding_account_balance": [
 {
 "currency": "INR",
 "balance": 978592}
 }
 ],
 },
}

Field Name

Data Type

Required (O/M)

Description

account_id

String

M

Account Id of the user

acquiring_amount

Numeric

M

Transaction’s Acquiring Amount

acquiring_currency

String

M

Transaction’s Acquiring Currency

aid

String

O

Acquirer Id

auth_code

String

O

Authorization Code

card_id

String

M

Reference to the card

channel

String

O

Mode of the transaction (POS, ATM, ECOM)

entry_id

String

M

Unique reference to the entry of the transaction

funding_account_balance

List

O

-

mcc

String

O

Merchant category code

merchant

String

O

Merchant Name

mid

String

O

Merchant Id

remarks

String

O

-

rrn

String

M

Retrieval Reference Number

stan

String

O

-

target_account_balance

List

O

-

terminal_id

String

O

Terminal Id

txn_amount

Numeric

M

Transaction Amount

txn_currency

String

M

Transaction Currency

txn_date

String

M

Transaction Date time stamp

txn_indicator

String

M

Define Credit or Debit

txn_log_id

String

M

Unique reference to the transaction

txn_status

String

M

Status of the transaction. 0 = Success Rest all = failure for various reasons

txn_type

String

M

Refer below for more details

user_id

String

O

User Id of the Card Holder

PS - Optional Parameter (O) may or may not come depending upon the Transaction type & Response

Different types of txn_type for this event:

txn_type

Description

txn_indicator

EXTEND_LIMIT

This txn_type is created when you fire the Extend Limit API

Credit

WITHDRAW_LIMIT

This txn_type is created when you fire the Withdraw Limit API

Debit

LOAD

This txn_type is created when you fire the Account Load API

Credit

UNLOAD

This txn_type is created when you fire the Account Unload API

Debit

Last updated