Table of contents

Create current account

This API allows you to generate a personalized link for opening a current account. This API is designed for all types of business. For individual and sole proprietor businesses, you will receive a link to which you can redirect the end user for account opening. For Pvt Ltd, Partnership, LLP, OPC and others, will get personalized physical onboarding experience from the bank.

  • URL: https://api.bulkpe.in/client/generateCurrentAcLink
  • Method: POST
  • Content-Type: application/json
  • Authorization: please refer to the Authorization Page.
  • Method: POST
  • Content-Type: application/json
  • Request Sample:
{ "businessType": "Individual", "businessName": "Test", "directorName": "Test User", "businessAddress": "TEst Address", "pinCode": "620001", "phone": "9090909090", "email": "[email protected]", "pan": "AVTPH1234Q" }

businessType

  • "Individual"
  • "Sole Proprietor"
  • "Private Limited"
  • "LLP"
  • "Partnership"
  • "OPC"

For businessType "Individual" and "Sole Proprietor," the other parameters are not mandatory.

{ "status": true, "statusCode": 200, "data": { "link": "https://supernova.axisbank.com/current-account/?utm_medium=&utm_campaign=&cta=BULKPE_Partner&label=BULKPE&utm_source=&utm_term=&utm_content=113" }, "message": "" }