<?php
namespace App\Constants;
class CardConst{
const CREDIT = "Credit";
const PAYPAL = "Paypal";
const DEFAULT = 1;
const OPTIONAL = 0;
const TEST = "Test";
const LIVE = "Live";
}
Before you begin integrating the Kueue Pay Developer API, make sure you have: