Create Retailer Account

Create Retailer Account

Join MobileSentrix and access wholesale pricing on mobile device parts

Already have an account? Sign in here

Business Accounts Only

MobileSentrix is a B2B wholesale company. All accounts require business documentation for approval. Your application will be reviewed by our onboarding team.

@if($errors->any())

There were errors with your submission

    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

1 Account Information

@error('email')

{{ $message }}

@enderror

Minimum 8 characters with uppercase, lowercase, and numbers

@error('password')

{{ $message }}

@enderror

2 Personal Information

@error('first_name')

{{ $message }}

@enderror
@error('last_name')

{{ $message }}

@enderror
@error('phone')

{{ $message }}

@enderror

3 Business Information

@error('company_name')

{{ $message }}

@enderror
@error('business_type')

{{ $message }}

@enderror

Federal Employer Identification Number

4 Business Address

@error('business_address_line_1')

{{ $message }}

@enderror
@error('business_city')

{{ $message }}

@enderror
@error('business_state')

{{ $message }}

@enderror
@error('business_zip_code')

{{ $message }}

@enderror

5 Shipping Address

6 Tax Exemption (Optional)

Note: If you have a valid resale certificate or tax exempt status, you can provide the details below. Your tax exempt status will be reviewed and approved by our team.

@error('resale_certificate_number')

{{ $message }}

@enderror
@error('resale_certificate_state')

{{ $message }}

@enderror

PDF, JPG, or PNG (max 5MB)

PDF, JPG, or PNG (max 5MB)

7 Preferences & Terms

@error('terms_accepted')

{{ $message }}

@enderror
@push('scripts') @endpush