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
Unfortunately this feature is not documented in the Adyen docs nor supported via the .NET library.
Describe the solution you'd like
A solution for the issue would be to allow setting optional issuer string field for the PaymentDetails class or create own class for the ebanking_FI payment method.
Describe alternatives you've considered
The only alternative would be to send the request as JSON as we are not able to easily extend the classes provided by Adyen .NET library.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We are using Online banking Finland as one of our payment methods. The method supports
issuer
field similarly like the iDEAL method:Unfortunately this feature is not documented in the Adyen docs nor supported via the .NET library.
Describe the solution you'd like
A solution for the issue would be to allow setting optional
issuer
string field for thePaymentDetails
class or create own class for theebanking_FI
payment method.Describe alternatives you've considered
The only alternative would be to send the request as JSON as we are not able to easily extend the classes provided by Adyen .NET library.
The text was updated successfully, but these errors were encountered: