Skip to content

rmja/VibrantIo.Api

Repository files navigation

Vibrant.io API Client

.NET Client for the Vibrant.io Push to Pay API.

Nuget Packages

Package name Description Badge
VibrantIo.PosApi The Push to Pay API Client PosApi

Usage

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.

About

Vibrant.io Push to Pay .NET API Client

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages