-
Notifications
You must be signed in to change notification settings - Fork 94
feat: add EFT as a payment method #910
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
Merged
Merged
Conversation
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
Changed Files
|
This was
linked to
issues
Feb 19, 2025
PritishBudhiraja
suggested changes
Feb 20, 2025
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.
Please add videos and a description for the following payment method. Has the Backend PR been merged for this payment method?
PritishBudhiraja
previously approved these changes
Mar 17, 2025
sakksham7
previously approved these changes
Mar 17, 2025
2fe55bf
sakksham7
approved these changes
Mar 17, 2025
PritishBudhiraja
approved these changes
Mar 17, 2025
Shivam25092001
pushed a commit
that referenced
this pull request
Mar 17, 2025
# [0.118.0](v0.117.7...v0.118.0) (2025-03-17) ### Features * add EFT as a payment method ([#910](#910)) ([976dc6f](976dc6f)), closes [Anurag-Sin#WPMHJ5619](https://github.com/Anurag-Sin/issues/WPMHJ5619)
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
EFT is a bank redirect payment method. This PR involves adding EFT as a payment method in the Hyperswitch SDK.
EFT accepts
ZAR
as currency.Implementation Summary
PaymentDetails.res
, defining its type, icon, and display name.PaymentMethodsRecord.res
to include EFT inpaymentMethodsFields
.PaymentModeType.res
to add EFT as apayment
type, map"eft"
to EFT, and include it indefaultOrder
for proper display sequencing.PaymentBody.res
, temporarily setting the provider name asozow
.PaymentUtils.res
.How did you test it?
paymentData
inserver.js
file to imitatePayments - Create
call:localhost
, initiated a payment intent, and manually tested EFT by clicking the Pay Now button.Screen recoding of the test:
https://github.com/user-attachments/assets/4668f766-50f4-4700-86ac-9e5779a68794
Checklist
npm run re:build