Skip to main content

No project description provided

Project description

yaya-python-sdk

This is a Python SDK package for handling API integration on merchant application.

Installation

To install the sdk to your python based application, add

yayawallet-python-sdk==VERSION

to the requirements.txt file on your python project. Then run 'pip install -r requirements.txt'.

Environment

The sdk expects api credentials to be provided by the user. To set it up, you need to create a .env file and add the following environment variables:

YAYA_API_URL=https://yayawallet.com/api/en
YAYA_API_PATH=/api/en
YAYA_API_KEY=your_yayawallet_api_key
YAYA_API_SECRET=your_yayawallet_api_secret

You can find the last two credentials on https://yayawallet.com/en/profile/settings, after you logged in to your account on a browser.

How to use?

This sdk provides functions that will call different apis available on YaYa's system. Here is how you can call getTransactionListByUser function:

from adrf.decorators import api_view
from rest_framework.response import Response
from yayawallet_python_sdk.api import transaction

@api_view(['GET'])
async def proxy_get_transaction_list_by_user(request):
    response = await transaction.get_transaction_list_by_user(None)
    return Response(response)

You can get the list of services available on yayawallet_python_sdk/api folder on this repo.

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

yayawallet_python_sdk-0.1.19.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

yayawallet_python_sdk-0.1.19-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file yayawallet_python_sdk-0.1.19.tar.gz.

File metadata

File hashes

Hashes for yayawallet_python_sdk-0.1.19.tar.gz
Algorithm Hash digest
SHA256 cf1bcc36ef1bbd9005ec214549724fccc5ed5f4c52b6de05ca9c656d94f1c63a
MD5 7dba9518a598bac694c40982f0fea9c3
BLAKE2b-256 90c251ec7075e7e131a459848b2d0b2ca222257027d1d6a5ee37687862f9cb31

See more details on using hashes here.

File details

Details for the file yayawallet_python_sdk-0.1.19-py3-none-any.whl.

File metadata

File hashes

Hashes for yayawallet_python_sdk-0.1.19-py3-none-any.whl
Algorithm Hash digest
SHA256 baf07f339f3116d57754a88310647c1092298746bf372e663d53cf3dc6db58ba
MD5 319ee8d40ed739c36862bb0c6166a280
BLAKE2b-256 c020774ef8227bf3766ffdeeac90c83d77fb3b1bf4b5ecfad033a2c4b042a57d

See more details on using hashes here.

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