Skip to content

Commit 762d644

Browse files
authored
Merge pull request #530 from maxmind/horgh/payment-processors
Add new payment processors
2 parents a694abf + 5b3fc17 commit 762d644

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
CHANGELOG
22
=========
33

4+
4.4.0
5+
------------------
6+
7+
* Added the following new values to the `Processor` enum:
8+
* `Boacompra`
9+
* `Boku`
10+
* `Coregateway`
11+
* `Fiserv`
12+
* `Neopay`
13+
* `Neosurf`
14+
* `Openbucks`
15+
* `Paysera`
16+
* `Payvision`
17+
* `Trustly`
18+
419
4.3.0 (2021-08-31)
20+
------------------
521

622
* Added support for the new `test` disposition action.
723
* Added support for the `/disposition/rule_label` output in Score, Insights and

src/constants.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ export enum Processor {
3131
Beanstream = 'beanstream',
3232
Bluepay = 'bluepay',
3333
Bluesnap = 'bluesnap',
34+
Boacompra = 'boacompra',
35+
Boku = 'boku',
3436
Bpoint = 'bpoint',
3537
Braintree = 'braintree',
3638
Cardknox = 'cardknox',
@@ -47,6 +49,7 @@ export enum Processor {
4749
Compropago = 'compropago',
4850
ConceptPayments = 'concept_payments',
4951
Conekta = 'conekta',
52+
Coregateway = 'coregateway',
5053
Creditguard = 'creditguard',
5154
Credorax = 'credorax',
5255
CtPayments = 'ct_payments',
@@ -73,6 +76,7 @@ export enum Processor {
7376
Exact = 'exact',
7477
FirstAtlanticCommerce = 'first_atlantic_commerce',
7578
FirstData = 'first_data',
79+
Fiserv = 'fiserv',
7680
G2aPay = 'g2a_pay',
7781
GlobalPayments = 'global_payments',
7882
Gocardless = 'gocardless',
@@ -93,10 +97,13 @@ export enum Processor {
9397
Mirjeh = 'mirjeh',
9498
Mollie = 'mollie',
9599
MonerisSolutions = 'moneris_solutions',
100+
Neopay = 'neopay',
101+
Neosurf = 'neosurf',
96102
Nmi = 'nmi',
97103
Oceanpayment = 'oceanpayment',
98104
Oney = 'oney',
99105
Onpay = 'onpay',
106+
Openbucks = 'openbucks',
100107
Openpaymx = 'openpaymx',
101108
OptimalPayments = 'optimal_payments',
102109
Orangepay = 'orangepay',
@@ -112,12 +119,14 @@ export enum Processor {
112119
Paypal = 'paypal',
113120
Payplus = 'payplus',
114121
Paysafecard = 'paysafecard',
122+
Paysera = 'paysera',
115123
Paystation = 'paystation',
116124
Paytm = 'paytm',
117125
Paytrace = 'paytrace',
118126
Paytrail = 'paytrail',
119127
Payture = 'payture',
120128
Payulatam = 'payulatam',
129+
Payvision = 'payvision',
121130
Payu = 'payu',
122131
Payway = 'payway',
123132
Payza = 'payza',
@@ -147,6 +156,7 @@ export enum Processor {
147156
Telerecargas = 'telerecargas',
148157
Towah = 'towah',
149158
TransactPro = 'transact_pro',
159+
Trustly = 'trustly',
150160
Tsys = 'tsys',
151161
UsaEpay = 'usa_epay',
152162
Vantiv = 'vantiv',

0 commit comments

Comments
 (0)