Chuyển tới nội dung chính

Quy trình đăng ký sử dụng Hóa đơn điện tử & Chữ ký số đối với khách hàng mới.

Quy trình đăng ký


🧩 Mô hình khởi tạo khách hàng


Toàn bộ quy trình gồm 3 bước đơn giản, thực hiện trực tuyến trên nền tảng Merchant Platform.


🟦 Bước 1: Nhập thông tin doanh nghiệp

1. Chọn nhà cung cấp hóa đơn điện tử:

  • MISA
  • M-INVOICE
  • FPT

2. Điền thông tin doanh nghiệp theo GPKD:

  • Mã số thuế đơn vị
  • Tên đơn vị
  • Địa chỉ đơn vị
  • Cơ quan quản lý
  • Tải lên logo doanh nghiệp (PDF, PNG, JPEG – tối đa 500KB)

3. Điền thông tin người đại diện pháp luật:

  • Tải lên ảnh CCCD mặt trước/mặt sau
  • Mã số CCCD
  • Mã số hộ chiếu (optional)
  • Họ và Tên
  • Ngày sinh
  • Giới tính
  • Số điện thoại
  • Quốc tịch (optional)

4. Tải lên Giấy phép kinh doanh (PDF, PNG, JPEG – tối đa 500KB)

5. Điền thông tin người liên hệ:

  • Tên
  • Email
  • Số điện thoại
  • Địa chỉ

6. Điền thông tin sử dụng HDDT:

  • Mẫu số
  • Kí hiệu hóa đơn [Xác nhận bạn đã sử dụng hóa đơn điện tử?]

7. Xác nhận đồng ý với:

  • [Điều khoản dịch vụ]
  • [Chính sách sử dụng]

👉 Nhấn “Tiếp theo” để sang bước 2.


📄 Đặc tả thông tin trên form

eInvoiceRegistration.organization.name
string
|
Required
|MaxLength: 255
Tên đầy đủ của doanh nghiệp trên GPKD.
eInvoiceRegistration.organization.address
string
|
Required
|MaxLength: 255
Địa chỉ trụ sở chính.
eInvoiceRegistration.organization.taxCode
string
|
Required
|MaxLength: 255
Mã số thuế doanh nghiệp.
eInvoiceRegistration.organization.taxAuthority
string
|
Required
|MaxLength: 255
Tên chi cục thuế quản lý.
eInvoiceRegistration.legalRepresentative.name
string
|
Required
|MaxLength: 255
Họ tên người đại diện pháp lý.
eInvoiceRegistration.legalRepresentative.dob
string
|
Optional
|MaxLength: 255
Ngày sinh (theo định dạng ISO).
eInvoiceRegistration.legalRepresentative.gender
string
|
Required
|MaxLength: 255
`male` / `female`.
eInvoiceRegistration.legalRepresentative.phone
string
|
Required
|MaxLength: 255
Số điện thoại.
eInvoiceRegistration.legalRepresentative.identityNumber
string
|
Required
|MaxLength: 255
CMND/CCCD.
eInvoiceRegistration.legalRepresentative.passportNumber
string
|
Optional
|MaxLength: 255
Hộ chiếu (nếu có).
eInvoiceRegistration.legalRepresentative.nationality
string
|
Optional
|MaxLength: 255
Quốc tịch.
eInvoiceRegistration.legalRepresentative.permanentAddress
string
|
Required
|MaxLength: 255
Địa chỉ thường trú.
eInvoiceRegistration.contactPerson.name
string
|
Required
|MaxLength: 255
Họ tên người liên hệ.
eInvoiceRegistration.contactPerson.address
string
|
Required
|MaxLength: 255
Địa chỉ liên hệ.
eInvoiceRegistration.contactPerson.email
string
|
Required
|MaxLength: 255
Email liên hệ.
eInvoiceRegistration.contactPerson.phone
string
|
Required
|MaxLength: 255
Số điện thoại liên hệ.
eInvoiceRegistration.hasUsedEInvoice
boolean
|
Required

Đã từng sử dụng hóa đơn điện tử trước đó.
eInvoiceRegistration.previousEInvoiceProvider
string
|
Optional
|MaxLength: 255
Nhà cung cấp trước đó (nếu có).
eInvoiceRegistration.taxAuthorityCode
string
|
Optional
|MaxLength: 255
Mã cơ quan thuế quản lý.
eInvoiceRegistration.invoiceSymbol
string
|
Required
|MaxLength: 255
Ký hiệu mẫu hóa đơn (VD: 1C22TYY).
provider
string
|
Required
|MaxLength: 255
Nhà cung cấp: (misa, m-invoice, fpt, ...).
bank
string
|
Required
|MaxLength: 255
Ngân hàng cung cấp.
packages
string
|
Required
|MaxLength: 255
Các gói dịch vụ hóa đơn điện tử và chữ ký số.
logo
string
|
Required
|MaxLength: 255
Logo công ty (PNG, JPEG).
organizationRegistrationCert
string
|
Required
|MaxLength: 255
Giấy phép kinh doanh.
legalRepresentativeIdCard
string
|
Required
|MaxLength: 255
CMND/CCCD người đại diện pháp lý.

📦 JSON gửi lên API sau khi hoàn tất các bước:

{
"eInvoiceRegistration": {
"organization": {
"name": "CÔNG TY TNHH ABC",
"address": "123 Đường ABC, Quận XYZ, TP.HCM",
"taxCode": "0106026495-999",
"taxAuthority": "Chi cục Thuế Quận Ba Đình"
},
"legalRepresentative": {
"name": "Nguyễn Văn A",
"dob": null,
"gender": "male",
"phone": "0912345678",
"identityNumber": "001234567890",
"passportNumber": null,
"nationality": null,
"permanentAddress": "123 Đường DEF, Quận GHI, TP.HCM"
},
"contactPerson": {
"name": "Trần Thị B",
"address": "123 Đường DEF, Quận GHI, TP.HCM",
"email": "email@example.com",
"phone": "0987654321"
},
"hasUsedEInvoice": true,
"previousEInvoiceProvider": null,
"taxAuthorityCode": null,
"invoiceSymbol": "1C22TYY",
},
"provider": "m-invoice",
"bank": "ocb",
"packages": "[{\"code\": \"invoice_code\", \"quantity\": 1}, {\"code\": \"signature_code\", \"quantity\": 1}, {\"code\": \"initial_code\", \"quantity\": 1}]",
"logo": "file",
"organizationRegistrationCert": "file",
"legalRepresentativeIdCard": "file"
}