Home > Contents > Index >
CSUSER.CREATEPMTACCT
Creates a new payment account in Transact for the csuser object.
Syntax
<CSUSER.CREATEPMTACCT NAME="csuser
"VARNAME
="booleanvar
"LIST
="listname
"/>Parameters
NAME
(required)- Input parameter. Name of the csuser object.
VARNAME
(required)- Input parameter. A variable that holds a string representing boolean status:
true
- Payment account has been registered with Transact.false
- An error has occurred. Call CSUSER.GETERRORS to determine the problem.- The variable is set to indicate whether the payment account was created on Transact.
LIST
(required)- Input parameter. List that holds the payment method parameters. The list has two columns:
name
andvalue
, where each parameter name listed below is one half of a name/value pair, and each name/value pair is a row in the list.
name
- (optional) A user-supplied name for the account.brandID
- Credit card/switch brand ID (GUID) fromgetAvailablePaymentBrands()
.ccn
- Credit/switch card number, or equivalent.expirationDate
- inmm/yy
format.billToAddress
- (optional) billing address for account. The default is the buyer's address. If any value is set, then all address fields must be set.The address must be specified in nine rows using the following standard fields:
billToAddress-name1 billToAddress-name2 billToAddress-address1 billToAddress-address2 billToAddress-city billToAddress-state billToAddress-country billToAddress-postalCode billToAddress-telephoneissueNumber
- (optional) Switch Card Issue Number.extraInstrumentInfo
- (optional) Japanese brands only.poNumber
- (optional) Purchase order number for PO account only.poComments
- (optional) Purchase order comment for PO account only.
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.