Skip to content

Commit 2dc7d8c

Browse files
oschwaldclaude
andcommitted
Add banquest, summit_payments, and yaadpay payment processors
ENG-3738 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2db9832 commit 2dc7d8c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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)