Quote:
Originally Posted by 0check
Yes , checker also give you the auth code results.
https://0check.io/api/doc- for more information
I have attached an example.
Code:
|
Example Response
{
"is_complete": true,
"total_items": 3,
"valid_count": 1,
"dead_count": 1,
"error_count": 1,
"validate_url": "/validate/CHECK_ID",
"results": [
{
"cc_num": "4366181846630026",
"cc_month": 11,
"cc_year": 26,
"cc_cvv": "579",
"response_code": "00",
"response_text": "Approved",
"status": "valid",
"price": 0.25
},
{
"cc_num": "4111111111111111",
"cc_month": 10,
"cc_year": 28,
"cc_cvv": "123",
"response_code": "05",
"response_text": "Do not honor",
"status": "dead",
"price": 0.25
},
{
"cc_num": "4242424242424242",
"cc_month": 5,
"cc_year": 27,
"cc_cvv": "n/a",
"response_code": "L2",
"response_text": "Failed to parse card (invalid format)",
"status": "error",
"price": 0.00
}
]
}
Send me your contact jabber in pm plz.