Hi so I will be implementing a payment processing system for a a client that takes credit card details and sends them through authorize.net for verification. I have not used the service before but my team insisted on it and are looking at hiring professionals for setting up an account. I have seen examples using php but am trying to learn node but haven't found much good examples except for sample code within the documentation, I would really appreciate some feedback from anyone dealing with payments.
โ05-17-2022 11:43 PM
As your team mentioned, you should hire professionals. Kidding, sorry, couldn't resist. Be honestly, when it comes to handling sensitive data, I would offload as much as possible because you don't want to end up implementing something that leaves the business totally exposed to risk. My CC Pay
โ06-01-2022 08:42 PM