/home/kueuepay/public_html/vendor/jaybizzle/crawler-detect/composer.json
{
    "name": "jaybizzle/crawler-detect",
    "type": "library",
    "description": "CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent",
    "keywords": ["crawler", "crawler detect", "crawler detector", "crawlerdetect", "php crawler detect"],
    "homepage": "https://github.com/JayBizzle/Crawler-Detect/",
    "license": "MIT",
    "authors": [
        {
            "name": "Mark Beech",
            "email": "m@rkbee.ch",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.3.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8|^5.5|^6.5|^9.4"
    },
    "autoload": {
        "psr-4": {
            "Jaybizzle\\CrawlerDetect\\": "src/"
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit"
    }
}
Check Payment

Check Payment Status

Checks the status of a payment.

            
                
**Response: SUCCESS (200 OK)**
{
 "message": {
 "success": [
  "Success"
 ]
},
"data": {
 "token": "2zMRmT3KeYT2BWMAyGhqEfuw4tOYOfGXKeyKqehZ8mF1E35hMwE69gPpyo3e",
 "trx_id": "CP44657864",
 "payer": {
  "username": "testuser",
  "email": "user@appdevs.net"
 }
 "status": "Test",
},
"type": "success"
}