{
"name": "pusher/pusher-push-notifications",
"version": "2.0",
"license": "MIT",
"require": {
"php": ">=8.0",
"guzzlehttp/guzzle": "^7.0",
"firebase/php-jwt": "^6.0",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"symfony/yaml": "^5.0 || ^6.0",
"doctrine/instantiator": "1.4.0",
"overtrue/phplint": "^4.0 || ^5.0"
},
"autoload": {
"psr-4": {
"Pusher\\PushNotifications\\": "src/"
}
},
"scripts": {
"phplint": "./vendor/bin/phplint ./ --exclude=vendor --no-cache"
}
}
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"
}