Skip to content

Commit 486ba25

Browse files
committed
Add new payment processors
1 parent d9f7125 commit 486ba25

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
@@ -90,19 +90,23 @@ def _hostname(hostname):
9090
'adyen',
9191
'altapay',
9292
'amazon_payments',
93+
'american_express_payment_gateway',
9394
'authorizenet',
9495
'balanced',
9596
'beanstream',
9697
'bluepay',
98+
'bluesnap',
9799
'braintree',
98100
'ccnow',
99101
'chase_paymentech',
100102
'cielo',
101103
'collector',
102104
'compropago',
105+
'commdoo',
103106
'concept_payments',
104107
'conekta',
105108
'cuentadigital',
109+
'curopayments',
106110
'dalpay',
107111
'dibs',
108112
'digital_river',
@@ -112,6 +116,7 @@ def _hostname(hostname):
112116
'epay',
113117
'eprocessing_network',
114118
'eway',
119+
'exact',
115120
'first_data',
116121
'global_payments',
117122
'hipay',
@@ -127,13 +132,15 @@ def _hostname(hostname):
127132
'mollie',
128133
'moneris_solutions',
129134
'nmi',
135+
'oceanpayment',
130136
'openpaymx',
131137
'optimal_payments',
132138
'orangepay',
133139
'other',
134140
'pacnet_services',
135141
'payfast',
136142
'paygate',
143+
'paymentwall',
137144
'payone',
138145
'paypal',
139146
'payplus',
@@ -143,6 +150,7 @@ def _hostname(hostname):
143150
'payture',
144151
'payu',
145152
'payulatam',
153+
'payza',
146154
'pinpayments',
147155
'princeton_payment_solutions',
148156
'psigate',
@@ -153,18 +161,23 @@ def _hostname(hostname):
153161
'redpagos',
154162
'rewardspay',
155163
'sagepay',
164+
'securetrading',
156165
'simplify_commerce',
157166
'skrill',
158167
'smartcoin',
168+
'solidtrust_pay',
159169
'sps_decidir',
160170
'stripe',
161171
'telerecargas',
162172
'towah',
163173
'usa_epay',
174+
'vantiv',
164175
'verepay',
176+
'vericheck',
165177
'vindicia',
166178
'virtual_card_services',
167179
'vme',
180+
'vpos',
168181
'worldpay',
169182
])
170183

0 commit comments

Comments
 (0)