45'description' => 'The client ID of the DPS Account used for the e-commerce transaction',
46 ),
47'password' => Array(
48'added' => '0.1',
49'type' => 'password',
50'default' => '',
51'description' => 'The password of the DPS Account used for the e-commerce transaction',
52 ),
53
54'currency' => Array(
55'added' => '0.1',
56'type' => 'selection',
57'default' => 'GBP',
58'description' => 'The currency used in all the e-commerce transactions. If blank, currency will be determined by the bank account used which is selected using the Username/Password details',
59'parameters' => Array(
60'multiple' => FALSE,
61'allow_empty' => TRUE,
62'options' => Array(
63'CAD' => 'CAD',
64'CHF' => 'CHF',
65'EUR' => 'EUR',
66'FRF' => 'FRF',
67'GBP' => 'GBP',
68'HKD' => 'HKD',
69'JPY' => 'JPY',
70'NZD' => 'NZD',
71'SGD' => 'SGD',
72'USD' => 'USD',
73'ZAR' => 'ZAR',
74'AUD' => 'AUD',
75'WST' => 'WST',
76'VUV' => 'VUV',
77'TOP' => 'TOP',
78'SBD' => 'SBD',
79'PGK' => 'PGK',
80'MYR' => 'MYR',
81'WST' => 'WST',
82'KWD' => 'KWD',
83'FJD' => 'FJD',
84 ),
85 ),
86 ),
87
88'purchase_desc' => Array(
89'added' => '0.1',
90'type' => 'text',
91'default' => 'The total amount',
92'description' => 'A short description of what has been purchased. This is shown to the card holder by the ACS',
93 ),
94
95'avs_standard_policy' => Array(
96'added' => '0.1',
97'type' => 'selection',
98'default' => '0',
99'description' => 'Address Verification System property',
100'parameters' => Array(
101'multiple' => FALSE,
102'allow_empty' => FALSE,
103'options' => Array(
104'0' => 'No',
105'1' => 'Attempt AVS check',
106'2' => 'The transactions needs to be checked by AVS',