I'm thinking to build a payment application that will capture the credit card information from the application and use HTTPS POST(3rd party payment gateway) to perform the credit card transaction.
Since this application is capturing the credit card information so do I need to make the application to be PCI compliant? If yes, how to do it?
Thanks.