Skip to main content

13. Overview

General description

E-commerce platforms (B2C) using Giao Hàng Tiết Kiệm (GHTK) services can integrate in one of the following two approaches:

1. Using a Single Account to Create Orders on GHTK System

Advantages:
  • Easy to integrate since only one account needs to be managed and only one token is required to create orders.
Disadvantages:
  • GHTK will only reconcile and transfer money to the main B2C shop account. The B2C shop must self-manage reconciliation with its own sub-shops.

2. Using Multiple Accounts to Create Orders on GHTK System: orders must be created using a separate account of each sub-shop/ customer of the B2C shop. These shops are differentiated using the token assigned to each sub-shop.

Advantages:
  • GHTK will reconcile directly with each customer shop of the B2C shop, no need to manage reconciliation and fund transfers manually.
  • A single master account can still manage and view all orders across these multiple accounts.
Disadvantages:
  • The B2C shop must store and manage tokens for all its customer shops.
  • Integration is more complex, as it requires using a separate token for each shop. If the B2C shop chooses approach 2, it only needs to use the API for creating accounts on GHTK’s system. All other API integrations (order creation, status checking, fee calculation, etc.) remain the same, with the only difference being the use of the corresponding token per shop.