This simple library will validate and identify credit cards.
Requirements:
1- Copy the OfflineCreditCardValidator.xml and OfflineCreditCardValidator.jar to your additional libraries directory.
Usage:
You can use this library to pre-screen credit cards.
NOTE: This library only verifies that the credit card number is valid not if the credit card is authentic.
Requirements:
1- Copy the OfflineCreditCardValidator.xml and OfflineCreditCardValidator.jar to your additional libraries directory.
Usage:
B4X:
'Initialize the library:
Dim cCard As OfflineCreditCardValidator
cCard.Initialize
'Enter a credit card number to verify:
Msgbox(cCard.Validate("4556752115663680"), "")
You can use this library to pre-screen credit cards.
NOTE: This library only verifies that the credit card number is valid not if the credit card is authentic.
Attachments
Last edited: