{{ __('Register an account on :name', ['name' => 'Razorpay']) }}
{{ __('After registration at :name, you will have Client ID, Client Secret', ['name' => 'Razorpay']) }}
{{ __('Enter Client ID, Secret into the box in right hand') }}
{!! BaseHelper::clean(__('Then you need to create a new webhook. To create a webhook, go to Account Settings->API keys->Webhooks and paste the below url to Webhook URL field.')) !!}
{{ route('payments.razorpay.webhook') }}
{!! BaseHelper::clean(__('At Active Events field, make sure to enable the following events:')) !!}
{!! BaseHelper::clean(__('It is important to enable ALL these events to ensure your system captures all payment statuses correctly. Missing events may result in payments not being recorded in your system.')) !!}
{!! BaseHelper::clean(__('After creating the webhook, Razorpay will generate a Webhook Secret. Copy this secret and paste it into the Webhook Secret field in the settings form. This is required for secure webhook verification.')) !!}