API to fetch a PAN List on the basis of Mobile Number

API to fetch last 3 years MCA details and Audited Details like P&L , Balance Sheet, Cash Flow Statement

API to fetch last 3 years ITR details for proprietorship and partnership

OTP Flow IF possible

Username and Password flow otherwise

API to fetch Data from Accounting softwares like Zoho Books and Tally of last 3 years

Invoices

Ledgers

Balance Sheet

P & L Statement

Cash Flow Statement

Account Aggregator Flow with GST same consent in the same OTP flow if possible

If not then AA Flow of last 3 years with OTP consent

GST flow where we get last 3 years data of GSTR-1 with all customers and suppliers data

Cross Statement Analyzer for GST, BSA and MCA/ITR

E-Nach/E-Mandate

Hi @sarah1,

Based on the information provided, it seems you are looking to integrate with multiple financial services and accounting software to fetch various types of financial data. While I can provide guidance on how to use Tally with Pipedream, for the other services you mentioned (MCA, ITR, Zoho Books, Account Aggregator Flow, GST, etc.), I would need to know if Pipedream supports integrations with those specific services or APIs.

For Tally, Pipedream offers pre-built actions that you can use to fetch data without writing code. Here’s how you can use the Tally integration to get data:

Fetching Data from Tally

To fetch data from Tally, such as invoices, ledgers, balance sheets, P&L statements, and cash flow statements, you can use the pre-built actions provided by Pipedream. Here’s a step-by-step guide:

  1. Search for the Tally app from the Pipedream step menu.
  2. Select the action you need, such as “Get Forms” or “Get Form Fields”.
  3. Connect your Tally account by authorizing Pipedream to access your Tally data.
  4. Configure the action by selecting the specific form or fields you want to retrieve.
  5. Test the action to ensure it’s working correctly and returning the expected data.

For example, to get forms from Tally, you can use the “Get Forms” action:

1. Search for the Tally app from the step menu.
2. Select the Get Forms action.
3. Connect your Tally account.
4. At the bottom of the step, click Test to run the action and test the configuration.

For other services like MCA, ITR, Zoho Books, Account Aggregator Flow, GST, and Cross Statement Analyzer, you would typically need to use their respective APIs to fetch the data. If Pipedream supports these services, you would find them under the Pipedream Apps directory. If you don’t find a pre-built integration for a service, you can make HTTP requests to the service’s API using Pipedream’s built-in axios module.

For OTP and username/password flows, you would need to implement the authentication flow as required by the respective service’s API. This often involves handling OAuth tokens or session cookies.

For Account Aggregator Flow and GST data, if these are available through an API and
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double check my answers and code! Learn how to build your own.