Skip to content

This module offers a streamlined solution for seamlessly integrating the Vanilla Pay payment system into Python applications.

Notifications You must be signed in to change notification settings

Rohan29-AN/vanilla_pay_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Vanilla Pay Python library simplifies the integration of Vanilla Pay International payment functionalities into your Python applications.

Getting Started

  1. Create Your Vanilla Pay Account: Sign up on Vanilla Pay International to get your credentials (CLIENT_ID, CLIENT_SECRET, KEY_SECRET, VPI_VERSION).
  2. Set Up Environment Variables: Add the required variables to a .env file. You can find an example in the repository.
  3. Start Using the Library: Initialize the VanillaPay object and start integrating payment functionalities into your application.

Installation

You can consult the link on here for mode documentation.

pip install vanillapay==1.0.1

Usage

Check the demo file here

Features

  • Token Generation: Generate authentication tokens for transactions.
  • Payment Initialization: Initiate payment processes and generate payment links.
  • Transaction Status Checking: Retrieve transaction statuses using payment links.
  • Data Authenticity Validation: Verify data authenticity using signatures and secrets.

Contribution and Development

To-Do List

  • Improve Documentation

How to Contribute

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/improvement).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/improvement).
  6. Create a new Pull Request.

Contributors

Image des contributeurs GitHub

About

This module offers a streamlined solution for seamlessly integrating the Vanilla Pay payment system into Python applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages