/home/kueuepay/public_html/app/Constants/CardConst.php
<?php

namespace App\Constants;


class CardConst{
    const CREDIT        = "Credit";
    const PAYPAL        = "Paypal";

    const DEFAULT       = 1;
    const OPTIONAL      = 0;

    const TEST          = "Test";
    const LIVE          = "Live";
}
Base URL

Base URL

The base URL for API requests is:

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