Mollie.Api 3.6.0

dotnet add package Mollie.Api --version 3.6.0
NuGet\Install-Package Mollie.Api -Version 3.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Mollie.Api" Version="3.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mollie.Api --version 3.6.0
#r "nuget: Mollie.Api, 3.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Mollie.Api as a Cake Addin
#addin nuget:?package=Mollie.Api&version=3.6.0

// Install Mollie.Api as a Cake Tool
#tool nuget:?package=Mollie.Api&version=3.6.0

MollieApi

alternate text is missing from this package README image

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:

  • Payments API
  • PaymentMethod API
  • PaymentLink API
  • Customers API
  • Mandates API
  • Subscriptions API
  • Refund API
  • Connect API
  • Chargebacks API
  • Invoices API
  • Permissions API
  • Profiles API
  • Organizations API
  • Order API
  • Captures API
  • Onboarding API
  • Balances API
  • Terminal API
  • ClientLink API
  • Wallet API
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Mollie.Api:

Package Downloads
Vendr.PaymentProviders.Mollie The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Mollie payment provider for Vendr, the eCommerce package for Umbraco

Umbraco.Commerce.PaymentProviders.Mollie The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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
3.6.0 711 3/31/2024
3.5.1 2,522 3/10/2024
3.5.0 9,422 12/28/2023
3.4.1 2,767 12/2/2023
3.3.0 11,999 9/22/2023
3.2.0 3,190 9/12/2023
3.1.0 1,370 9/6/2023
3.0.0 1,995 8/26/2023
2.3.0.2 11,655 7/31/2023
2.3.0.1 19,016 5/30/2023
2.3.0 1,173 5/27/2023
2.2.0.4 17,482 3/14/2023
2.2.0.3 12,163 1/27/2023
2.2.0.2 3,653 1/16/2023
2.2.0.1 7,277 12/30/2022
2.2.0 5,663 12/22/2022
2.1.0.15 28,141 11/14/2022
2.1.0.14 20,394 9/23/2022
2.1.0.13 787 9/23/2022
2.1.0.12 21,375 9/9/2022
2.1.0.11 1,259 9/3/2022
2.1.0.10 32,763 7/25/2022
2.1.0.9 63,302 4/2/2022
2.1.0.8 246,634 7/11/2021
2.1.0.7 25,580 5/22/2021
2.1.0.6 8,411 4/24/2021
2.1.0.5 53,794 2/8/2021
2.1.0.4 9,670 1/15/2021
2.1.0.3 11,565 12/5/2020
2.1.0.2 4,946 11/16/2020
2.1.0.1 16,598 10/22/2020
2.1.0 20,584 8/5/2020
2.0.7.4 20,975 5/21/2020
2.0.7.3 2,636 5/4/2020
2.0.7.2 9,585 3/31/2020
2.0.7.1 32,833 12/4/2019
2.0.7 1,536 11/23/2019
2.0.6 43,776 5/23/2019
2.0.5 30,532 4/15/2019
2.0.4 10,302 3/5/2019
2.0.3 8,341 2/8/2019
2.0.2 6,149 11/27/2018
2.0.1.1 10,702 8/30/2018
2.0.1 1,311 8/28/2018
2.0.0.1 1,393 8/14/2018
2.0.0 1,352 8/12/2018
1.5.2 9,020 5/24/2018
1.5.1 8,967 3/4/2018
1.5.0 3,867 12/14/2017
1.4.4.1 28,272 8/13/2017
1.4.4 1,596 8/8/2017
1.4.3 2,581 8/5/2017
1.4.2 2,628 7/25/2017
1.4.0 11,929 1/6/2017
1.3.7 30,499 10/11/2016
1.3.6 5,110 9/22/2016
1.3.5 1,671 8/31/2016
1.3.4 1,688 8/2/2016
1.3.3 1,430 7/22/2016
1.3.2 1,597 7/11/2016
1.3.1 2,113 2/20/2016
1.3.0 1,493 2/19/2016
1.2.0 1,402 2/18/2016
1.1.2 1,469 2/17/2016