Client ID *
Your MyTax/eInvoicing Client ID from LHDN portal
@error('client_id')
{{ $message }}
@enderror
Client Secret 1 *
client_secret_1 ? 'required' : '' }}>
First client secret from LHDN portal (encrypted storage)
@error('client_secret_1')
{{ $message }}
@enderror
Client Secret 2 *
client_secret_2 ? 'required' : '' }}>
Second client secret from LHDN portal (encrypted storage)
@error('client_secret_2')
{{ $message }}
@enderror
On Behalf Of (Optional)
Only if you're an intermediary submitting on behalf of taxpayers
@error('on_behalf_of')
{{ $message }}
@enderror
Environment
sandbox_mode) ? 'selected' : '' }}>
Sandbox (Testing)
sandbox_mode) ? 'selected' : '' }}>
Production (Live)
Use sandbox for testing before going live
@error('sandbox_mode')
{{ $message }}
@enderror
@if($settings->last_connection_test)
Last connection test: {{ $settings->last_connection_test->diffForHumans() }}
@endif