Skip to main content

Python Client SDK Generated by Speakeasy

Project description

openapi

SDK Installation

pip install openapi

SDK Example Usage

import sdk
from sdk.models import operations, shared

s = sdk.SDK()

req = operations.OTPRequestRequest(
    otp_request=shared.OTPRequest(
        action=shared.OTPRequestAction.RESEND_OTP,
        otp='provident',
    ),
    payment_id='distinctio',
    x_api_version='quibusdam',
)

res = s.authentication.otp_request(req)

if res.otp_response_entity is not None:
    # handle response

Available Resources and Operations

authentication

eligibility_ap_is

offers

orders

pg_reconciliation

payment_links

payments

refunds

settlement_reconciliation

settlements

token_vault

soft_pos

Maturity

This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage to a specific package version. This way, you can install the same version each time without breaking changes unless you are intentionally looking for the latest version.

Contributions

While we value open-source contributions to this SDK, this library is generated programmatically. Feel free to open a PR or a Github issue as a proof of concept and we'll do our best to include it in a future release!

SDK Created by Speakeasy

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

openapi-suhas-test-0.1.0.tar.gz (41.9 kB view hashes)

Uploaded Source

Built Distribution

openapi_suhas_test-0.1.0-py3-none-any.whl (122.2 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