Project

General

Profile

Customer Subscription » History » Version 1

karnake ruengchaicharnkij, 02/24/2026 01:17 AM

1 1 karnake ruengchaicharnkij
# Customer Subscription
2
3
```
4
group customer investment: {URL}:/invest
5
cs->fe: Clicked "invest"
6
fe<->cs: DO knowledgetest
7
cs->fe:Filled Investment Data
8
cs<-fe: Filling
9
cs->fe: accept the terms
10
fe->fe:verify accumulate with invester type
11
fe->be:{POST}:/api/v1/customer/product/investment
12
be->be:verify accumurate and quantity
13
be<->db:create investment transaction\n
14
be-->fe: bank account
15
fe-->cs: bank account
16
17
end
18
```