Skip to main content

How to make changes to name and other details on PAN card

Ever since the government made linking Aadhaar cards with PAN cards mandatory, people have been running about trying to get any mismatched information rectified. If the data on both cards do not match, it could lead to problems in the future.

Changing details on a PAN card can now be done online as well. Here is how to go about it:
The first thing to do is visit the National Securities Depository Limited’s (NSDL) website. Once here, click the drop down menu under Application type and select Changes or correction in existing PAN data/Reprint of PAN card. Fill in all the correct details, enter the captcha code to prove you are human and then hit Submit.


Once submission is over, the next step involves choosing how PAN documents should be submitted. The e-KYC option needs an Aadhaar card, the e-Sign option needs scanned images of the documents submitted or the documents can be physically sent to the nearest NSDL collection centre. Choose the most suitable option and hit Next.

Fill out the details on the next page carefully, especially ones marked with a red asterisk. All details should exactly match the ones on the Aadhaar card and select which field requires the appropriate correction.
The next step is filling in address details followed by uploading and submitting accepted proof of identity, age and address.

If the proof submitted is an Aadhaar card, then the Aadhaar number will have to be entered in order to proceed.

After hitting Submit, a preview of the application form will pop up. Verify all details, make any necessary changes and then proceed towards payment.



Payment

The processing fee is different for addresses within and outside India: Rs 110 from domestic addresses and Rs 1,020 for addresses outside the country.

Payment can be made through a demand draft, debit or credit cards or net banking.
A demand draft (if used) should be in favour of NSDL - PAN and payable at Mumbai.

After clicking Pay confirm, a page will appear indicating whether the transaction was successful or not. If yes, a transaction number and a bank reference number will be shown. Both should be saved and then choose Continue.

The next step will be authenticating via Aadhaar. Tick the box and then Authenticate.

If the personal details match those in the Aadhaar card, click Continue with e-Sign/e-KYC.

Generate OTP, enter it and then hit Submit.

The next page will feature the application as it was submitted. This can either be downloaded directly from the page or from the acknowledgement email.


The new PAN card will be printed and sent to the address provided.

This is the entire process on how to make changes to a PAN card to match it with the Aadhaar.



courtesy:Yahoo

Comments

Popular posts from this blog

SAP HANA In Memory Strategy

SAP HANA has many processes running on the SUSE Linux Server. SUSE Linux server manages the reservation of memory to all process. When SAP HANA starts up, Linux OS reserves memory for the program code, program stack, and static data. OS can dynamically reserve additional data memory upon request from the SAP HANA Server. SAP HANA create a memory pool for managing and tracking the consumption of memory. The memory pool is used to store all the in-memory data and system tables, thread stack, temporary computations and all other data structure required for managing the database. When more memory is required for table growth or temporary computations, the SAP HANA memory manager obtains this from the pool. For an overview, check out the Memory Overview feature of the SAP HANA studio. To access it, right-click on a System ->Configuration and Monitoring -> Open Memory Overview in the context menu, as follows:

SAP HANA Architecture

Data is compressed by different compression techniques (e.g. dictionary encoding, run length encoding, sparse encoding, cluster encoding, indirect encoding) in SAP HANA Column store. When main memory limit is reached in SAP HANA, the whole database objects (table, view,etc.) that are not used will be unloaded from the main memory and saved into the disk. These objects names are defined by application semantic and reloaded into main memory from the disk when required again. Under normal circumstances SAP HANA database manages unloading and loading of data automatically. However, the user can load and unload data from individual table manually by selecting a table in SAP HANA studio in respective Schema- by right-clicking and selecting the option "Unload/Load". SAP HANA Server consists of : Index Server Preprocessor Server Name Server Statistics Server XS Engine SAP HANA Index Server: SAP HANA Database Main server are index server. Detail of each server i...

SAP HANA Advantages

Below are advantages of SAP HANA - By In-Memory Technology user can explore and analyze all transaction and analytic data in real time from virtually any data source. Data can be aggregated from many sources. Real-time replication services can be used to access and replicate data from SAP ERP. SQL and MDX interface from third party support. It provides information modeling and design environment.