You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everywhere the enum BankRedirectData is used we have to put EFT there.
In the transformers.rs file of every connector, if the connector supports EFT we have to add implementations there otherwise we'll this as NotSupported or NotImplemented elsewhere.
Electronic Fund Transfer is a redirection flow, that falls under Bank Redirect in Hyperswitch. We have to add EFT as a payment method.
BankRedirectData
enum incrates/api_models/src/payments.rs
which has a structure:BankRedirectData
is used we have to put EFT there.NotSupported
orNotImplemented
elsewhere.Ref PR: #7304
The text was updated successfully, but these errors were encountered: