-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOCS-4446: Add information related to refunds in Shopify document (#3176
- Loading branch information
1 parent
c359986
commit 3a3cfda
Showing
1 changed file
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,9 +91,49 @@ Payment capture method needs to be set to **Automatically at checkout** in your | |
|
||
## Refunds | ||
|
||
[Full and partial refunds](/docs/refund-payments/) are supported via your MultiSafepay dashboard and backend. | ||
You can't refund more than the original amount in your backend. | ||
[Full and partial refunds](/docs/refund-payments/) are supported via your MultiSafepay dashboard and backend. | ||
|
||
<details id="how-to-process-refunds-in-your-shopify-backend"> | ||
<summary>How to process a refund in your backend</summary> | ||
<br> | ||
|
||
1. Sign in to your Shopify backend. | ||
2. Go to **Orders**. | ||
3. Select the order you want to refund. | ||
4. Click on the **Refund** button. | ||
- Enter the refund amount. | ||
- Click on the **Refund** button. | ||
4. A refund request is sent to MultiSafepay. The refund status is updated in your Shopify backend as **pending**. | ||
5. The refund is processed by MultiSafepay. The refund status is updated in your Shopify backend as **refunded**. | ||
|
||
**Notes** | ||
|
||
- The refund amount cannot exceed the original transaction amount. | ||
- Refunds are not processed in real-time. | ||
- The refund status is updated in your Shopify backend as **pending** until the refund is processed by MultiSafepay. | ||
- While the refund is **pending** in your Shopify backend, refund will appear as **reserved** in your MultiSafepay account. | ||
|
||
</details> | ||
|
||
--- | ||
|
||
## Troubleshooting | ||
|
||
### Payment Order ID | ||
|
||
<details id="Shopify Troubleshooting"> | ||
<summary>How to troubleshoot Shopify issues</summary> | ||
<br> | ||
|
||
If you experience issues with order statuses, or refund statuses not updating, we will need the payment ID of the original transaction to investigate the issue. | ||
|
||
1. Sign in to your Shopify backend. | ||
2. Go to **Orders**. | ||
3. Select the order related to the issue you want to report. | ||
4. In the timeline, look for the earliest payment event and find the Payment ID. | ||
5. Include the payment ID when reporting your issue to <a href=\"mailto:[email protected]\">MultiSafepay support</a>. | ||
|
||
</details> | ||
--- | ||
|
||
[block:html] | ||
|