Skip to main content

Xendit REST API Client for Python - Invoice, Payment Request, Payment Method, Refund, Balance, Transaction, Customer, and Payout Services https://xendit.github.io/apireference/

Project description

Xendit Python SDK

Xendit Python SDK

The official Xendit Python SDK provides a simple and convenient way to call Xendit's REST API in applications written in Python.

  • Package version: 7.0.0

Requirements

Python >= 3.10

Getting Started

Installation

Install directly from Xendit's Github Repository:

pip install git+https://github.com/xendit/xendit-python.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/xendit/xendit-python.git)

Then import the package:

import xendit

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import xendit

Authorization

The SDK needs to be instantiated using your secret API key obtained from the Xendit Dashboard. You can sign up for a free Dashboard account here.

import xendit
from xendit.apis import BalanceApi
from pprint import pprint

xendit.set_api_key('XENDIT_API_KEY')

client = xendit.ApiClient()

try:
    response = BalanceApi(client).get_balance('CASH')
    pprint(response)
except xendit.XenditSdkException as e:
    print("Exception when calling BalanceApi->get_balance: %s\n" % e)

Documentation

Find detailed API information and examples for each of our product's by clicking the links below,

All URIs are relative to https://api.xendit.co. For more information about our API, please refer to https://developers.xendit.co/.

Further Reading

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

xendit_python-7.0.0.tar.gz (213.1 kB view details)

Uploaded Source

Built Distribution

xendit_python-7.0.0-py3-none-any.whl (766.6 kB view details)

Uploaded Python 3

File details

Details for the file xendit_python-7.0.0.tar.gz.

File metadata

  • Download URL: xendit_python-7.0.0.tar.gz
  • Upload date:
  • Size: 213.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for xendit_python-7.0.0.tar.gz
Algorithm Hash digest
SHA256 d5bdb6c75e58f5aeb2f4bdb01031abe10a7967e21904e122f91441fffd8ef4e2
MD5 a20982f0a5c61e9f09c82f8e44f395d2
BLAKE2b-256 ce1f1766b58b4bb3cd01afa7b75f33535040eefbe211381a7bba40eb2b3fb079

See more details on using hashes here.

Provenance

The following attestation bundles were made for xendit_python-7.0.0.tar.gz:

Publisher: generate-release-tag.yml on xendit/xendit-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xendit_python-7.0.0-py3-none-any.whl.

File metadata

  • Download URL: xendit_python-7.0.0-py3-none-any.whl
  • Upload date:
  • Size: 766.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for xendit_python-7.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fd3a1f357f1048668c350c3a85df179b867258395ea5bf6638e7a7ddfa3e7142
MD5 f75a6aca8f8e364f46456e0dc14f3696
BLAKE2b-256 08015f6c28a65b6a86a86d8a4420229ade8c630e352b3b546e4b822327ffe592

See more details on using hashes here.

Provenance

The following attestation bundles were made for xendit_python-7.0.0-py3-none-any.whl:

Publisher: generate-release-tag.yml on xendit/xendit-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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