-
Notifications
You must be signed in to change notification settings - Fork 10
DOC-1158/refund-credit-clearing-transaction-linked-to-debit-auth #381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC-1158/refund-credit-clearing-transaction-linked-to-debit-auth #381
Conversation
✅ Deploy Preview for incomparable-tiramisu-91a96a ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
docs/topics/payments/cards/index.mdx
Outdated
|
||
Clearing usually occurs one to three days after the authorization, depending on the merchant. | ||
The process is not absolute, however, so make sure to review the examples section for several situational flows. | ||
The process is not absolute, however, so make sure to review the [examples](#examples) section for several situational flows. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 'however' in this sentence feels misplaced and redundant. Can we just say its not absolute, and to make sure they review?
docs/topics/payments/cards/index.mdx
Outdated
@@ -284,6 +284,8 @@ Consider a cardholder who orders and returns a package, all online: | |||
When items are returned in-store, they can be hard to link back to the debit. | |||
When a merchant needs to refund a customer but can't connect the refund transaction to the original debit, they create a new credit transaction. | |||
|
|||
When merchants correctly reference the original debit authorization, Swan will link the `CardOutCredit` refund transaction to the same `paymentId` as the original authorization. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something is missing here - Cardoutcredit isn't the refund transaction is it? It's a transaction type that is used when processing refunds. This needs a little rewording.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good spotting on all the typos! The section itself needs a reword for clarity.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parfait!
No description provided.