Mollie.Api
4.4.1
dotnet add package Mollie.Api --version 4.4.1
NuGet\Install-Package Mollie.Api -Version 4.4.1
<PackageReference Include="Mollie.Api" Version="4.4.1" />
paket add Mollie.Api --version 4.4.1
#r "nuget: Mollie.Api, 4.4.1"
// Install Mollie.Api as a Cake Addin #addin nuget:?package=Mollie.Api&version=4.4.1 // Install Mollie.Api as a Cake Tool #tool nuget:?package=Mollie.Api&version=4.4.1
MollieApi
This project allows you to easily add the Mollie payment provider to your application. Mollie has excellent documentation which I highly recommend you read before using this library.
Support
If you have encounter any issues while using this library or have any feature requests, feel free to open an issue on GitHub. If you need help integrating the Mollie API into your .NET application, please contact me on LinkedIn.
Want to chat with other developers regarding the Mollie API? The official Mollie developer Discord is a great place to provide feedback, ask questions and chat with other developers: Mollie Developer Discord
Contributions
Have you spotted a bug or want to add a missing feature? All pull requests are welcome! Please provide a description of the bug or feature you have fixed/added. Make sure to target the latest development branch.
Getting started and documentation
The library is easy and simple to use. Take a look at the getting started guide and create your first payment using the Mollie API in no time. For the full documentation of all library functions, please take a look at the documentation on the Wiki. There is also a .NET Blazor example project available that displays various features of the library.
Creating a payment in under a minute
Install the NuGet package
Install-Package Mollie.Api
Example code to create a iDeal payment for €100
using IPaymentClient paymentClient = new PaymentClient("{yourApiKey}", new HttpClient());
PaymentRequest paymentRequest = new PaymentRequest() {
Amount = new Amount(Currency.EUR, 100.00m),
Description = "Test payment of the example project",
RedirectUrl = "http://google.com",
Method = Mollie.Api.Models.Payment.PaymentMethod.Ideal
};
PaymentResponse paymentResponse = await paymentClient.CreatePaymentAsync(paymentRequest);
string checkoutUrl = paymentResponse.Links.Checkout.Href;
Supported .NET versions
This library is built using .NET standard 2.0. This means that the package supports the following .NET implementations: | .NET implementation | Version support | | ------------- | ------------- | | .NET and .NET Core | 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0 | | .NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 | | Mono | 5.4, 6.4 | | Universal Windows Platform | 10.0.16299, TBD | | Xamarin.iOS | 10.14, 12.16 | | Xamarin.Mac | 3.8, 5.16 | | Xamarin.Android | 8.0, 10.0 |
Source: https://docs.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0
Supported API's
This library currently supports the following API's:
- Payment API
- PaymentMethod API
- PaymentLink API
- Customer API
- Mandate API
- Subscription API
- Refund API
- Connect API
- Chargeback API
- Invoice API
- Permissions API
- Profile API
- Organizations API
- Order API
- Capture API
- Onboarding API
- Balances API
- Terminal API
- ClientLink API
- Wallet API
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Extensions.Http.Polly (>= 6.0.28)
- Newtonsoft.Json (>= 13.0.3)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Mollie.Api:
Package | Downloads |
---|---|
Vendr.PaymentProviders.Mollie
Mollie payment provider for Vendr, the eCommerce package for Umbraco |
|
Umbraco.Commerce.PaymentProviders.Mollie
Mollie payment provider for Umbraco Commerce |
|
ForEach.Connectors.Mollie
Package Description |
|
GeeksCoreLibrary.Modules.Payments.Mollie
Mollie plugin for the order process of the GeeksCoreLibrary. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.4.1 | 6,392 | 9/29/2024 |
4.4.0 | 5,762 | 8/17/2024 |
4.3.0 | 8,443 | 7/10/2024 |
4.2.0 | 1,098 | 7/7/2024 |
4.1.0 | 1,718 | 6/30/2024 |
4.0.0 | 7,116 | 6/7/2024 |
3.6.0 | 23,643 | 3/31/2024 |
3.5.1 | 6,453 | 3/10/2024 |
3.5.0 | 21,986 | 12/28/2023 |
3.4.1 | 4,248 | 12/2/2023 |
3.3.0 | 16,622 | 9/22/2023 |
3.2.0 | 3,884 | 9/12/2023 |
3.1.0 | 1,689 | 9/6/2023 |
3.0.0 | 2,760 | 8/26/2023 |
2.3.0.2 | 14,294 | 7/31/2023 |
2.3.0.1 | 24,524 | 5/30/2023 |
2.3.0 | 1,558 | 5/27/2023 |
2.2.0.4 | 21,079 | 3/14/2023 |
2.2.0.3 | 13,181 | 1/27/2023 |
2.2.0.2 | 3,740 | 1/16/2023 |
2.2.0.1 | 9,422 | 12/30/2022 |
2.2.0 | 7,181 | 12/22/2022 |
2.1.0.15 | 32,279 | 11/14/2022 |
2.1.0.14 | 22,365 | 9/23/2022 |
2.1.0.13 | 838 | 9/23/2022 |
2.1.0.12 | 24,544 | 9/9/2022 |
2.1.0.11 | 1,307 | 9/3/2022 |
2.1.0.10 | 38,528 | 7/25/2022 |
2.1.0.9 | 75,004 | 4/2/2022 |
2.1.0.8 | 277,365 | 7/11/2021 |
2.1.0.7 | 27,351 | 5/22/2021 |
2.1.0.6 | 8,504 | 4/24/2021 |
2.1.0.5 | 59,548 | 2/8/2021 |
2.1.0.4 | 10,007 | 1/15/2021 |
2.1.0.3 | 13,109 | 12/5/2020 |
2.1.0.2 | 5,127 | 11/16/2020 |
2.1.0.1 | 17,612 | 10/22/2020 |
2.1.0 | 21,095 | 8/5/2020 |
2.0.7.4 | 21,882 | 5/21/2020 |
2.0.7.3 | 2,695 | 5/4/2020 |
2.0.7.2 | 10,130 | 3/31/2020 |
2.0.7.1 | 34,849 | 12/4/2019 |
2.0.7 | 1,603 | 11/23/2019 |
2.0.6 | 44,386 | 5/23/2019 |
2.0.5 | 30,631 | 4/15/2019 |
2.0.4 | 10,466 | 3/5/2019 |
2.0.3 | 8,397 | 2/8/2019 |
2.0.2 | 6,218 | 11/27/2018 |
2.0.1.1 | 11,248 | 8/30/2018 |
2.0.1 | 1,378 | 8/28/2018 |
2.0.0.1 | 1,459 | 8/14/2018 |
2.0.0 | 1,474 | 8/12/2018 |
1.5.2 | 9,516 | 5/24/2018 |
1.5.1 | 9,308 | 3/4/2018 |
1.5.0 | 3,929 | 12/14/2017 |
1.4.4.1 | 35,591 | 8/13/2017 |
1.4.4 | 1,656 | 8/8/2017 |
1.4.3 | 2,632 | 8/5/2017 |
1.4.2 | 2,683 | 7/25/2017 |
1.4.0 | 12,194 | 1/6/2017 |
1.3.7 | 30,864 | 10/11/2016 |
1.3.6 | 5,169 | 9/22/2016 |
1.3.5 | 1,749 | 8/31/2016 |
1.3.4 | 1,751 | 8/2/2016 |
1.3.3 | 1,483 | 7/22/2016 |
1.3.2 | 1,653 | 7/11/2016 |
1.3.1 | 2,172 | 2/20/2016 |
1.3.0 | 1,551 | 2/19/2016 |
1.2.0 | 1,459 | 2/18/2016 |
1.1.2 | 1,539 | 2/17/2016 |