Skip to content
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

PaymentDetails class should support optional issuer field #1061

Closed
roopemerikukka opened this issue Sep 17, 2024 · 4 comments
Closed

PaymentDetails class should support optional issuer field #1061

roopemerikukka opened this issue Sep 17, 2024 · 4 comments

Comments

@roopemerikukka
Copy link

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:

"paymentMethod": {
    "type": "ebanking_FI",
    "issuer": "nordea"
  }

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.

@jillingk
Copy link
Contributor

Hi @roopemerikukka,

Thanks for reaching out here! I'm following up internally to check why this issuer field is not available.

Best, Jilling
Adyen

@roopemerikukka
Copy link
Author

Hi @roopemerikukka,

Thanks for reaching out here! I'm following up internally to check why this issuer field is not available.

Best, Jilling Adyen

Hi @jillingk, any news on this matter? :)

@DjoykeAbyah
Copy link
Member

Hi @roopemerikukka !

You can expect the fix in the upcoming release next week. See pull request #1076 for progress. Adyen/Model/Checkout/EBankingFinlandDetails.cs.

Kind regards,

Djoyke
Adyen

@DjoykeAbyah
Copy link
Member

Hi @roopemerikukka,

I just wanted to inform you the .NET library has been released and contains the fix in Adyen/Model/Checkout/EBankingFinlandDetails.cs!

Kind regards,

Djoyke
Adyen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants