## Authentication
Merchant Order Pulling API must authenticate requests by JWT Tokens.
The API must check Tokens Payload as follows:
1. **jti** identifier must be unique for every request in a 120 seconds window
2. **iat** identifier must be no more than 120 seconds in past and no more than 5 seconds in future
3. **exp** identifier must not exceed request income time.
4. The token must be signed with a valid secret key.
Example to check Request JWT Token
```php
use MerchantOP\OrderPullingManager;
$secret = 'QWA8Ff34/!{5q