Skip to content

zerofairnight/SatispayOnline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Satispay Online .NET

Unofficial .NET package for satispay online API.

Quick Start

using SatispayOnline;

var satispayOnline = new SatispayOnlineClient("<SecurityBearerString>");

// for sandbox
var satispayOnline = new SatispayOnlineClient("<SecurityBearerString>", SatispayEnvironment.Sandbox);

// create a user
SatispayUser user = await satispayOnline.CreateUserAsync("<PhoneNumber>");

About

Unofficial .NET package for satispay online API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages