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
- otp_request - Submit or Resend OTP
eligibility_ap_is
- eligibility_cardless_emi - Get eligible Cardless EMI
- eligibility_offer - Get eligible Offers
- eligibility_paylater - Get eligible Paylater
offers
- create_offer - Create Offer
- get_offer - Get Offer by ID
orders
- create_order - Create Order
- get_order - Get Order
- order_pay - Order Pay
- preauthorization - Preauthorization
pg_reconciliation
- pg_reconciliation - PG Reconciliation
payment_links
- cancel_payment_link - Cancel Payment Link
- create_payment_link - Create Payment Link
- get_payment_link_details - Fetch Payment Link Details
- get_payment_link_orders - Get Orders for a Payment Link
payments
- get_paymentby_id - Get Payment by ID
- get_paymentsfororder - Get Payments for an Order
refunds
- createrefund - Create Refund
- get_refund - Get Refund
- getallrefundsfororder - Get All Refunds for an Order
settlement_reconciliation
- settlement_reconciliation - Settlement Reconciliation
settlements
- getsettlements - Get Settlements by Order ID
- settlements - Get All Settlements
token_vault
- delete_specific_saved_instrument - Delete Saved Instrument
- fetch_all_saved_instruments - Fetch All Saved Instruments
- fetch_cryptogram - Fetch cryptogram for saved instrument
- fetch_specific_saved_instrument - Fetch Single Saved Instrument
soft_pos
- create_terminals - Create Terminal
- get_terminal_by_mobile_number - Get terminal status using phone number
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file openapi-suhas-test-0.1.0.tar.gz
.
File metadata
- Download URL: openapi-suhas-test-0.1.0.tar.gz
- Upload date:
- Size: 41.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
747c66cece0880272426281f20153badf23734488f5ef9b984b1e4e040d18b71
|
|
MD5 |
ec21173247438f2892d7191411a96dc5
|
|
BLAKE2b-256 |
8768f4ecb34eb8b32764501b63ac38f739953f957efb2f4b3f0b2793e72f82f3
|
File details
Details for the file openapi_suhas_test-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: openapi_suhas_test-0.1.0-py3-none-any.whl
- Upload date:
- Size: 122.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
19540a1bc2b5f451f1a7827a5916cb3cde2a51d225ec38b9b3115d7af7e50809
|
|
MD5 |
3fc209481d2516dcf17a090e1ee0baa6
|
|
BLAKE2b-256 |
406c778fe6021c878bc248af5c0a44af8c776541aab92af79f2f9459edbef622
|