The modifiableRefundsMethodList actor-chain retrieves the list of all credit and payment methods to which a refund can be applied, and the default values for the item to be returned. Note that this call should be run after running the selectItems actor-chain.

Parameters: None

Refund Methods Example
curl -L -v -b customer_cookies.txt -H "Content-Type: application/json"
http://localhost:8180/rest/model/atg/commerce/custsvc/returns/ReturnsActor/
modifiableRefundsMethodList"

The server response may be similar to the following:

{
  "modifiableRefundMethodList": [{
    "refundType": "creditCard",
    "amount": 51.31
 }]
}

Copyright © 1997, 2015 Oracle and/or its affiliates. All rights reserved. Legal Notices