# 3rd partial return
###### Return of the rest (1x B, shipping and rest of the discount).
## Return
```xml
PAYMENT_CHANGE
```
### XML request
```xml
PAYMENT_CHANGE.xml
- Towel
Voucher
UPS Standard
```
### Result
| | # | Price | Cart | :x: | Ship | Return |
| --- | --- | --- | --- | --- | --- | --- |
| `item` | A | 90 € | | | | 1 |
| `item` | B | 30 € | | 1 | ***1 0*** | ***0 1*** |
| `item` | C | 10 € | | 1 | | 4 |
| `discount` | | -5 € | | | ***-2.5 € 0 €*** | ***-12.5 € -15 €*** |
| `shipping` | | 5 € | | | ***5 € 0 €*** | ***0 € 5 €*** |
## Claim
| | Amount |
| --- | --- |
| Invoice 1 | 107.50 € |
| Return request 1 | 87.50 € |
| Invoice 2 | 52.50 € |
| Goodwill refund | 10.00 € |
| Return request 2 | 30.00 € |
| Return request 3 | 32.50 € |
| **Total** | **0 €** |