Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 734 Bytes

validate.md

File metadata and controls

13 lines (8 loc) · 734 Bytes

Validate Credit Cards

After collecting and tokenizing payment data (credit cards) you might want to confirm that the credit card is still valid and can be charged at a later point in time.

To avoid fraudulent or invalid credit cards, PCI Proxy allows you to conduct card validity checks and validate collected credit cards by using the token.

The credit card is checked through Datatrans payment gateway against the card scheme networks and notifies if the credit card number is valid at that point in time.

How to start