dana-python 1.1.6__tar.gz → 1.1.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dana_python-1.1.7/PKG-INFO +109 -0
- dana_python-1.1.7/README.md +84 -0
- dana_python-1.1.7/dana_python.egg-info/PKG-INFO +109 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/pyproject.toml +1 -1
- dana_python-1.1.6/PKG-INFO +0 -60
- dana_python-1.1.6/README.md +0 -35
- dana_python-1.1.6/dana_python.egg-info/PKG-INFO +0 -60
- {dana_python-1.1.6 → dana_python-1.1.7}/LICENSE +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/__init__.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/api_client.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/api_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/base/__init__.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/base/configuration.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/base/model.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/base/types.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/__init__.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/__init__.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/api/__init__.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/api/disbursement_api.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/enum.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/__init__.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/bank_account_inquiry_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/bank_account_inquiry_request_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/bank_account_inquiry_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/bank_account_inquiry_response_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/dana_account_inquiry_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/dana_account_inquiry_request_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/dana_account_inquiry_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/money.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/transfer_to_bank_inquiry_status_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/transfer_to_bank_inquiry_status_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/transfer_to_bank_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/transfer_to_bank_request_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/transfer_to_bank_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/transfer_to_dana_inquiry_status_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/transfer_to_dana_inquiry_status_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/transfer_to_dana_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/transfer_to_dana_request_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/transfer_to_dana_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/exceptions.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/__init__.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/__init__.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/api/__init__.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/api/merchant_management_api.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/enum.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/__init__.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/address_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/business_docs.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/create_division_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/create_division_request_ext_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/create_division_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/create_division_response_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/create_division_response_response_body.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/create_division_response_response_head.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/create_shop_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/create_shop_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/create_shop_response_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/create_shop_response_response_body.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/create_shop_response_response_head.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/division_resource_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/merchant_resource_information.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/mobile_no_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/pic_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/query_division_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/query_division_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/query_division_response_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/query_division_response_response_body.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/query_division_response_response_head.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/query_merchant_resource_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/query_merchant_resource_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/query_merchant_resource_response_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/query_merchant_resource_response_response_body.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/query_merchant_resource_response_response_head.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/query_shop_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/query_shop_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/query_shop_response_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/query_shop_response_response_body.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/query_shop_response_response_head.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/result_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/shop_resource_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/update_division_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/update_division_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/update_division_response_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/update_division_response_response_body.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/update_division_response_response_head.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/update_shop_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/update_shop_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/update_shop_response_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/update_shop_response_response_head.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/user_name.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/__init__.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/__init__.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/api/__init__.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/api/payment_gateway_api.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/enum.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/__init__.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/actor_context.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/amount_detail.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/audit_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/buyer.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/cancel_order_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/cancel_order_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/consult_pay_payment_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/consult_pay_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/consult_pay_request_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/consult_pay_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/create_order_by_api_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/create_order_by_api_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/create_order_by_redirect_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/create_order_by_redirect_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/create_order_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/create_order_response_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/env_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/goods.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/money.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/order_api_object.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/order_redirect_object.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/pay_option_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/pay_option_detail.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/pay_option_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/payment_view.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/promo_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/query_payment_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/query_payment_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/query_payment_response_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/refund_option_bill.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/refund_order_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/refund_order_request_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/refund_order_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/seller.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/shipping_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/status_detail.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/time_detail.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/url_param.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/payment_gateway/v1/models/virtual_account_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/rest.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/utils/models.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/utils/open_api_configuration.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/utils/open_api_header.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/utils/script.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/utils/snap_configuration.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/utils/snap_header.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/utils/url.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/webhook/__init__.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/webhook/finish_notify_payment_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/webhook/finish_notify_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/webhook/finish_notify_request_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/webhook/finish_notify_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/webhook/money.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/webhook/pay_option_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/webhook/shop_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/webhook/webhook.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/__init__.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/__init__.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/api/__init__.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/api/widget_api.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/enum.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/__init__.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/account_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/account_unbinding_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/account_unbinding_request_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/account_unbinding_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/amount_detail.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/apply_ott_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/apply_ott_request_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/apply_ott_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/apply_ott_response_user_resources_inner.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/apply_token_authorization_code_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/apply_token_refresh_token_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/apply_token_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/apply_token_response_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/apply_token_response_additional_info_user_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/balance_inquiry_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/balance_inquiry_request_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/balance_inquiry_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/buyer.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/cancel_order_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/cancel_order_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/env_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/goods.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/international_order_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/international_order_info_exchange_rate.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/money.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/oauth2_url_data.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/oauth2_url_data_seamless_data.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/order.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/pay_option_detail.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/pay_option_detail_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/pay_option_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/payment_promo_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/payment_view.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/query_payment_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/query_payment_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/query_payment_response_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/query_user_profile_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/query_user_profile_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/query_user_profile_response_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/query_user_profile_response_response_body.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/query_user_profile_response_response_head.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/refund_order_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/refund_order_request_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/refund_order_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/refund_promo_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/result_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/seller.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/service_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/shipping_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/status_detail.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/time_detail.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/url_param.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/user_resource_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/virtual_account_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/widget_payment_request.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/widget_payment_request_additional_info.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/models/widget_payment_response.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana/widget/v1/util.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana_python.egg-info/SOURCES.txt +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana_python.egg-info/dependency_links.txt +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana_python.egg-info/requires.txt +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/dana_python.egg-info/top_level.txt +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/setup.cfg +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/tests/test_disbursement_api.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/tests/test_merchant_management_api.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/tests/test_payment_gateway_api.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/tests/test_payment_gateway_with_automation.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/tests/test_webhook.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/tests/test_widget_api.py +0 -0
- {dana_python-1.1.6 → dana_python-1.1.7}/tests/test_widget_with_automation.py +0 -0
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: dana-python
|
|
3
|
+
Version: 1.1.7
|
|
4
|
+
Summary: API Client (SDK) for DANA APIs based on https://dashboard.dana.id/api-docs
|
|
5
|
+
Author-email: DANA Package Manager <package-manager@dana.id>
|
|
6
|
+
Maintainer-email: DANA Package Manager <package-manager@dana.id>
|
|
7
|
+
License-Expression: Apache-2.0
|
|
8
|
+
Project-URL: homepage, https://dashboard.dana.id/api-docs
|
|
9
|
+
Project-URL: repository, https://github.com/dana-id/dana-python
|
|
10
|
+
Keywords: DANA,DANA ID Docs,DANA SDK,DANA Python,DANA API Client,DANA Python API Client,DANA Python SDK
|
|
11
|
+
Requires-Python: >3.9.1
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
License-File: LICENSE
|
|
14
|
+
Requires-Dist: annotated-types==0.7.0
|
|
15
|
+
Requires-Dist: cffi==1.17.1
|
|
16
|
+
Requires-Dist: cryptography<46.0.0,>=44.0.2
|
|
17
|
+
Requires-Dist: pycparser==2.22
|
|
18
|
+
Requires-Dist: pydantic<3.0.0,>=2.10.6
|
|
19
|
+
Requires-Dist: pydantic-core<3.0.0,>=2.27.2
|
|
20
|
+
Requires-Dist: python-dateutil==2.9.0.post0
|
|
21
|
+
Requires-Dist: six==1.17.0
|
|
22
|
+
Requires-Dist: typing-extensions<5.0.0,>=4.12.2
|
|
23
|
+
Requires-Dist: urllib3<3.0.0,>=2.3.0
|
|
24
|
+
Dynamic: license-file
|
|
25
|
+
|
|
26
|
+
# dana-python
|
|
27
|
+
The official DANA Python SDK provides a simple and convenient way to call DANA's REST API in applications written in Python (based on https://dashboard.dana.id/api-docs-v2/)
|
|
28
|
+
|
|
29
|
+
## ⚠️ Run This First - Save Days of Debugging
|
|
30
|
+
|
|
31
|
+
Before writing any integration code, **run our automated test suite**. It takes **under 2 minutes** and shows you how the full flow works — **with your own credentials**.
|
|
32
|
+
|
|
33
|
+
Here is the link: https://github.com/dana-id/uat-script.
|
|
34
|
+
|
|
35
|
+
### Why This Matters
|
|
36
|
+
|
|
37
|
+
- 🧪 Validates your setup instantly
|
|
38
|
+
- 👀 **See exactly how each scenario flows**
|
|
39
|
+
- 🧾 Gives us logs to help you faster
|
|
40
|
+
- 🚫 Skipping this = guaranteed delays
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### What It Does
|
|
44
|
+
|
|
45
|
+
✅ Runs full scenario checks for DANA Sandbox
|
|
46
|
+
|
|
47
|
+
✅ Installs and executes automatically
|
|
48
|
+
|
|
49
|
+
✅ Shows real-time results in your terminal
|
|
50
|
+
|
|
51
|
+
✅ Runs in a safe, simulation-only environment
|
|
52
|
+
|
|
53
|
+
> Don't fly blind. Run the test first. See the flow. Build with confidence.
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
.
|
|
57
|
+
|
|
58
|
+
.
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
# Getting Started
|
|
62
|
+
|
|
63
|
+
## Requirements.
|
|
64
|
+
|
|
65
|
+
Python 3.9.1+
|
|
66
|
+
|
|
67
|
+
## Installation & Usage
|
|
68
|
+
### pip install
|
|
69
|
+
|
|
70
|
+
If the python package is hosted on a repository, you can install directly using:
|
|
71
|
+
|
|
72
|
+
```sh
|
|
73
|
+
pip install dana-python
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
(you may need to run `pip` with root permission: `sudo pip install dana-python`)
|
|
77
|
+
|
|
78
|
+
Then import the package, ex:
|
|
79
|
+
```python
|
|
80
|
+
import dana.payment_gateway.v1
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
## Environment Variables
|
|
84
|
+
|
|
85
|
+
Before using the SDK, please make sure to set the following environment variables (In .env):
|
|
86
|
+
|
|
87
|
+
| Name | Description | Example Value |
|
|
88
|
+
| ---------------------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
|
|
89
|
+
| `ENV` or `DANA_ENV` | Defines which environment the SDK will use. Possible values: `SANDBOX` or `PRODUCTION`. | `SANDBOX` |
|
|
90
|
+
| `X_PARTNER_ID` | Unique identifier for partner, provided by DANA, also known as `clientId`. | 1970010100000000000000 |
|
|
91
|
+
| `PRIVATE_KEY` | Your private key string. | `-----BEGIN PRIVATE KEY-----MIIBVgIBADANBg...LsvTqw==-----END PRIVATE KEY-----` |
|
|
92
|
+
| `PRIVATE_KEY_PATH` | Path to your private key file. If both are set, `PRIVATE_KEY_PATH` is used. | /path/to/your_private_key.pem |
|
|
93
|
+
| `DANA_PUBLIC_KEY` | DANA public key string for parsing webhook. | `-----BEGIN PUBLIC KEY-----MIIBIjANBgkq...Do/QIDAQAB-----END PUBLIC KEY-----` |
|
|
94
|
+
| `DANA_PUBLIC_KEY_PATH` | Path to DANA public key file for parsing webhook. If both set, `DANA_PUBLIC_KEY_PATH is used. | /path/to/dana_public_key.pem |
|
|
95
|
+
| `ORIGIN` | Origin domain. | https://yourdomain.com |
|
|
96
|
+
| `CLIENT_SECRET` | Assigned client secret during registration. Must be set for DisbursementApi | your_client_secret |
|
|
97
|
+
|
|
98
|
+
You can see these variables in .env.example, fill it, and change the file name to .env (remove the .example extension)
|
|
99
|
+
|
|
100
|
+
Then you can choose these following APIs based on the business solution you want to integrate:
|
|
101
|
+
|
|
102
|
+
## Documentation for API Endpoints
|
|
103
|
+
|
|
104
|
+
API | Description
|
|
105
|
+
------------- | -------------
|
|
106
|
+
[**PaymentGatewayApi**](docs/payment_gateway/v1/PaymentGatewayApi.md) | API for doing operations in DANA Payment Gateway (Gapura)
|
|
107
|
+
[**WidgetApi**](docs/widget/v1/WidgetApi.md) | API for enabling the user to make payment from merchant’s platform with redirecting to DANA’s platform
|
|
108
|
+
[**DisbursementApi**](docs/disbursement/v1/DisbursementApi.md) | API for doing operations in DANA Disbursement
|
|
109
|
+
[**MerchantManagementApi**](docs/merchant_management/v1/MerchantManagementApi.md) | API for doing operations in DANA Merchant Management
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
# dana-python
|
|
2
|
+
The official DANA Python SDK provides a simple and convenient way to call DANA's REST API in applications written in Python (based on https://dashboard.dana.id/api-docs-v2/)
|
|
3
|
+
|
|
4
|
+
## ⚠️ Run This First - Save Days of Debugging
|
|
5
|
+
|
|
6
|
+
Before writing any integration code, **run our automated test suite**. It takes **under 2 minutes** and shows you how the full flow works — **with your own credentials**.
|
|
7
|
+
|
|
8
|
+
Here is the link: https://github.com/dana-id/uat-script.
|
|
9
|
+
|
|
10
|
+
### Why This Matters
|
|
11
|
+
|
|
12
|
+
- 🧪 Validates your setup instantly
|
|
13
|
+
- 👀 **See exactly how each scenario flows**
|
|
14
|
+
- 🧾 Gives us logs to help you faster
|
|
15
|
+
- 🚫 Skipping this = guaranteed delays
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### What It Does
|
|
19
|
+
|
|
20
|
+
✅ Runs full scenario checks for DANA Sandbox
|
|
21
|
+
|
|
22
|
+
✅ Installs and executes automatically
|
|
23
|
+
|
|
24
|
+
✅ Shows real-time results in your terminal
|
|
25
|
+
|
|
26
|
+
✅ Runs in a safe, simulation-only environment
|
|
27
|
+
|
|
28
|
+
> Don't fly blind. Run the test first. See the flow. Build with confidence.
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
.
|
|
32
|
+
|
|
33
|
+
.
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
# Getting Started
|
|
37
|
+
|
|
38
|
+
## Requirements.
|
|
39
|
+
|
|
40
|
+
Python 3.9.1+
|
|
41
|
+
|
|
42
|
+
## Installation & Usage
|
|
43
|
+
### pip install
|
|
44
|
+
|
|
45
|
+
If the python package is hosted on a repository, you can install directly using:
|
|
46
|
+
|
|
47
|
+
```sh
|
|
48
|
+
pip install dana-python
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
(you may need to run `pip` with root permission: `sudo pip install dana-python`)
|
|
52
|
+
|
|
53
|
+
Then import the package, ex:
|
|
54
|
+
```python
|
|
55
|
+
import dana.payment_gateway.v1
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
## Environment Variables
|
|
59
|
+
|
|
60
|
+
Before using the SDK, please make sure to set the following environment variables (In .env):
|
|
61
|
+
|
|
62
|
+
| Name | Description | Example Value |
|
|
63
|
+
| ---------------------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
|
|
64
|
+
| `ENV` or `DANA_ENV` | Defines which environment the SDK will use. Possible values: `SANDBOX` or `PRODUCTION`. | `SANDBOX` |
|
|
65
|
+
| `X_PARTNER_ID` | Unique identifier for partner, provided by DANA, also known as `clientId`. | 1970010100000000000000 |
|
|
66
|
+
| `PRIVATE_KEY` | Your private key string. | `-----BEGIN PRIVATE KEY-----MIIBVgIBADANBg...LsvTqw==-----END PRIVATE KEY-----` |
|
|
67
|
+
| `PRIVATE_KEY_PATH` | Path to your private key file. If both are set, `PRIVATE_KEY_PATH` is used. | /path/to/your_private_key.pem |
|
|
68
|
+
| `DANA_PUBLIC_KEY` | DANA public key string for parsing webhook. | `-----BEGIN PUBLIC KEY-----MIIBIjANBgkq...Do/QIDAQAB-----END PUBLIC KEY-----` |
|
|
69
|
+
| `DANA_PUBLIC_KEY_PATH` | Path to DANA public key file for parsing webhook. If both set, `DANA_PUBLIC_KEY_PATH is used. | /path/to/dana_public_key.pem |
|
|
70
|
+
| `ORIGIN` | Origin domain. | https://yourdomain.com |
|
|
71
|
+
| `CLIENT_SECRET` | Assigned client secret during registration. Must be set for DisbursementApi | your_client_secret |
|
|
72
|
+
|
|
73
|
+
You can see these variables in .env.example, fill it, and change the file name to .env (remove the .example extension)
|
|
74
|
+
|
|
75
|
+
Then you can choose these following APIs based on the business solution you want to integrate:
|
|
76
|
+
|
|
77
|
+
## Documentation for API Endpoints
|
|
78
|
+
|
|
79
|
+
API | Description
|
|
80
|
+
------------- | -------------
|
|
81
|
+
[**PaymentGatewayApi**](docs/payment_gateway/v1/PaymentGatewayApi.md) | API for doing operations in DANA Payment Gateway (Gapura)
|
|
82
|
+
[**WidgetApi**](docs/widget/v1/WidgetApi.md) | API for enabling the user to make payment from merchant’s platform with redirecting to DANA’s platform
|
|
83
|
+
[**DisbursementApi**](docs/disbursement/v1/DisbursementApi.md) | API for doing operations in DANA Disbursement
|
|
84
|
+
[**MerchantManagementApi**](docs/merchant_management/v1/MerchantManagementApi.md) | API for doing operations in DANA Merchant Management
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: dana-python
|
|
3
|
+
Version: 1.1.7
|
|
4
|
+
Summary: API Client (SDK) for DANA APIs based on https://dashboard.dana.id/api-docs
|
|
5
|
+
Author-email: DANA Package Manager <package-manager@dana.id>
|
|
6
|
+
Maintainer-email: DANA Package Manager <package-manager@dana.id>
|
|
7
|
+
License-Expression: Apache-2.0
|
|
8
|
+
Project-URL: homepage, https://dashboard.dana.id/api-docs
|
|
9
|
+
Project-URL: repository, https://github.com/dana-id/dana-python
|
|
10
|
+
Keywords: DANA,DANA ID Docs,DANA SDK,DANA Python,DANA API Client,DANA Python API Client,DANA Python SDK
|
|
11
|
+
Requires-Python: >3.9.1
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
License-File: LICENSE
|
|
14
|
+
Requires-Dist: annotated-types==0.7.0
|
|
15
|
+
Requires-Dist: cffi==1.17.1
|
|
16
|
+
Requires-Dist: cryptography<46.0.0,>=44.0.2
|
|
17
|
+
Requires-Dist: pycparser==2.22
|
|
18
|
+
Requires-Dist: pydantic<3.0.0,>=2.10.6
|
|
19
|
+
Requires-Dist: pydantic-core<3.0.0,>=2.27.2
|
|
20
|
+
Requires-Dist: python-dateutil==2.9.0.post0
|
|
21
|
+
Requires-Dist: six==1.17.0
|
|
22
|
+
Requires-Dist: typing-extensions<5.0.0,>=4.12.2
|
|
23
|
+
Requires-Dist: urllib3<3.0.0,>=2.3.0
|
|
24
|
+
Dynamic: license-file
|
|
25
|
+
|
|
26
|
+
# dana-python
|
|
27
|
+
The official DANA Python SDK provides a simple and convenient way to call DANA's REST API in applications written in Python (based on https://dashboard.dana.id/api-docs-v2/)
|
|
28
|
+
|
|
29
|
+
## ⚠️ Run This First - Save Days of Debugging
|
|
30
|
+
|
|
31
|
+
Before writing any integration code, **run our automated test suite**. It takes **under 2 minutes** and shows you how the full flow works — **with your own credentials**.
|
|
32
|
+
|
|
33
|
+
Here is the link: https://github.com/dana-id/uat-script.
|
|
34
|
+
|
|
35
|
+
### Why This Matters
|
|
36
|
+
|
|
37
|
+
- 🧪 Validates your setup instantly
|
|
38
|
+
- 👀 **See exactly how each scenario flows**
|
|
39
|
+
- 🧾 Gives us logs to help you faster
|
|
40
|
+
- 🚫 Skipping this = guaranteed delays
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### What It Does
|
|
44
|
+
|
|
45
|
+
✅ Runs full scenario checks for DANA Sandbox
|
|
46
|
+
|
|
47
|
+
✅ Installs and executes automatically
|
|
48
|
+
|
|
49
|
+
✅ Shows real-time results in your terminal
|
|
50
|
+
|
|
51
|
+
✅ Runs in a safe, simulation-only environment
|
|
52
|
+
|
|
53
|
+
> Don't fly blind. Run the test first. See the flow. Build with confidence.
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
.
|
|
57
|
+
|
|
58
|
+
.
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
# Getting Started
|
|
62
|
+
|
|
63
|
+
## Requirements.
|
|
64
|
+
|
|
65
|
+
Python 3.9.1+
|
|
66
|
+
|
|
67
|
+
## Installation & Usage
|
|
68
|
+
### pip install
|
|
69
|
+
|
|
70
|
+
If the python package is hosted on a repository, you can install directly using:
|
|
71
|
+
|
|
72
|
+
```sh
|
|
73
|
+
pip install dana-python
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
(you may need to run `pip` with root permission: `sudo pip install dana-python`)
|
|
77
|
+
|
|
78
|
+
Then import the package, ex:
|
|
79
|
+
```python
|
|
80
|
+
import dana.payment_gateway.v1
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
## Environment Variables
|
|
84
|
+
|
|
85
|
+
Before using the SDK, please make sure to set the following environment variables (In .env):
|
|
86
|
+
|
|
87
|
+
| Name | Description | Example Value |
|
|
88
|
+
| ---------------------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
|
|
89
|
+
| `ENV` or `DANA_ENV` | Defines which environment the SDK will use. Possible values: `SANDBOX` or `PRODUCTION`. | `SANDBOX` |
|
|
90
|
+
| `X_PARTNER_ID` | Unique identifier for partner, provided by DANA, also known as `clientId`. | 1970010100000000000000 |
|
|
91
|
+
| `PRIVATE_KEY` | Your private key string. | `-----BEGIN PRIVATE KEY-----MIIBVgIBADANBg...LsvTqw==-----END PRIVATE KEY-----` |
|
|
92
|
+
| `PRIVATE_KEY_PATH` | Path to your private key file. If both are set, `PRIVATE_KEY_PATH` is used. | /path/to/your_private_key.pem |
|
|
93
|
+
| `DANA_PUBLIC_KEY` | DANA public key string for parsing webhook. | `-----BEGIN PUBLIC KEY-----MIIBIjANBgkq...Do/QIDAQAB-----END PUBLIC KEY-----` |
|
|
94
|
+
| `DANA_PUBLIC_KEY_PATH` | Path to DANA public key file for parsing webhook. If both set, `DANA_PUBLIC_KEY_PATH is used. | /path/to/dana_public_key.pem |
|
|
95
|
+
| `ORIGIN` | Origin domain. | https://yourdomain.com |
|
|
96
|
+
| `CLIENT_SECRET` | Assigned client secret during registration. Must be set for DisbursementApi | your_client_secret |
|
|
97
|
+
|
|
98
|
+
You can see these variables in .env.example, fill it, and change the file name to .env (remove the .example extension)
|
|
99
|
+
|
|
100
|
+
Then you can choose these following APIs based on the business solution you want to integrate:
|
|
101
|
+
|
|
102
|
+
## Documentation for API Endpoints
|
|
103
|
+
|
|
104
|
+
API | Description
|
|
105
|
+
------------- | -------------
|
|
106
|
+
[**PaymentGatewayApi**](docs/payment_gateway/v1/PaymentGatewayApi.md) | API for doing operations in DANA Payment Gateway (Gapura)
|
|
107
|
+
[**WidgetApi**](docs/widget/v1/WidgetApi.md) | API for enabling the user to make payment from merchant’s platform with redirecting to DANA’s platform
|
|
108
|
+
[**DisbursementApi**](docs/disbursement/v1/DisbursementApi.md) | API for doing operations in DANA Disbursement
|
|
109
|
+
[**MerchantManagementApi**](docs/merchant_management/v1/MerchantManagementApi.md) | API for doing operations in DANA Merchant Management
|
dana_python-1.1.6/PKG-INFO
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: dana-python
|
|
3
|
-
Version: 1.1.6
|
|
4
|
-
Summary: API Client (SDK) for DANA APIs based on https://dashboard.dana.id/api-docs
|
|
5
|
-
Author-email: DANA Package Manager <package-manager@dana.id>
|
|
6
|
-
Maintainer-email: DANA Package Manager <package-manager@dana.id>
|
|
7
|
-
License-Expression: Apache-2.0
|
|
8
|
-
Project-URL: homepage, https://dashboard.dana.id/api-docs
|
|
9
|
-
Project-URL: repository, https://github.com/dana-id/dana-python
|
|
10
|
-
Keywords: DANA,DANA ID Docs,DANA SDK,DANA Python,DANA API Client,DANA Python API Client,DANA Python SDK
|
|
11
|
-
Requires-Python: >3.9.1
|
|
12
|
-
Description-Content-Type: text/markdown
|
|
13
|
-
License-File: LICENSE
|
|
14
|
-
Requires-Dist: annotated-types==0.7.0
|
|
15
|
-
Requires-Dist: cffi==1.17.1
|
|
16
|
-
Requires-Dist: cryptography<46.0.0,>=44.0.2
|
|
17
|
-
Requires-Dist: pycparser==2.22
|
|
18
|
-
Requires-Dist: pydantic<3.0.0,>=2.10.6
|
|
19
|
-
Requires-Dist: pydantic-core<3.0.0,>=2.27.2
|
|
20
|
-
Requires-Dist: python-dateutil==2.9.0.post0
|
|
21
|
-
Requires-Dist: six==1.17.0
|
|
22
|
-
Requires-Dist: typing-extensions<5.0.0,>=4.12.2
|
|
23
|
-
Requires-Dist: urllib3<3.0.0,>=2.3.0
|
|
24
|
-
Dynamic: license-file
|
|
25
|
-
|
|
26
|
-
# dana-python
|
|
27
|
-
SDK for DANA API (https://dashboard.dana.id/api-docs)
|
|
28
|
-
|
|
29
|
-
## Requirements.
|
|
30
|
-
|
|
31
|
-
Python 3.9.1+
|
|
32
|
-
|
|
33
|
-
## Installation & Usage
|
|
34
|
-
### pip install
|
|
35
|
-
|
|
36
|
-
If the python package is hosted on a repository, you can install directly using:
|
|
37
|
-
|
|
38
|
-
```sh
|
|
39
|
-
pip install dana-python
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
(you may need to run `pip` with root permission: `sudo pip install dana-python`)
|
|
43
|
-
|
|
44
|
-
Then import the package, ex:
|
|
45
|
-
```python
|
|
46
|
-
import dana.payment_gateway.v1
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
## Getting Started
|
|
50
|
-
|
|
51
|
-
Please follow the [installation procedure](#installation--usage) and then go to documentation per API you wanna use:
|
|
52
|
-
|
|
53
|
-
## Documentation for API Endpoints
|
|
54
|
-
|
|
55
|
-
API | Description
|
|
56
|
-
------------- | -------------
|
|
57
|
-
[**PaymentGatewayApi**](docs/payment_gateway/v1/PaymentGatewayApi.md) | API for doing operations in DANA Payment Gateway (Gapura)
|
|
58
|
-
[**WidgetApi**](docs/widget/v1/WidgetApi.md) | API for enabling the user to make payment from merchant’s platform with redirecting to DANA’s platform
|
|
59
|
-
[**DisbursementApi**](docs/disbursement/v1/DisbursementApi.md) | API for doing operations in DANA Disbursement
|
|
60
|
-
[**MerchantManagementApi**](docs/merchant_management/v1/MerchantManagementApi.md) | API for doing operations in DANA Merchant Management
|
dana_python-1.1.6/README.md
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
# dana-python
|
|
2
|
-
SDK for DANA API (https://dashboard.dana.id/api-docs)
|
|
3
|
-
|
|
4
|
-
## Requirements.
|
|
5
|
-
|
|
6
|
-
Python 3.9.1+
|
|
7
|
-
|
|
8
|
-
## Installation & Usage
|
|
9
|
-
### pip install
|
|
10
|
-
|
|
11
|
-
If the python package is hosted on a repository, you can install directly using:
|
|
12
|
-
|
|
13
|
-
```sh
|
|
14
|
-
pip install dana-python
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
(you may need to run `pip` with root permission: `sudo pip install dana-python`)
|
|
18
|
-
|
|
19
|
-
Then import the package, ex:
|
|
20
|
-
```python
|
|
21
|
-
import dana.payment_gateway.v1
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
## Getting Started
|
|
25
|
-
|
|
26
|
-
Please follow the [installation procedure](#installation--usage) and then go to documentation per API you wanna use:
|
|
27
|
-
|
|
28
|
-
## Documentation for API Endpoints
|
|
29
|
-
|
|
30
|
-
API | Description
|
|
31
|
-
------------- | -------------
|
|
32
|
-
[**PaymentGatewayApi**](docs/payment_gateway/v1/PaymentGatewayApi.md) | API for doing operations in DANA Payment Gateway (Gapura)
|
|
33
|
-
[**WidgetApi**](docs/widget/v1/WidgetApi.md) | API for enabling the user to make payment from merchant’s platform with redirecting to DANA’s platform
|
|
34
|
-
[**DisbursementApi**](docs/disbursement/v1/DisbursementApi.md) | API for doing operations in DANA Disbursement
|
|
35
|
-
[**MerchantManagementApi**](docs/merchant_management/v1/MerchantManagementApi.md) | API for doing operations in DANA Merchant Management
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: dana-python
|
|
3
|
-
Version: 1.1.6
|
|
4
|
-
Summary: API Client (SDK) for DANA APIs based on https://dashboard.dana.id/api-docs
|
|
5
|
-
Author-email: DANA Package Manager <package-manager@dana.id>
|
|
6
|
-
Maintainer-email: DANA Package Manager <package-manager@dana.id>
|
|
7
|
-
License-Expression: Apache-2.0
|
|
8
|
-
Project-URL: homepage, https://dashboard.dana.id/api-docs
|
|
9
|
-
Project-URL: repository, https://github.com/dana-id/dana-python
|
|
10
|
-
Keywords: DANA,DANA ID Docs,DANA SDK,DANA Python,DANA API Client,DANA Python API Client,DANA Python SDK
|
|
11
|
-
Requires-Python: >3.9.1
|
|
12
|
-
Description-Content-Type: text/markdown
|
|
13
|
-
License-File: LICENSE
|
|
14
|
-
Requires-Dist: annotated-types==0.7.0
|
|
15
|
-
Requires-Dist: cffi==1.17.1
|
|
16
|
-
Requires-Dist: cryptography<46.0.0,>=44.0.2
|
|
17
|
-
Requires-Dist: pycparser==2.22
|
|
18
|
-
Requires-Dist: pydantic<3.0.0,>=2.10.6
|
|
19
|
-
Requires-Dist: pydantic-core<3.0.0,>=2.27.2
|
|
20
|
-
Requires-Dist: python-dateutil==2.9.0.post0
|
|
21
|
-
Requires-Dist: six==1.17.0
|
|
22
|
-
Requires-Dist: typing-extensions<5.0.0,>=4.12.2
|
|
23
|
-
Requires-Dist: urllib3<3.0.0,>=2.3.0
|
|
24
|
-
Dynamic: license-file
|
|
25
|
-
|
|
26
|
-
# dana-python
|
|
27
|
-
SDK for DANA API (https://dashboard.dana.id/api-docs)
|
|
28
|
-
|
|
29
|
-
## Requirements.
|
|
30
|
-
|
|
31
|
-
Python 3.9.1+
|
|
32
|
-
|
|
33
|
-
## Installation & Usage
|
|
34
|
-
### pip install
|
|
35
|
-
|
|
36
|
-
If the python package is hosted on a repository, you can install directly using:
|
|
37
|
-
|
|
38
|
-
```sh
|
|
39
|
-
pip install dana-python
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
(you may need to run `pip` with root permission: `sudo pip install dana-python`)
|
|
43
|
-
|
|
44
|
-
Then import the package, ex:
|
|
45
|
-
```python
|
|
46
|
-
import dana.payment_gateway.v1
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
## Getting Started
|
|
50
|
-
|
|
51
|
-
Please follow the [installation procedure](#installation--usage) and then go to documentation per API you wanna use:
|
|
52
|
-
|
|
53
|
-
## Documentation for API Endpoints
|
|
54
|
-
|
|
55
|
-
API | Description
|
|
56
|
-
------------- | -------------
|
|
57
|
-
[**PaymentGatewayApi**](docs/payment_gateway/v1/PaymentGatewayApi.md) | API for doing operations in DANA Payment Gateway (Gapura)
|
|
58
|
-
[**WidgetApi**](docs/widget/v1/WidgetApi.md) | API for enabling the user to make payment from merchant’s platform with redirecting to DANA’s platform
|
|
59
|
-
[**DisbursementApi**](docs/disbursement/v1/DisbursementApi.md) | API for doing operations in DANA Disbursement
|
|
60
|
-
[**MerchantManagementApi**](docs/merchant_management/v1/MerchantManagementApi.md) | API for doing operations in DANA Merchant Management
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/bank_account_inquiry_request.py
RENAMED
|
File without changes
|
|
File without changes
|
{dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/bank_account_inquiry_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/dana_account_inquiry_request.py
RENAMED
|
File without changes
|
|
File without changes
|
{dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/dana_account_inquiry_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/transfer_to_bank_request.py
RENAMED
|
File without changes
|
|
File without changes
|
{dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/transfer_to_bank_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/transfer_to_dana_request.py
RENAMED
|
File without changes
|
|
File without changes
|
{dana_python-1.1.6 → dana_python-1.1.7}/dana/disbursement/v1/models/transfer_to_dana_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/api/merchant_management_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/create_shop_request.py
RENAMED
|
File without changes
|
{dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/create_shop_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/division_resource_info.py
RENAMED
|
File without changes
|
|
File without changes
|
{dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/mobile_no_info.py
RENAMED
|
File without changes
|
|
File without changes
|
{dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/query_division_request.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dana_python-1.1.6 → dana_python-1.1.7}/dana/merchant_management/v1/models/query_shop_request.py
RENAMED
|
File without changes
|