Skip to content

Dlu6/YoPaymentsC-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Yo! Payments API Bulk Payments C# Example

Yo! Payments is a revolutionary mobile payments gateway service. Yo! Payments enables businesses to receive payments from their customers via mobile money, as well as make mobile money payments to any mobile money account holder. Yo! Payments also has the capability to send mobile calling credit (“airtime”) directly to users.

This project enables a user to make bulk payments using their Yo! Payments Account.

Getting Started

Prerequisites

To use the API, you must, first of all, have a Yo! Payments Business Account. The API is not available for Personal Accounts

  • Yo! Payments API Username
  • Yo! Payments API Password

Installing

Download the file and add your Yo! Payments API credentials.

string api_username = "yoapiusername";
string api_password = "yoapipassword"; 

Build the file and run it as an executable.

Built With

  • C# - C# Programming Language

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Gerald Begumisa
  • Grace Kyeyune
  • Aziz Kirumira

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%