기능(Feature) #175
closed[OMT/PC BE] 1.5. 결제하기 Thanh toán
100%
Description
[1.5. 결제하기 Thanh toán] screen is under development.
Please check section 1.5. in the Notion link and the Figma link.
Point System Policy
https://www.notion.so/B2C-Point-System-1bc0df1854a1804aa623d331197a0c2d?pvs=4#1cf0df1854a180e29b49d231dbc4296c
The image of the screen to be developed is as below.
Files
Related issues
Updated by Joseph Vo 10 months ago
- Copied from 기능(Feature) #54: [OMT/PC] 1.5. 결제하기 Thanh toán added
Updated by Tan Jang 10 months ago
- Start date set to 05/12/2025
- % Done changed from 0 to 80
curl --location --request POST 'localhost:8080/booking/point/purchase'
--data-raw '{
"language": "KO",
"country": "KR",
"stationTypeCode": "STN01",
"currency": "KRW",
"transactionSetId": "F067FEA1ABF3419F9F7871839AFEEAD2",
"condition": {
"hotelItems": [
{
"itemIndex": 0,
"hotelCode": 160579,
"amountSum": 27169
}
],
"activityItems": [
{
"itemIndex": 1,
"activityCode": 2006925,
"amountSum": 83489
}
]
}
}'
RES:
{
"hotelPoint": 0,
"activityPoint": 0,
"rentPoint": 0,
"flightPoint": 0,
"totalPoint": 0,
"userNo": 122081
}