feat(connector): [FISERV] Added ApplePay Wallet#8670
Merged
likhinbopanna merged 16 commits intomainfrom Aug 12, 2025
Merged
Conversation
added 4 commits
July 16, 2025 09:23
Changed Files
|
added 6 commits
July 17, 2025 18:59
deepanshu-iiitu
previously approved these changes
Aug 4, 2025
jagan-jaya
requested changes
Aug 5, 2025
crates/hyperswitch_connectors/src/connectors/fiserv/transformers.rs
Outdated
Show resolved
Hide resolved
jagan-jaya
previously approved these changes
Aug 5, 2025
The base branch was changed.
deepanshu-iiitu
approved these changes
Aug 11, 2025
jagan-jaya
approved these changes
Aug 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of Change
Description
This PR is about adding ApplePay Payment Method in Hyperswitch. This has both the Hyperswitch level Decryption Flow as well as the Connector Level Decryption Flow.
NOTE: The connector returns an error as missing fields probably because this particular payment method is not enabled from the connector's end.
Additional Changes
Motivation and Context
https://developer.fiserv.com/product/CommerceHub/docs/?path=docs/Online-Mobile-Digital/Wallets-AltPayments/Apple-Pay/Apple-Pay-Web-REST.md&branch=main
https://developer.fiserv.com/product/CommerceHub/docs/?path=docs/Resources/Guides/Payment-Sources/Decrypted-Wallet.md&branch=main
How did you test it?
ApplePay (Hyperswitch level Decryption Flow)
MCA Create :
cURL:
Payments Create:
cURL:
How to get this Payment data token?
use the same certificates for any other connector. Make the payment go through. From the confirm call, you can get the payment data.
Response:
Cypress test
Fiserv
Checklist
cargo +nightly fmt --allcargo clippy