Actions
개선(improvement) #866
closed개선(improvement) #892: * Virtual account _Credit card Cancel payment process
[BE/Admin] Implement “Payment Cancel” and “RFND” button logic
Start date:
07/22/2025
Due date:
07/25/2025
% Done:
100%
Estimated time:
Part:
Build env.:
Prod
Description
1. Description:
Implement backend logic for the “Payment Cancel” and “RFND” buttons in the Booking Detail view.
- Payment Cancel: Approves the cancellation request (used by GBO/OP team)
- RFND: Processes the actual refund (used by Accounting team)
3. State Transition on Click:
From Cancel Request → Cancel Confirmed → Cancelled
Files
Updated by ziniy Kang 8 months ago
Updated by ziniy Kang 8 months ago
- Assignee changed from ziniy Kang to Joseph Vo
- Priority changed from 보통(Normal) to 긴급(Emergency)
Updated by Tom Dong 8 months ago
schema refund
UPDATE BS_API_SERVICE_CODE SET API_SERVICE_URL = '/payment/virtual-refund', METHOD_NAME = 'POST'
, OWNER_COMP_CODE = 110000, API_SERVICE_NAME_EN = 'Payment Virtual Refund'
, API_SERVICE_NAME_KO = 'Payment Virtual Refund'
, SCHEMA_FILE_NAME_RQ = '/payment/virtual-refund/virtual_refund_schema_rq.json'
, SCHEMA_FILE_NAME_RS = '/payment/virtual-refund/virtual_refund_schema_rs.json',
VENDOR_SERVICE_NAME = '', API_SERVICE_DESC = '', SAMPLE_REQUEST_MESSAGE = ''
, SAMPLE_RESPONSE_MESSAGE = '', OPEN_API_YN = 'N', OUTSIDE_INTERFACE_YN = 'N'
, LOG_SAVE_YN = 'Y', IGNORE_SCHEMA_YN = 'N', CONTROL_REMARK = '', USE_YN = 'Y'
, FIRST_INSERT_UNO = 10000, FIRST_INSERT_DATETIME = '2022-02-15 07:48:00'
, LAST_UPDATE_UNO = 10000, LAST_UPDATE_DATETIME = '2023-11-07 21:13:49' WHERE API_SERVICE_URL = '/payment/virtual-refund' AND METHOD_NAME = 'POST';
Updated by Tom Dong 8 months ago
- File picture693-1.png picture693-1.png added
Send mail khi phát sinh payment Cancel Confirm
Updated by ziniy Kang 7 months ago
prepay dev test done.
I'll test cresit card in stg.
Updated by ziniy Kang 6 months ago
- Status changed from 완료(Done) to 완료성공(Resolve)
Actions
