For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

1

Lookup List of Original Order Refund Completion Processing Targets

Looks up the list of refund completion processing targets (returns with collection completed).

2

Original Payment Refund Completion Processing

Processes the refund for the original payment and updates the order to refund-completed status.


Process Definition — Manual Refund Management

The process for handling manual refund cases received at the customer center

1

Manual Refund History Lookup

Looks up manual refund history. In the Manual Refund Request Management screen, only cases in refund-requested status are looked up.

2

Cancel Refund Request

Processes a refund request case as refund-canceled.

3

Update Refund Processing Result

Updates the refund processing result status for a refund request case to success or failure.

4

Check Permission for Manual Refund Processing Excel Download

Checks whether the user has the personal information lookup permission required to download the manual refund processing Excel file. The permissions required for download are ID, name, and account number.

5

Manual Refund Processing Excel Download

Downloads the manual refund processing list as an Excel file.

6

Manual Refund Processing Excel Upload Update

Uploads the refund processing list Excel file to bulk-update the processing result status.


API Function List

API
Description
Server
Method
Notes

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

Manual Refund History Lookup

Looks up the list of received refund requests.

BO

GET

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