Jump to Content
Falcon FS
HomeGuidesRecipesAPI Reference
Log InFalcon FS
Guides
Log In
HomeGuidesRecipesAPI Reference

Introduction

  • Savings Accounts Overview
    • Falcon Savings Account API Offering
  • API Support
  • Glossary

Getting Started

  • Falcon Dive - Quick Start
  • Platform Guidelines
  • Best Practices
  • Platform Environments
  • Authentication
  • Versioning
  • Developer Onboarding
  • Integration, Testing & Deployment
  • Request/Response
  • First API Call
  • Falcon Device Binding SDK
  • Falcon Secure SDK
    • Initiate Device Binding
    • Send Verification SMS
    • Check Binding Status
    • Making API Requests
    • Action Codes
    • CHECK_USER
    • CREATE_USER
    • GET_USER_DATA
    • ADD_SAVING_ACCOUNT
    • GET_SAVING_ACCOUNT_DETAILS
    • GET_SAVING_ACCOUNT_BALANCE
    • V_KYC
    • GET_STATE_LIST
    • GET_TRANSACTION_STATEMENT
    • TRANSACTION_STATUS
    • INITIATE_FUND_TRANSFER
    • CONFIRM_FUND_TRANSFER
    • ADD_BENEFICIARY
    • EDIT_BENEFICIARY
    • GET_BENEFICIARY_LIST
    • GET_USER_PRODUCTS

API References

  • User
  • Accounts
  • Card
  • Fund Transfers
  • Enterprise
Powered by 

TRANSACTION_STATUS

Suggest Edits

This API is used to get the transaction status of NEFT/IMPS fund transfers.

Request

    payload: {
       "transactionType" : "NEFT",
        "stanNumber":"040724412431",
        "transactionID":"000003825915",
        "transactionDate":"2024-09-11T10:12:38Z"
    }

Response

{
    "headers": {},
    "body": {
        "status": "SUCCESS"
    },
    "statusCode": "OK",
    "statusCodeValue": 200
}

Updated about 1 year ago


  • Table of Contents
    • Request
    • Response