created using SlimPhp , SallaApp / ZATCA and Symfony Validator
composer install
php -S localhost:8000 -t .
this service requires 5 parameters in the request
POST / HTTP/1.1
Content-Type: application/json
Accept: application/json # or text/html for qr code rendered image
Request-Body:
{
"SellerName": "test seller",
"taxRecord": "123456cas",
"bookingDate": "2021-12-31 04:31 PM",
"total": 55.25,
"vat": 7.20
}