@extends('backend.layout') @section('content')
{{-- paystack --}}
@csrf
{{ __('Paystack') }}
@if ($errors->has('paystack_status'))

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

@endif
@php $paystackInfo = json_decode($paystack->information, true); @endphp
@if ($errors->has('paystack_key'))

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

@endif
{{-- Mollie --}}
@csrf
{{ __('Mollie') }}
@if ($errors->has('mollie_status'))

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

@endif
@php $mollieInfo = json_decode($mollie->information, true); @endphp
@if ($errors->has('mollie_key'))

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

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

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

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

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

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

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

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

{{ $errors->first('secret_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
{{-- Flutterwave --}}
@csrf
{{ __('Flutterwave') }}
@if ($errors->has('flutterwave_status'))

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

@endif
@php $flutterwaveInfo = json_decode($flutterwave->information, true); @endphp
@if ($errors->has('flutterwave_public_key'))

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

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

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

@endif
{{-- Razorpay --}}
@csrf
{{ __('Razorpay') }}
@if ($errors->has('razorpay_status'))

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

@endif
@php $razorpayInfo = json_decode($razorpay->information, true); @endphp
@if ($errors->has('razorpay_key'))

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

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

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

@endif
{{-- MercadoPago --}}
@csrf
{{ __('MercadoPago') }}
@if ($errors->has('mercadopago_status'))

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

@endif
@php $mercadopagoInfo = json_decode($mercadopago->information, true); @endphp
@if ($errors->has('mercadopago_sandbox_status'))

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

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

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

@endif
{{-- Stripe --}}
@csrf
{{ __('Stripe') }}
@if ($errors->has('stripe_status'))

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

@endif
@php $stripeInfo = json_decode($stripe->information, true); @endphp
@if ($errors->has('stripe_key'))

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

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

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

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

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

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

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

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

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

@endif

Your Success URL :
{{ url('/') }}/event-booking/bank-notify

Your Cancel URL :
{{ url('/') }}/midtrans/cancel

Set these URLs in Midtrans Dashboard like this :
https://prnt.sc/OiucUCeYJIXo

{{-- myfatoorah Information --}}
@csrf
{{ __('MyFatoorah') }}
@if ($errors->has('status'))

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

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

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

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

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

@endif
{{-- Paypal --}}
@csrf
{{ __('Paypal') }}
@if ($errors->has('paypal_status'))

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

@endif
@php $paypalInfo = json_decode($paypal->information, true); @endphp
@if ($errors->has('paypal_sandbox_status'))

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

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

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

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

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

@endif
{{-- Instamojo --}}
@csrf
{{ __('Instamojo') }}
@if ($errors->has('instamojo_status'))

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

@endif
@php $instamojoInfo = json_decode($instamojo->information, true); @endphp
@if ($errors->has('instamojo_sandbox_status'))

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

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

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

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

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

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

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

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

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

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

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

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

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

@endif

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

Set the cron job following this video: https://www.awesomescreenshot.com/video/25404126?key=3f7a7fa8cf2391113bb926f43609fa56

without cronjob setup, Iyzico payment method won't work

{{-- toyyibpay Information --}}
@csrf
{{ __('Toyyibpay') }}
@if ($errors->has('status'))

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@endif

{{ __("You will get your 'API Endpoit' from PayTabs Dashboard.") }}

Step 1: https://prnt.sc/McaCbxt75fyi
Step 2: https://prnt.sc/DgztAyHVR2o8
{{-- phonepe Information --}}
@csrf
{{ __('Phonepe') }}
@if ($errors->has('status'))

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

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

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

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

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

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

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

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

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

@endif
{{-- Paytm --}}
@csrf
{{ __('Paytm') }}
@if ($errors->has('paytm_status'))

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

@endif
@php $paytmInfo = json_decode($paytm->information, true); @endphp
@if ($errors->has('paytm_environment'))

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

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

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

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

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

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

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

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

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

@endif
@endsection