Skip to content

Commit bf93da6

Browse files
authored
Merge pull request #90 from maxmind/horgh/payment-processors
Add new payment processors
2 parents 83b10fe + 1d1e4d6 commit bf93da6

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

HISTORY.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
History
44
-------
55

6+
2.6.0
7+
++++++++++++++++++
8+
9+
* Added the following new values to the ``/payment/processor`` validation:
10+
* ``boacompra``
11+
* ``boku``
12+
* ``coregateway``
13+
* ``fiserv``
14+
* ``neopay``
15+
* ``neosurf``
16+
* ``openbucks``
17+
* ``paysera``
18+
* ``payvision``
19+
* ``trustly``
20+
621
2.5.0 (2021-09-20)
722
++++++++++++++++++
823

minfraud/validation.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ def _hostname(hostname: str) -> str:
107107
"beanstream",
108108
"bluepay",
109109
"bluesnap",
110+
"boacompra",
111+
"boku",
110112
"bpoint",
111113
"braintree",
112114
"cardknox",
@@ -123,6 +125,7 @@ def _hostname(hostname: str) -> str:
123125
"compropago",
124126
"concept_payments",
125127
"conekta",
128+
"coregateway",
126129
"creditguard",
127130
"credorax",
128131
"ct_payments",
@@ -149,6 +152,7 @@ def _hostname(hostname: str) -> str:
149152
"exact",
150153
"first_atlantic_commerce",
151154
"first_data",
155+
"fiserv",
152156
"g2a_pay",
153157
"global_payments",
154158
"gocardless",
@@ -169,10 +173,13 @@ def _hostname(hostname: str) -> str:
169173
"mirjeh",
170174
"mollie",
171175
"moneris_solutions",
176+
"neopay",
177+
"neosurf",
172178
"nmi",
173179
"oceanpayment",
174180
"oney",
175181
"onpay",
182+
"openbucks",
176183
"openpaymx",
177184
"optimal_payments",
178185
"orangepay",
@@ -188,13 +195,15 @@ def _hostname(hostname: str) -> str:
188195
"paypal",
189196
"payplus",
190197
"paysafecard",
198+
"paysera",
191199
"paystation",
192200
"paytm",
193201
"paytrace",
194202
"paytrail",
195203
"payture",
196204
"payu",
197205
"payulatam",
206+
"payvision",
198207
"payway",
199208
"payza",
200209
"pinpayments",
@@ -223,6 +232,7 @@ def _hostname(hostname: str) -> str:
223232
"telerecargas",
224233
"towah",
225234
"transact_pro",
235+
"trustly",
226236
"tsys",
227237
"usa_epay",
228238
"vantiv",

0 commit comments

Comments
 (0)