1. {{ __('Register an account on :name', ['name' => 'Razorpay']) }}

  2. {{ __('After registration at :name, you will have Client ID, Client Secret', ['name' => 'Razorpay']) }}

  3. {{ __('Enter Client ID, Secret into the box in right hand') }}

  4. {!! 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.')) !!}