I write code to delete a file, just like: File logFile = new File(fileName); deleteSuccess = logFile.delete();
I want to check that the credit card number provided by customer to my site is valid or not for further transaction. for that i wand to only verify taht the CC no is valid or not by Paypal.