Refund Management
A service that provides functionality for efficiently managing refunds, consisting of three features: original payment refund completion processing, manual refund request management, and manual refund completion management.
Key Features
Original Payment Refund Completion Processing
Looks up return orders that have completed collection, refunds the payment amount, and processes the return as complete.
After canceling the payment amount and completing return processing, sends a notification to the customer. (email/AlimTalk/notification box)
Manual Refund Request Management
Looks up the list of refund requests received at the customer center and can cancel refund requests.
Manual Refund Completion Management
Looks up the list of refund requests and performs refund completion processing.
You can select the refund processing result for a refund request case to change the refund processing status (not processed, success, failure).
When processed as success, the refund status changes to refund complete.
When processed as failure, the refund status does not change.
Provides a bulk refund processing Excel download feature that downloads all refund cases in refund-requested status as an Excel file.
Bulk Refund Processing Excel Upload
When you modify and upload the processing results in the Excel file downloaded via Excel download, the processing results are updated.
To upload, the user must be authorized to handle personal information, and requires personal information permissions for ID, name, and account number.
Process Definition — Original Payment Refund Completion Management
The process of completing refund processing for orders whose returns have completed collection

Process Definition — Manual Refund Management
The process for handling manual refund cases received at the customer center

API Function List
Lookup List of Original Order Refund Completion Processing Targets
Looks up return orders that are in a status eligible for refund completion processing.
BO
POST
Original Payment Refund Completion Processing
Refunds the order amount and processes it as refund complete.
BO
POST
Cancel Refund Request
Cancels a refund-requested case that is under refund processing.
BO
POST
Update Refund Processing Result
Updates the refund processing result (success, failure). When updated as success, the refund status is updated to refund complete.
BO
POST
Check Permission for Manual Refund Processing Excel Download
Checks whether the user has permission (ID, name, account number) to download the Excel file.
BO
GET
Manual Refund Processing Excel Download
Downloads the refund processing targets as an Excel file.
BO
POST
Manual Refund Processing Excel Upload Update
Updates the refund processing result using the manual refund processing Excel file.
BO
POST