Skip to content

Commit dcb3042

Browse files
authored
Merge pull request #578 from maxmind/greg/eng-3738
Add banquest, summit_payments, and yaadpay payment processors
2 parents 2db9832 + fa99118 commit dcb3042

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

4+
4.1.0
5+
------------------
6+
7+
* Added `BANQUEST`, `SUMMIT_PAYMENTS`, and `YAADPAY` to the
8+
`Payment.Processor` enum.
9+
410
4.0.0 (2025-11-20)
511
------------------
612

src/main/java/com/maxmind/minfraud/request/Payment.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ public enum Processor {
124124
APS_PAYMENTS,
125125
AUTHORIZENET,
126126
BALANCED,
127+
BANQUEST,
127128
BEANSTREAM,
128129
BLUEPAY,
129130
BLUESNAP,
@@ -255,6 +256,7 @@ public enum Processor {
255256
SOLIDTRUST_PAY,
256257
SPS_DECIDIR,
257258
STRIPE,
259+
SUMMIT_PAYMENTS,
258260
SYNAPSEFI,
259261
SYSTEMPAY,
260262
TELERECARGAS,
@@ -273,7 +275,8 @@ public enum Processor {
273275
VPOS,
274276
WINDCAVE,
275277
WIRECARD,
276-
WORLDPAY;
278+
WORLDPAY,
279+
YAADPAY;
277280

278281
/**
279282
* @return a string representation of the object.

0 commit comments

Comments
 (0)