Payments are a core feature of the framework and are implemented as optional module.
Working with payments requires an implementation of the IPaymentService
for that specific payment method. Currently, there's support for Sovrin Token payments.
Packages supporting Sovrin Token payments can be found on nuget.org
Package Manager CLI:
Install-Package AgentFramework.Payments.SovrinToken
.NET CLI:
dotnet add package AgentFramework.Payments.SovrinToken