Sale Return
Sometimes consumers return products to a merchant and expect a refund. If the consumers want to return the entire purchase then a full refund is required. If the consumer only wants to return a portion of their purchase, then a partial refund is required. The SDK supports both types. In the sample codes we will demonstrate how to perform both cases.
Warning
Our deliberate exchange of the words "Return" and "Refund" may seem confusing, but here is the reason:
- Items are returned, and because items belong to the Sale level, the operation for Sale is called Return.
- Payments are refunded, so the operation on individual Payments is called Refund, and they are explained on their own separate section.
Note
In the case of a card payment, the return amount is processed directly to the card that was used for payment.
Tip
Before of a Return, you may also want to look up the Sale History so you can see the full details of the sale.
The Sample Code
Universal Windows Platform SDK coming soon