Skip to main content

Peach Partner Library is a platform agnostic Python package to help integrating PeachPayments with their partners.

Project description

Peach Partner Library

Overview

Peach Partner Library is a platform agnostic Python package to help integrating PeachPayments with their partners.

Documentation:

Source Code: https://gitlab.com/peachpayments/peach-partner-python/


Usage

Package requires Python 3.9+

Installation

# pip
$ pip3 install peach-partner
# poetry
$ poetry add peach-partner

Result codes

from peach_partner.result_codes import result_codes

result_codes.TRANSACTION_SUCCEEDED.code == "000.000.000"
result_codes.get("000.000.000").name == "TRANSACTION_SUCCEEDED"
result_codes.get("000.000.000").description == "Transaction succeeded"

Field validation

TODO

Authentication

TODO

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

peach-partner-0.0.5.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

peach_partner-0.0.5-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page