/home/kueuepay/public_html/database/seeders/Admin/CardMethodGatewaySeeder.php
<?php

namespace Database\Seeders\Admin;

use App\Models\Admin\CardMethodGateway;
use Illuminate\Database\Seeder;

class CardMethodGatewaySeeder extends Seeder
{
    /**
     * Run the database seeds.
     *
     * @return void
     */
    public function run()
    {
        $card_method_gateway        = array(
            array('admin_id' => '1','slug' => 'stripe','name' => 'Stripe','image' => 'seeder/stripe.webp','credentials' => '{"publishable_key":"pk_test_51NECrlJXLo7QTdMco2E4YxHSeoBnDvKmmi0CZl3hxjGgH1JwgcLVUF3ZR0yFraoRgT7hf0LtOReFADhShAZqTNuB003PnBSlGP","secret_key":"sk_test_51NECrlJXLo7QTdMc2x7K5LaDuiS0MGNYHkO9dzzV0Y9XuWNZsXjECFsusjZEnqtxMIjCh3qtogc5sHHwL2oQ083900aFy1k7DE"}','status' => true,'created_at' => '2024-02-07 15:05:05','updated_at' => '2024-02-07 15:05:05'),
        );

        CardMethodGateway::insert($card_method_gateway);
    }
}
Transfer Money
top

Effortless and Secure Money Transfers

Our transfer system provides a seamless and secure way to move your funds. Enjoy a straightforward process with top-notch security features, ensuring that sending money to friends, family, or businesses is both quick and worry-free. Experience smooth transactions with confidence, knowing that your security is our highest priority.

  • Access the Transfer Section: Open the transfer section on our website or app.
  • Choose a Recipient: Select the recipient from your contacts or manually enter their details.
  • Enter the Amount: Specify the amount you want to transfer.
  • Authorize the Transfer: Confirm the transaction using your PIN or biometric authentication.
  • Receive Confirmation: Get a confirmation message indicating that your transfer was successful.
img