The UpdateCreditCardActor is used to edit an existing credit card for a return. The path to this actor is: /atg/commerce/order/purchase/UpdateCreditCardActor.

This actor contains the updateCreditCardForReturns actor-chain. This actor-chain depends on the ReturnsActor createReturn actor-chain to obtain the correct information.

Parameter

Description

creditCardType

The type of credit card.

creditCardNumber

The credit card number.

expirationMonth

The month that the credit card expires.

expirationYear

The year that the credit card expires.

firstName

The first name on the credit card.

middleName

The middle name or initial on the credit card.

lastName

The last name on the credit card.

address1

The first address field on the credit card.

address2

The second address field on the credit card.

city

The city on the credit card.

state

The state on the credit card.

country

The country on the credit card.

postalCode

The postal code on the credit card.

phoneNumber

A phone number associated with the credit card.

Update Credit Card Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json" -d
"{\"paymentGroupId\":\"pg3980014\",\"creditCardType\":\"visa\",
\"creditCardNumber\": \"4111111111111111\",\"expirationMonth\":\"1\",
\"expirationYear\": \"2017\"}" "http://localhost:8181/rest/model/atg/commerce/
custsvc/order/UpdateCreditCardActor/updateCreditCardForReturns"

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