{{ __('Register an account on :name', ['name' => 'Mollie']) }}
{{ __('After registration at :name, you will have API key', ['name' => 'Mollie']) }}
{{ __('Enter API key into the box in right hand') }}
{{ __('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.') }}
{{ __('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.') }}