BalanceRequest

Request to get balance.

Variables

entry_mode

EntryMode

Entry mode of the identifier.

card_uid

string

The uid of the card.  Errors:

cardIdentifier

string

The identifier of a card attached to the customer.  Errors:

emailAddress

string

The emailAddress of the customer.  Checked if there is no cardIdentifier provided MUST BE ACCOMPANIED BY A COMMUNITY ID OR THROWS MISSING REQUIRED FIELD

userName

string

The userName of the customer.  Checked if there is no emailAddress provided 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

include_gift_images

boolean

Indication wether the or not to incude the images for the gifts on the balance if present

Close