LICENSE
MANIFEST.in
README.md
setup.py
razorpay/__init__.py
razorpay/ca-bundle.crt
razorpay/client.py
razorpay/errors.py
razorpay.egg-info/PKG-INFO
razorpay.egg-info/SOURCES.txt
razorpay.egg-info/dependency_links.txt
razorpay.egg-info/requires.txt
razorpay.egg-info/top_level.txt
razorpay/constants/__init__.py
razorpay/constants/error_code.py
razorpay/constants/http_status_code.py
razorpay/constants/url.py
razorpay/resources/__init__.py
razorpay/resources/account.py
razorpay/resources/addon.py
razorpay/resources/base.py
razorpay/resources/card.py
razorpay/resources/customer.py
razorpay/resources/fund_account.py
razorpay/resources/iin.py
razorpay/resources/invoice.py
razorpay/resources/item.py
razorpay/resources/order.py
razorpay/resources/payment.py
razorpay/resources/payment_link.py
razorpay/resources/plan.py
razorpay/resources/product.py
razorpay/resources/qrcode.py
razorpay/resources/refund.py
razorpay/resources/registration_link.py
razorpay/resources/settlement.py
razorpay/resources/stakeholder.py
razorpay/resources/subscription.py
razorpay/resources/token.py
razorpay/resources/transfer.py
razorpay/resources/virtual_account.py
razorpay/resources/webhook.py
razorpay/utility/__init__.py
razorpay/utility/utility.py
tests/__init__.py
tests/helpers.py
tests/test_client_account.py
tests/test_client_addon.py
tests/test_client_card.py
tests/test_client_customer.py
tests/test_client_error.py
tests/test_client_fund_account.py
tests/test_client_iin.py
tests/test_client_invoice.py
tests/test_client_item.py
tests/test_client_order.py
tests/test_client_payment.py
tests/test_client_payment_link.py
tests/test_client_plan.py
tests/test_client_product.py
tests/test_client_qrcode.py
tests/test_client_refund.py
tests/test_client_registration_link.py
tests/test_client_settlement.py
tests/test_client_stakeholder.py
tests/test_client_subscription.py
tests/test_client_token.py
tests/test_client_transfer.py
tests/test_client_utility.py
tests/test_client_virtual_account.py
tests/test_client_webhook.py
tests/test_multiple_client.py
tests/test_user_agent.py
tests/mocks/addon_collection.json
tests/mocks/bad_request_error.json
tests/mocks/cancel_payment_link.json
tests/mocks/customer_collection.json
tests/mocks/edit_customer.json
tests/mocks/edit_order.json
tests/mocks/edit_payment.json
tests/mocks/edit_payment_link.json
tests/mocks/fake_account.json
tests/mocks/fake_addon.json
tests/mocks/fake_app_details.json
tests/mocks/fake_bank_transfer.json
tests/mocks/fake_captured_payment.json
tests/mocks/fake_card.json
tests/mocks/fake_card_detail_payment.json
tests/mocks/fake_create_recurring.json
tests/mocks/fake_customer.json
tests/mocks/fake_delete_allowed_payer.json
tests/mocks/fake_iin.json
tests/mocks/fake_invoice.json
tests/mocks/fake_invoice_cancel.json
tests/mocks/fake_invoice_delete.json
tests/mocks/fake_invoice_edit.json
tests/mocks/fake_invoice_notify_by.json
tests/mocks/fake_item.json
tests/mocks/fake_merchant_token.json
tests/mocks/fake_order.json
tests/mocks/fake_otp_generate.json
tests/mocks/fake_otp_resend.json
tests/mocks/fake_otp_submit.json
tests/mocks/fake_payment.json
tests/mocks/fake_payment_authorized_webhook.json
tests/mocks/fake_payment_json.json
tests/mocks/fake_payment_link.json
tests/mocks/fake_plan.json
tests/mocks/fake_product.json
tests/mocks/fake_qrcode.json
tests/mocks/fake_reference_card.json
tests/mocks/fake_refund.json
tests/mocks/fake_registration_link.json
tests/mocks/fake_reversal.json
tests/mocks/fake_settlement.json
tests/mocks/fake_stakeholder.json
tests/mocks/fake_subscription.json
tests/mocks/fake_subscription_addon.json
tests/mocks/fake_subscription_cancelled.json
tests/mocks/fake_subscription_paused.json
tests/mocks/fake_subscription_resumed.json
tests/mocks/fake_token.json
tests/mocks/fake_transfer.json
tests/mocks/fake_upi_transfer.json
tests/mocks/fake_virtual_accounts.json
tests/mocks/fake_virtual_accounts_closed.json
tests/mocks/fake_virtual_accounts_receiver.json
tests/mocks/fake_webhook.json
tests/mocks/fund_account_collection.json
tests/mocks/init_account.json
tests/mocks/init_create_recurring.json
tests/mocks/init_customer.json
tests/mocks/init_invoice.json
tests/mocks/init_invoice_edit.json
tests/mocks/init_order.json
tests/mocks/init_payment_link.json
tests/mocks/init_plan.json
tests/mocks/init_registration_link.json
tests/mocks/init_settlement.json
tests/mocks/init_stakeholder.json
tests/mocks/init_subscription.json
tests/mocks/init_transfer.json
tests/mocks/init_virtual_accounts.json
tests/mocks/init_webhook.json
tests/mocks/invoice_collection.json
tests/mocks/invoice_collection_with_one_invoice.json
tests/mocks/item_collection.json
tests/mocks/order_collection.json
tests/mocks/order_collection_with_one_order.json
tests/mocks/payment_collection.json
tests/mocks/payment_collection_with_one_payment.json
tests/mocks/payment_link_collection.json
tests/mocks/plan_collection.json
tests/mocks/qrcode_collection.json
tests/mocks/qrcode_payments_collection.json
tests/mocks/refund_collection.json
tests/mocks/reversal_collection.json
tests/mocks/settlement_collection.json
tests/mocks/settlement_collection_with_one_settlement.json
tests/mocks/stakeholder_collection.json
tests/mocks/subscription_collection.json
tests/mocks/token_collection.json
tests/mocks/token_collection_with_one_token.json
tests/mocks/transfers_collection.json
tests/mocks/transfers_collection_with_payment_id.json
tests/mocks/virtual_accounts_collection.json
tests/mocks/virtual_accounts_collection_with_one_item.json
tests/mocks/webhook_collection.json