i working on website of has allow recurring payments. have been working different card transaction services before, time thingking of using credit card validator. bit confused how make end transaction, once have validated customers credit card , made sure legit. have use second card transaction method stripe, or there services made, of have implement , make recurring transactions after validation? know isn't coding question, wasn't able find real information on happens between validation , transaction.
for validation using 1 of many jquery validator plugins available.
you cannot validate credit-card on client-side using javascript. must implement server-side credit card validation, fake credit cards pass client-side validation can generated abusing luhn algorithm.
i recommend stripe. stripe make verification charge card (that isn't taken out of account, make sure exists , has money in it) in order validate it.
Comments
Post a Comment