Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
/ python-sdk Public archive
forked from trolley/python-sdk

Payment Rails SDK in Python for v1 REST APIs

License

Notifications You must be signed in to change notification settings

GetAmbassador/python-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Stable Version

Payment Rails Python SDK

A native Python SDK for the Payment Rails API

Installation

For Python

To install the reference:

Dependencies

Getting Started

from paymentrails.configuration import Configuration
from paymentrails.recipients import Recipients

client = Configuration.gateway("YOUR-PUBLIC-API","YOUR-PRIVATE-API","production")
response = client.recipient.find("R-WJniNq7PUXyboAJetimmJ4")

print(response.id)

Documentation for API Endpoints

All URIs are available at http://docs.paymentrails.com/

All URIs are relative to https://api.paymentrails.com/v1

Usage

Methods should all have Python Doc comments to help you understand their usage. As mentioned the full API documentation is the best source of information about the API.

For more information please read the Python API docs is available. The best starting point is:

Data Type SDK Documentation
Batch API Docs for Batch
Payment API Docs for Payment
Recipient API Docs for Recipient
Recipient Account API Docs for Recipient Account

Documentation for Authorization

merchantKey

  • Type: Authorization
  • Authorization parts: public key, secret key
  • Location: HTTP header

About

Payment Rails SDK in Python for v1 REST APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%