The CreateCreditCartActor is used to create a new credit card when working in the Billing page. The path to this actor is: /atg/commerce/order/purchase/CreateCreditCartActor.

This actor contains the newCreditCard actor-chain:

Parameter

Description

creditCardType

The type of credit card to add.

creditCardNumber

The credit card number.

expirationMonth

The month that the credit card expires.

expirationYear

The year that the credit card expires.

generateNickname

Used to generate a nickname for the credit card. This parameter is always set to true.

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.

Create New Credit Card Example
curl -L -v -b customer_cookies.txt -H "Content-Type: application/json" -d "{
\"creditCardType\": \"visa\",\"creditCardNumber\":
\"4111111111111111\",\"expirationMonth\": \"1\",\"expirationYear\":
\"2020\",\"firstName\": \"John\",\"lastName\": \"Doe\",\"address1\":
\"1 Main St.\",\"city\": \"Cambridge\",\"state\": \"MA\",\"country\":
\"USA\",\"postalCode\": \"02146\" }" "http://localhost:8280/rest/model/atg/
commerce/order/purchase/CreateCreditCardActor/newCreditCard"

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