Skip to Main Content
Customer Feedback

We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.

For technical issues or bugs please head to Support or our Developer Community. You can assign up to 20 votes in total. Thank you for your feedback.

Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.

Status Gathering interest
Categories Payment
Created by Guest
Created on May 13, 2022

Payment plugin with task async methods

As a Systems Integrator I want to be able to implement an asynchronous payment plugin instead of the current synchronous payment plugin.

It could maybe just be a new interface to implement (IPaymentPluginAsync) where the main method returns a Task.

This is needed where the payment plugin needs to use a HttpClient to call an external payment provider. Using sync-over-async often leads to thread deadlocks.

  • Guest
    Reply
    |
    May 25, 2022

    Same should go for IShippingPlugin.