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

  2. {{ __('After registration at :name, you will have API key', ['name' => 'Mollie']) }}

  3. {{ __('Enter API key into the box in right hand') }}

  4. {{ __('Webhook Configuration:') }}

    {{ __('In your Mollie Dashboard, configure the webhook URL as:') }}

    {{ url('mollie/payment/webhook/{token}') }}

    {{ __('Note: Replace {token} with the actual payment token. The webhook will be automatically called by Mollie to update payment status.') }}

  5. {{ __('Security (Optional):') }}

    {{ __('For enhanced security, you can configure a webhook secret in your Mollie Dashboard under Developers > Webhooks, then enter it in the Webhook Secret field.') }}