-
Notifications
You must be signed in to change notification settings - Fork 3.9k
feat(connector): [AUTHIPAY] Integrate cards non 3ds payments #8266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
crates/hyperswitch_connectors/src/default_implementations_v2.rs
Outdated
Show resolved
Hide resolved
836b28a
to
49707c5
Compare
}, | ||
|
||
// Enhanced void after auto capture - should fail gracefully | ||
VoidAfterAutoCapture: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the testcases is not there,remove this config
|
||
// ===== DYNAMIC FIELDS PAYMENT INTENT SCENARIOS ===== | ||
|
||
PaymentWithoutBilling: getCustomExchange({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this,it will fetch it from commons.js
}, | ||
}), | ||
|
||
PaymentWithBilling: getCustomExchange({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this,it will fetch it from commons.js
}, | ||
}), | ||
|
||
PaymentWithFullName: getCustomExchange({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this,it will fetch it from commons.js
}, | ||
}), | ||
|
||
PaymentWithBillingEmail: getCustomExchange({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this,it will fetch it from commons.js
612d075
…ayload-webhooks * 'main' of github.com:juspay/hyperswitch: refactor(connector): Move connector mappings and endpoints to dedicated modules (#8562) ci(cypress): fix `hipay` test cases (#8563) chore(version): 2025.07.09.0 fix(payment_method): update entity id used for Vault to global customer id (#8380) refactor(routing): add conditional check for invoking DE routing flows (#8559) feat(connector): [AUTHIPAY] Integrate cards non 3ds payments (#8266) ci(cypress): add payu connector (#8567) feat(connector): [silverflow] template code (#8553) chore(version): 2025.07.08.0 feat(cypress): [worldpayvantiv] add cypress test (#8234) feat(connectors): [worldpayvantiv] add connector mandate support (#8546) feat(connector): [Celero] add Connector Template Code (#8489) feat(payment-methods): create payment_token in vault confirm / do payment-confirm with temp token from session (#8525) ci(cypress): Add Tsys,Square cypress test (#8543) chore(version): 2025.07.07.0
Type of Change
Description
Cards Non-3DS payments added for authipay
https://docs.fiserv.dev/public/reference/payments-intro
Additional Changes
Motivation and Context
#8398
How did you test it?
Tested using cargo build and cypress test

Checklist
x
] I formatted the codecargo +nightly fmt --all
x
] I addressed lints thrown bycargo clippy
x
] I reviewed the submitted code