/home/kueuepay/public_html/vendor/stella-maris/clock/composer.json
{
	"name": "stella-maris/clock",
	"description": "A pre-release of the proposed PSR-20 Clock-Interface",
	"keywords": [
		"clock",
		"psr20",
		"datetime",
		"point in time"
	],
	"homepage": "https://gitlab.com/stella-maris/clock",
	"license": "MIT",
	"authors": [
		{
			"name": "Andreas Heigl",
			"role": "Maintainer"
		}
	],
	"require": {
		"php": "^7.0|^8.0",
		"psr/clock": "^1.0"
	},
	"autoload": {
		"psr-4": {
			"StellaMaris\\Clock\\": "src"
		}
	}
}
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"
}