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

Introduction

  • Falcon Products
  • API Support
  • Glossary

Getting Started

  • Falcon Secure SDK
  • Installation
    • Android SDK
    • iOS SDK
  • SIM & Device Binding
    • Initiate Device Binding
    • Send Verification SMS
    • Check Binding Status
    • Making API Requests
  • Action Codes
  • Enterprise Onboarding
    • Fetch Bankwise Product Schemes
      • PRODUCT_SCHEME
  • User Onboarding
    • Validate User
      • CHECK_USER
    • Pre-fill Aadhar Data (Optional)
      • GET_USER_DATA
    • Perform Video KYC
      • V_KYC
    • Fetch cities by state
      • GET_STATE_LIST
  • Account Opening
    • FD Calculator
      • FD_CALCULATOR
    • Initiate FD Application
      • INITIATE_FD_APPLICATION
    • Validate Bank Account
      • PENNY_DROP
  • Payment
    • Fetch Available Payment Options
      • PAYMENT_OPTIONS
    • Initiate Payment
      • INITIATE_PAYMENT
    • Validate VPA (Optional)
      • VALIDATE_VPA
    • Fetch Payment / Booking Status
      • GET_FD_STATUS
  • Account Management
    • Fetch User Details
      • GET_USER_DETAILS
    • Fetch all FDs for a User
      • GET_USER_PRODUCTS
    • Fetch Account Details
      • GET_ACCOUNT_DETAILS
    • Update Nominee
      • UPDATE_NOMINEE
  • Account Closure
    • Pre-Closure Simulator
      • PRE_CLOSURE_INQUIRY
    • Initiate Closure
      • CLOSURE_INITIATE
    • Confirm Closure
      • CLOSURE_CONFIRM
Powered by 

Action Codes

Suggest Edits

An action code denotes the request to send to Falcon's backend. Each action code has it's specified payload which is documented in the following pages. The payload for an action must be sent in the payloadfield of the request()function call.

Updated almost 2 years ago