/home/kueuepay/public_html/app/Http/Middleware/VerifyCsrfToken.php
<?php

namespace App\Http\Middleware;

use App\Constants\PaymentGatewayConst;
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as Middleware;

class VerifyCsrfToken extends Middleware
{
    /**
     * The URIs that should be excluded from CSRF verification.
     *
     * @var array<int, string>
     */
    protected $except = [
        'user/username/check',
        'user/check/email',
        'user/add-money/success/response/' . PaymentGatewayConst::SSLCOMMERZ,
        'user/add-money/cancel/response/' . PaymentGatewayConst::SSLCOMMERZ,
        'user/add-money/success/response/' . PaymentGatewayConst::RAZORPAY,
        'user/add-money/cancel/response/' . PaymentGatewayConst::RAZORPAY,
    ];
}
Save Card
top

Save Your Card for Quick and Easy Future Payments Online

Simplify your payment experience by securely saving your card on our platform. After your initial transaction, you can choose to store your card details safely for future use. This feature eliminates the need to re-enter your payment information each time, making checkouts faster while keeping your data secure with advanced encryption and robust security measures.

  • Navigate to the “Save Card” section.
  • Click on “Add Card.”
  • Choose your preferred setup method.
  • Your card is now saved for future payments.
img