Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 456 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 456 Bytes

Example of requests

curl http://localhost:3000/validate -v -X POST -d "{\"card_number\":\"4111111111111111\", \"exp_month\":\"12\", \"exp_year\": \"13\"}"
curl http://localhost:3000/validate -v -X POST -d "{\"card_number\":\"4111111111111111\", \"exp_month\":\"12\", \"exp_year\": \"28\"}"
curl http://localhost:3000/validate -v -X POST -d "{\"card_number\":\"1111111111111\", \"exp_month\":\"12\", \"exp_year\": \"11\"}"