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

Payment

The step where users select a payment method and give final approval for the order. Users can review order details, enter delivery information, and proceed with the order. Users can also proceed with an order to gift a product to another member from the cart. Users can add selected products to the cart and manage them.

PC

Mobile


Payment

1. Issue Order Number

When the payment button is clicked, this is called right before the merchant payment step to issue the order number.

2. Look Up Gift Promotion

When the payment button is clicked, checks whether gift promotion information exists, and if related information exists, the gift promotion popup appears before payment.

  • Look up order form gift promotion (🔗View API >) Looks up gift promotions using the order product information.

3. Look Up Merchant Information

When the payment button is clicked, if a PG payment amount is incurred, the related screen is called and displayed.

  • Look up merchant information (🔗View API >) If the linked payment merchant information differs, a different screen may be displayed.

4. Place Order

When payment authentication succeeds, approves the payment and creates the order. If a non-member's order succeeds, non-member login processing is performed and a non-member cookie is created.

5. Look Up Order Completion Information

After the order succeeds, the completed order information is displayed. This API requires either member login or non-member login.

Clicking the View Order Details button at the bottom navigates to My Page > Order History Details.

  • Look up order completion information (🔗View API >) Looks up the order completion information after the order succeeds.

6. Look Up Customer Notification List

If relevant customer notification content exists, the customer notification list is looked up and displayed at the top of the order completion screen.

  • Look up screen customer notification (🔗View API >) Looks up the customer notification history.


Order Completion Screen by Order Type (Standard Order / Gifting Order / Non-Member Order)

The order completion screen differs slightly depending on the order type.

  • Gifting order: displays the gift card image and message selected at the time of order, with only the recipient's name and mobile number shown in the recipient information. Clicking View Order Details navigates to the sent gift box detail screen.

  • Non-member order: the mileage to be accrued area does not exist.