Skip to content

Commit 3dd0bf9

Browse files
authored
Merge pull request #17 from maxmind/rafl/new-payment-processors
Add new payment processors
2 parents 35ece7a + 486ba25 commit 3dd0bf9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

minfraud/validation.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,19 +103,23 @@ def _hostname(hostname):
103103
'adyen',
104104
'altapay',
105105
'amazon_payments',
106+
'american_express_payment_gateway',
106107
'authorizenet',
107108
'balanced',
108109
'beanstream',
109110
'bluepay',
111+
'bluesnap',
110112
'braintree',
111113
'ccnow',
112114
'chase_paymentech',
113115
'cielo',
114116
'collector',
115117
'compropago',
118+
'commdoo',
116119
'concept_payments',
117120
'conekta',
118121
'cuentadigital',
122+
'curopayments',
119123
'dalpay',
120124
'dibs',
121125
'digital_river',
@@ -125,6 +129,7 @@ def _hostname(hostname):
125129
'epay',
126130
'eprocessing_network',
127131
'eway',
132+
'exact',
128133
'first_data',
129134
'global_payments',
130135
'hipay',
@@ -140,13 +145,15 @@ def _hostname(hostname):
140145
'mollie',
141146
'moneris_solutions',
142147
'nmi',
148+
'oceanpayment',
143149
'openpaymx',
144150
'optimal_payments',
145151
'orangepay',
146152
'other',
147153
'pacnet_services',
148154
'payfast',
149155
'paygate',
156+
'paymentwall',
150157
'payone',
151158
'paypal',
152159
'payplus',
@@ -156,6 +163,7 @@ def _hostname(hostname):
156163
'payture',
157164
'payu',
158165
'payulatam',
166+
'payza',
159167
'pinpayments',
160168
'princeton_payment_solutions',
161169
'psigate',
@@ -166,18 +174,23 @@ def _hostname(hostname):
166174
'redpagos',
167175
'rewardspay',
168176
'sagepay',
177+
'securetrading',
169178
'simplify_commerce',
170179
'skrill',
171180
'smartcoin',
181+
'solidtrust_pay',
172182
'sps_decidir',
173183
'stripe',
174184
'telerecargas',
175185
'towah',
176186
'usa_epay',
187+
'vantiv',
177188
'verepay',
189+
'vericheck',
178190
'vindicia',
179191
'virtual_card_services',
180192
'vme',
193+
'vpos',
181194
'worldpay',
182195
])
183196

0 commit comments

Comments
 (0)