Files
medusa-store/docs/content/user-guide/orders/payments.md
Shahed Nasser 589cb18f98 docs: improved SEO of documentation (#3117)
* docs: added description to documentation pages

* docs: added more descriptions

* docs: finished improving meta description

* docs: added searchbox structured data

* docs: added breadcrumbs structured data

* docs: added how to structured data

* docs: improved 404 page

* docs: added how-to frontmatter option
2023-01-26 15:58:33 +02:00

1.4 KiB
Raw Blame History

sidebar_position, sidebar_label, addHowToData
sidebar_position sidebar_label addHowToData
3 Manage Payments true

Manage Order's Payments

In this document, youll learn how to manage an orders payment, including capturing and refunding the payment.

Overview

When a customer places an order, using the payment provider they choose during checkout, they authorize the payment.

The payment isnt automatically captured. You must capture it manually from the Medusa admin.


Capture Payment

:::info

Payment can only be captured once.

:::

To capture an orders payment:

  1. Open the order details page.
  2. Scroll to the Payment section.
  3. Click on the Capture Payment button.

Refund Payment

:::caution

Refunding payments cant be undone. Payment can only be refunded after it has been captured.

:::

To refund an orders payment:

  1. Open the order details page.
  2. Scroll to the Payment section.
  3. Click on the Refund button.
  4. In the new window that opens:
    • Enter the Refund amount. It must be less than the Total Paid amount specified in the Payment section.
    • Choose a reason for the refund and optionally provide a note.
    • If you dont want the customer to receive an email that the refund has been made, uncheck the “Send notifications” checkbox.
  5. Once youre done, click on the Complete button.

You can check refund details in the Payment, Summary, and Timeline sections.