.NET Client for the Vibrant.io Push to Pay API.
| Package name | Description | Badge |
|---|---|---|
VibrantIo.PosApi |
The Push to Pay API Client |
Add the client to the DI service container:
services.AddVibrantPosApi(options => {
options.Sandbox = false;
options.ApiKey = "...";
});Then obtain a IVibrantPosApiClient to interact with the api.