#I need help Integration mollie into my .net web api application
1 messages ยท Page 1 of 1 (latest)
Hey @terse jackal and welcome to the Mollie Developer Community! ๐๐ผ
It would be helpful if you formulate the question you have, so community can help you out!
You can get started here.. with this Mollie for .NET package: https://github.com/Viincenttt/MollieApi
Hi @terse jackal I'm the maintainer of the package linked above. Let me know if you have any questions regarding the usage of this package ๐ Either in this thread or in a private message.
thank you @sacred sorrel
This might be a newbie question but as per suggested in the library, the builder.Services.AddMollieApi is suggested to be instantiated. Where would that go if it's an older version and Program.cs or Startup don't exist and we only have Global.asax? Where should this be instantiated then @sacred sorrel ?