PCI Vault Logo
Utility
GET /luhn Validate a Credit Card Against Luhn's Algorithm
PCI DSS Scope: N/A

Validate a credit card number against Luhn's Algorithm.

(query)

The credit card number to validate.

GET
https://api.pcivault.io/v1/luhn
# No Body
Response Code: 200 (example)
GET /passphrase Generate a Secure Passphrase
PCI DSS Scope: N/A

Generate a secure passphrase of at least 32 characters, using a cryptographically secure Random Number Generator (RNG).

(query)

The length of the passphrase to generate. The length will be clamped to a value 32 and 4096 inclusive.

GET
https://api.pcivault.io/v1/passphrase
# No Body
Response Code: 200 (example)