Funding to Funding Account Transfer (used for Funding Account Transfer API)

Funding Account to Funding Acount Transfer Event

{
  "source_funding_account": {
    "txn_id": "ent_c7f5a1c560dc49c79f7ca818b91b8e0d",
    "balance": 998800,
    "currency": "INR",
    "funding_account_id": "acc_fcdeecdc3368400095e551c25c6db834"
  },
  "target_funding_account": {
    "txn_id": "ent_fcbd2cf90fc64cbe9203044b09d8edeb",
    "balance": 1200,
    "currency": "INR",
    "funding_account_id": "acc_3ece8d8d05964632a9e371421b6989c0"
  }
}

Details of the Response Data:

Field Name

Description

source_funding_account

This key will give the details of Source Account from where the debit is happening

target_funding_account

This key will give the details of Target Account from where the credit is happening

Field Name

Data Type

Required (O/M)

Description

txn_id

String

M

Entry Id of the transaction

balance

Numeric

M

Balance of the account

currency

String

M

Currency Alpha Code for Balance

funding_account_id

String

M

-

Last updated