/home/kueuepay/public_html/vendor/spatie/flare-client-php/src/Http/Exceptions/InvalidData.php
<?php

namespace Spatie\FlareClient\Http\Exceptions;

use Spatie\FlareClient\Http\Response;

class InvalidData extends BadResponseCode
{
    public static function getMessageForResponse(Response $response): string
    {
        return 'Invalid data found';
    }
}
Base URL

Base URL

The base URL for API requests is:

For SANDBOX Mode: https://www.kueuepay.com/index.php/api/v1/