Giter VIP home page Giter VIP logo

Comments (5)

Viincenttt avatar Viincenttt commented on May 27, 2024 1

Hi Marco,

Thank you for your reply. Mollie added the EPS payment method in june and I did not add it to the list of available payment methods yet. I just released a new version of the nuget package 2.0.0.1, where the EPS and Giropay methods are supported.

Let me know if you need any further help or if I can close this issue.

Kind regards,
Vincent

from mollieapi.

Viincenttt avatar Viincenttt commented on May 27, 2024

Hi Marco,

I am not able to reproduce this issue. Can you provide me with a code snippet that demonstrates the problem? I am able to create/retrieve inghomepay payments with issues. Perhaps you are using an old version of the API client? Please try updating the Nuget package.

Kind regards,
Vincent

from mollieapi.

MarcoDieleman avatar MarcoDieleman commented on May 27, 2024

Hi Vincent,
I've update the package to 1.5.2. In the WebApplicationExample I can retrieve a list of payments (with a Live key). So upgrading has fixed that issue, but in my project I get the error "The requested value eps was not found".

In my code I call this class:

public static ListResponse GetPaymentList(int offset, int count)
{
ListResponse response = new ListResponse();
response = paymentClient.GetPaymentListAsync(offset, count).Result;
return response;
}

This used to work fine.

from mollieapi.

MarcoDieleman avatar MarcoDieleman commented on May 27, 2024

Hi Vincent,
I've updated my code with the new payment methods and everything is running as expected. You can class the call now. Thank you for your help.

from mollieapi.

Viincenttt avatar Viincenttt commented on May 27, 2024

Hi Marco,

Good to know! Let me know if you run into any other issues.

Kind regards,
Vincent

from mollieapi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.