TopDownRequest

Request to top down.

Summary
TopDownRequest
Variables
cash string
product list TopDownProductVO
card_uid string
entry_mode EntryMode
stan string
userIdentifier string
card_identifer string
email_address string
user_name string
communityId int64

Variables

cash

string

The amount of cash to top down.  Ea: 10.00

product

list TopDownProductVO

The list of products to top down.  Errors:

card_uid

string

The uid of the card.

entry_mode

EntryMode

Entry mode of the identifier

stan

string

System trace audit number that will be used to idenitify this action.

userIdentifier

string

The identifier of the user.

card_identifer

string

The identifier of the card of the customer.

email_address

string

The emailAddress of the customer.  MUST BE ACCOMPANIED BY A COMMUNITY ID OR THROWS MISSING REQUIRED FIELD

user_name

string

The userName of the card of the customer.  MUST BE ACCOMPANIED BY A COMMUNITY ID OR THROWS MISSING REQUIRED FIELD

communityId

int64

The id of the community of the customer.  Will be used in case no card was provided, but there WAS an emailAddress of userName provided

Close