API Documentation - EasilyPay CC Checker API

Example Request

GET /https://easilypay.co.uk/source/capture.php?lista=376745760610069|01|2026|477 HTTP/1.1
Example Response

{
    "cardNumber": "376745760610069",
    "expirationDate": {
        "month": "01",
        "year": "2026"
    },
    "cvv": "477",
    "binDetails": {
        "brand": "AMERICAN EXPRESS",
        "country": "US",
        "country_name": "UNITED STATES",
        "country_flag": "\ud83c\uddfa\ud83c\uddf8",
        "country_currencies": [
            "USD",
            "USN",
            "USS"
        ],
        "bank": "AMERICAN EXPRESS",
        "level": "OPEN CHARGE",
        "type": "CREDIT",
        "bin_api": "EasilyPay"
    },
    "isValid": true
}
Response Description
  • cardNumber: The card number provided in the request.
  • expirationDate: Object containing month and year of card expiration.
  • cvv: The CVV number provided in the request.
  • binDetails: Object containing details about the card's BIN (Bank Identification Number).
  • isValid: Boolean indicating if the card information is valid.