docs: docs for next release (#13303)
* added draft order plugin docs * fix vale error * added note about draft order being optional * add new shipping option - shipping method link * update user guides * generate * fix github icon * changes to shipping option type * document logger * reorder list * fixes * fixes
This commit is contained in:
@@ -91,22 +91,9 @@ To capture an order’s payment:
|
||||
|
||||
---
|
||||
|
||||
## Handling Outstanding Amounts
|
||||
|
||||
After making changes to an order, such as [editing its items](../edit/page.mdx) or [creating an exchange](../exchanges/page.mdx), there may be outstanding amounts (to be captured from the customer or returned) that are in the Summary section.
|
||||
|
||||

|
||||
|
||||
If the outstanding amount is negative, it means you owe the customer a [refund](#refund-payment).
|
||||
|
||||
Otherwise, a positive outstanding amount means there are additional payments required from the customer. You can handle it by either:
|
||||
|
||||
1. [Mark the order as paid manually](#mark-outstanding-amount-as-paid);
|
||||
2. Or [copy a payment link](#copy-payment-link-for-additional-payment).
|
||||
|
||||
## Refund Payment
|
||||
|
||||
If you've made changes to an order, such as return or exchange items, you can refund a previously-captured payment if there's an outstanding amount.
|
||||
If you've made changes to an order, such as return or exchange items, that resulted in a negative outstanding amount, you can refund a previously-captured payment.
|
||||
|
||||
Refunding the payment triggers its processing with the chosen payment provider, such as Stripe.
|
||||
|
||||
@@ -116,7 +103,7 @@ Refunding payments is irreversible.
|
||||
|
||||
</Note>
|
||||
|
||||
To refund an order’s outstanding amount:
|
||||
To refund an order’s negative outstanding amount:
|
||||
|
||||
1. Open the order's details page.
|
||||
2. Scroll to the Payment section.
|
||||
@@ -132,6 +119,21 @@ Once the payment is refunded, the customer will receive a notification about the
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Handling Positive Outstanding Amounts
|
||||
|
||||
An order may have a positive outstanding amount either after making changes to it, or if it was created as a [draft order](../draft-orders/page.mdx).
|
||||
|
||||
A positive outstanding amount indicates that the customer needs to pay an additional amount to complete the order.
|
||||
|
||||

|
||||
|
||||
You can handle it by either:
|
||||
|
||||
1. [Marking the order as paid manually](#mark-outstanding-amount-as-paid);
|
||||
2. Or [copying a payment link](#copy-payment-link-for-additional-payment).
|
||||
|
||||
### Mark Outstanding Amount as Paid
|
||||
|
||||
By marking a positive outstanding amount as paid, you're capturing the payment without processing it through the associated payment provider. Instead, you handle capturing the payment outside of Medusa.
|
||||
|
||||
Reference in New Issue
Block a user