@extends('admin.layout') @section('content')
@csrf
Paypal
@csrf
@php $paypalInfo = json_decode($paypal->information, true); // dd($paypalInfo); @endphp
@if ($errors->has('client_id'))

{{$errors->first('client_id')}}

@endif
@if ($errors->has('client_secret'))

{{$errors->first('client_secret')}}

@endif
@csrf
Stripe
@csrf @php $stripeInfo = json_decode($stripe->information, true); // dd($stripeInfo); @endphp
@if ($errors->has('key'))

{{$errors->first('key')}}

@endif
@if ($errors->has('secret'))

{{$errors->first('secret')}}

@endif
@csrf
Paytm
@csrf @php $paytmInfo = json_decode($paytm->information, true); // dd($paytmInfo); @endphp
@if ($errors->has('secret'))

{{$errors->first('secret')}}

@endif
@if ($errors->has('merchant'))

{{$errors->first('merchant')}}

@endif
@if ($errors->has('website'))

{{$errors->first('website')}}

@endif
@if ($errors->has('industry'))

{{$errors->first('industry')}}

@endif
@csrf
Instamojo
@csrf @php $instamojoInfo = json_decode($instamojo->information, true); // dd($instamojoInfo); @endphp
@if ($errors->has('key'))

{{$errors->first('key')}}

@endif
@if ($errors->has('token'))

{{$errors->first('token')}}

@endif
@csrf
Paystack
@csrf @php $paystackInfo = json_decode($paystack->information, true); // dd($paystackInfo); @endphp
@if ($errors->has('key'))

{{$errors->first('key')}}

@endif
@csrf
Flutterwave
@csrf @php $flutterwaveInfo = json_decode($flutterwave->information, true); // dd($flutterwaveInfo); @endphp
@if ($errors->has('public_key'))

{{$errors->first('public_key')}}

@endif
@if ($errors->has('secret_key'))

{{$errors->first('secret_key')}}

@endif
@csrf
Mollie Payment
@csrf @php $mollieInfo = json_decode($mollie->information, true); // dd($mollieInfo); @endphp
@if ($errors->has('key'))

{{$errors->first('key')}}

@endif
@csrf
Razorpay
@csrf @php $razorpayInfo = json_decode($razorpay->information, true); // dd($razorpayInfo); @endphp
@if ($errors->has('key'))

{{$errors->first('key')}}

@endif
@if ($errors->has('secret'))

{{$errors->first('secret')}}

@endif
@csrf
Mercadopago
@csrf @php $mercadopagoInfo = json_decode($mercadopago->information, true); // dd($mercadopagoInfo); @endphp
@if ($errors->has('token'))

{{$errors->first('token')}}

@endif
@csrf
{{ __('Midtrans') }}
@if ($errors->has('midtrans_status'))

{{ $errors->first('midtrans_status') }}

@endif
@php $midtransInfo = json_decode($midtrans->information, true); @endphp
@if ($errors->has('mindtrans_test_mode'))

{{ $errors->first('mindtrans_test_mode') }}

@endif
@if ($errors->has('midtrans_server_key'))

{{ $errors->first('midtrans_server_key') }}

@endif
{{-- Perfect Money Information --}}
@csrf
{{ __('Perfect Money') }}
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
@php $perfect_moneyInfo = json_decode($perfect_money->information, true); @endphp
@if ($errors->has('perfect_money_wallet_id'))

{{ $errors->first('perfect_money_wallet_id') }}

@endif

{{ __('You will get wallet id form here') }}

https://prnt.sc/bM3LqLXBduaq
@csrf
{{ __('Paytabs') }}
@if ($errors->has('paytabs_status'))

{{ $errors->first('paytabs_status') }}

@endif
@php $paytabsInfo = json_decode($paytabs->information, true); @endphp
@if ($errors->has('country'))

{{ $errors->first('country') }}

@endif
@if ($errors->has('profile_id'))

{{ $errors->first('profile_id') }}

@endif
@if ($errors->has('server_key'))

{{ $errors->first('server_key') }}

@endif
@if ($errors->has('api_endpoint'))

{{ $errors->first('api_endpoint') }}

@endif

{{ __("You will get 'API Endpoint' from here.") }} https://prnt.sc/McaCbxt75fyi, https://prnt.sc/DgztAyHVR2o8

{{-- iyzico --}}
@csrf
{{ __('Iyzico') }}
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
@php $iyzicoInfo = json_decode($iyzico->information, true); @endphp
@if ($errors->has('iyzico_sandbox_status'))

{{ $errors->first('iyzico_sandbox_status') }}

@endif
@if ($errors->has('api_key'))

{{ $errors->first('api_key') }}

@endif
@if ($errors->has('secret_key'))

{{ $errors->first('secret_key') }}

@endif

Cron Job Command : curl -sS {{ url('/') }}/check-payment

If you don't set cron job then the Iyzico payment method will not be work

@csrf
{{ __('Toyyibpay') }}
@if ($errors->has('toyyibpay_status'))

{{ $errors->first('toyyibpay_status') }}

@endif
@php $toyyibpayInfo = json_decode($toyyibpay->information, true); @endphp
@if ($errors->has('toyyibpay_sandbox_status'))

{{ $errors->first('toyyibpay_sandbox_status') }}

@endif
@if ($errors->has('toyyibpay_secret_key'))

{{ $errors->first('toyyibpay_secret_key') }}

@endif
@if ($errors->has('category_code'))

{{ $errors->first('category_code') }}

@endif
@csrf
{{ __('Phonepe') }}
@if ($errors->has('phonepe_status'))

{{ $errors->first('phonepe_status') }}

@endif
@php $phonepeInfo = json_decode($phonepe->information, true); @endphp
@if ($errors->has('phonepe_sandbox_status'))

{{ $errors->first('phonepe_sandbox_status') }}

@endif
@if ($errors->has('phonepe_merchant_id'))

{{ $errors->first('phonepe_merchant_id') }}

@endif
@if ($errors->has('salt_key'))

{{ $errors->first('salt_key') }}

@endif
@if ($errors->has('salt_index'))

{{ $errors->first('salt_index') }}

@endif
@csrf
{{ __('Myfatoorah') }}
@if ($errors->has('myfatoorah_status'))

{{ $errors->first('myfatoorah_status') }}

@endif
@php $myfatoorahInfo = json_decode($myfatoorah->information, true); @endphp
@if ($errors->has('myfatoorah_sandbox_status'))

{{ $errors->first('myfatoorah_sandbox_status') }}

@endif
@if ($errors->has('token'))

{{ $errors->first('token') }}

@endif
@csrf
{{ __('Xendit') }}
@if ($errors->has('xendit_status'))

{{ $errors->first('xendit_status') }}

@endif
@php $xenditInfo = json_decode($xendit->information, true); @endphp
@if ($errors->has('secret_api_key'))

{{ $errors->first('secret_api_key') }}

@endif
{{-- yoco Information --}}
@csrf
{{ __('Yoco') }}
@if ($errors->has('yoco_status'))

{{ $errors->first('yoco_status') }}

@endif
@php $yocoInfo = json_decode($yoco->information, true); @endphp
@if ($errors->has('yoco_secret_key'))

{{ $errors->first('yoco_secret_key') }}

@endif
@endsection