razorpay / razorpay-python

Razorpay Python SDK
https://pypi.python.org/pypi/razorpay
MIT License
153 stars 81 forks source link

feat: add partner's api's #255

Closed ankitdas13 closed 1 year ago

ankitdas13 commented 1 year ago

Links for api reference you can also check this doc for more details

Account : https://razorpay.com/docs/api/partners/account-onboarding

Stakeholder : https://razorpay.com/docs/api/partners/stakeholder

Product configuration : https://razorpay.com/docs/api/partners/product-configuration

Webhook : https://razorpay.com/docs/api/partners/webhooks/#create-a-webhook

Terms & condition : https://razorpay.com/docs/api/partners/terms-conditions

Linked accont : https://razorpay.com/docs/partners/route/linked-accounts

Token Sharing : https://razorpay.com/docs/partners/aggregators/partner-auth/token-sharing

Documents:https://razorpay.com/docs/api/partners/upload-document/

Iin validation : https://razorpay.com/docs/payments/payment-methods/cards/token-hq/merchant-requestor-with-network-tokens/iin-validation

Card fingerprints : https://razorpay.com/docs/api/payments/cards/fingerprints#using-card-number

codecov-commenter commented 1 year ago

Codecov Report

Merging #255 (71204e1) into master (60df5f0) will decrease coverage by 1.56%. The diff coverage is 92.99%.

@@            Coverage Diff             @@
##           master     #255      +/-   ##
==========================================
- Coverage   98.61%   97.06%   -1.56%     
==========================================
  Files          52       62      +10     
  Lines        1662     2009     +347     
==========================================
+ Hits         1639     1950     +311     
- Misses         23       59      +36     
Files Changed Coverage Δ
razorpay/client.py 92.10% <10.00%> (-7.90%) :arrow_down:
razorpay/resources/base.py 86.95% <50.00%> (-3.52%) :arrow_down:
tests/test_client_virtual_account.py 94.50% <66.66%> (-5.50%) :arrow_down:
razorpay/resources/account.py 82.60% <82.60%> (ø)
razorpay/resources/stakeholder.py 83.33% <83.33%> (ø)
razorpay/resources/webhook.py 83.33% <83.33%> (ø)
razorpay/resources/token.py 92.59% <84.61%> (-7.41%) :arrow_down:
razorpay/__init__.py 100.00% <100.00%> (ø)
razorpay/constants/url.py 100.00% <100.00%> (ø)
razorpay/resources/__init__.py 100.00% <100.00%> (ø)
... and 28 more