diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES
index a1266b3..c0c31cd 100644
--- a/.openapi-generator/FILES
+++ b/.openapi-generator/FILES
@@ -21,6 +21,7 @@ docs/BalanceDetails.md
docs/BankDetails.md
docs/Banktransfer.md
docs/BanktransferPaymentMethod.md
+docs/CARD.md
docs/Card.md
docs/CardEMI.md
docs/CardEMIPaymentMethod.md
@@ -39,10 +40,9 @@ docs/CreateOrderRequest.md
docs/CreateOrderSettlementRequestBody.md
docs/CreateOrderSettlementRequestBodyMetaData.md
docs/CreatePlanRequest.md
-docs/CreateSubscriptionPaymentAuthResponse.md
-docs/CreateSubscriptionPaymentAuthResponseFailureDetails.md
-docs/CreateSubscriptionPaymentChargeResponse.md
docs/CreateSubscriptionPaymentRequest.md
+docs/CreateSubscriptionPaymentRequestPaymentMethod.md
+docs/CreateSubscriptionPaymentResponse.md
docs/CreateSubscriptionRefundRequest.md
docs/CreateSubscriptionRequest.md
docs/CreateSubscriptionRequestAuthorizationDetails.md
@@ -62,6 +62,7 @@ docs/CustomersApi.md
docs/DiscountDetails.md
docs/EMIOffer.md
docs/EMIPlansArray.md
+docs/ENACH.md
docs/ESOrderReconRequest.md
docs/ESOrderReconRequestFilters.md
docs/ESOrderReconRequestPagination.md
@@ -135,6 +136,7 @@ docs/OrderMeta.md
docs/OrderPayData.md
docs/OrdersApi.md
docs/PGReconciliationApi.md
+docs/PNACH.md
docs/PayOrderEntity.md
docs/PayOrderRequest.md
docs/PayOrderRequestPaymentMethod.md
@@ -202,7 +204,6 @@ docs/StaticSplitRequest.md
docs/StaticSplitRequestSchemeInner.md
docs/StaticSplitResponse.md
docs/StaticSplitResponseSchemeInner.md
-docs/SubsCreatePayment200Response.md
docs/SubscriptionApi.md
docs/SubscriptionBankDetails.md
docs/SubscriptionCustomerDetails.md
@@ -213,6 +214,7 @@ docs/SubscriptionEligibilityResponse.md
docs/SubscriptionEntity.md
docs/SubscriptionEntitySubscriptionMeta.md
docs/SubscriptionPaymentEntity.md
+docs/SubscriptionPaymentEntityFailureDetails.md
docs/SubscriptionPaymentRefundEntity.md
docs/SubscriptionPaymentSplitItem.md
docs/TerminalDetails.md
@@ -223,6 +225,7 @@ docs/TerminateOrderRequest.md
docs/TokenVaultApi.md
docs/TransferDetails.md
docs/TransferDetailsTagsInner.md
+docs/UPI.md
docs/UPIAuthorizeDetails.md
docs/UPIPaymentMethod.md
docs/UpdateTerminalEntity.md
@@ -231,7 +234,6 @@ docs/UpdateTerminalRequestTerminalMeta.md
docs/UpdateTerminalStatusRequest.md
docs/UpdateVendorRequest.md
docs/UpdateVendorResponse.md
-docs/UpdateVendorResponseRelatedDocsInner.md
docs/Upi.md
docs/UpiDetails.md
docs/UploadPnachImageResponse.md
@@ -243,6 +245,7 @@ docs/VendorBalanceTransferCharges.md
docs/VendorDocumentDownloadResponse.md
docs/VendorDocumentsResponse.md
docs/VendorEntity.md
+docs/VendorEntityRelatedDocsInner.md
docs/VendorSplit.md
docs/WalletOffer.md
git_push.sh
@@ -278,6 +281,7 @@ src/cashfree_pg.Test/Model/BalanceDetailsTests.cs
src/cashfree_pg.Test/Model/BankDetailsTests.cs
src/cashfree_pg.Test/Model/BanktransferPaymentMethodTests.cs
src/cashfree_pg.Test/Model/BanktransferTests.cs
+src/cashfree_pg.Test/Model/CARDTests.cs
src/cashfree_pg.Test/Model/CardEMIPaymentMethodTests.cs
src/cashfree_pg.Test/Model/CardEMITests.cs
src/cashfree_pg.Test/Model/CardOfferTests.cs
@@ -296,10 +300,9 @@ src/cashfree_pg.Test/Model/CreateOrderRequestTests.cs
src/cashfree_pg.Test/Model/CreateOrderSettlementRequestBodyMetaDataTests.cs
src/cashfree_pg.Test/Model/CreateOrderSettlementRequestBodyTests.cs
src/cashfree_pg.Test/Model/CreatePlanRequestTests.cs
-src/cashfree_pg.Test/Model/CreateSubscriptionPaymentAuthResponseFailureDetailsTests.cs
-src/cashfree_pg.Test/Model/CreateSubscriptionPaymentAuthResponseTests.cs
-src/cashfree_pg.Test/Model/CreateSubscriptionPaymentChargeResponseTests.cs
+src/cashfree_pg.Test/Model/CreateSubscriptionPaymentRequestPaymentMethodTests.cs
src/cashfree_pg.Test/Model/CreateSubscriptionPaymentRequestTests.cs
+src/cashfree_pg.Test/Model/CreateSubscriptionPaymentResponseTests.cs
src/cashfree_pg.Test/Model/CreateSubscriptionRefundRequestTests.cs
src/cashfree_pg.Test/Model/CreateSubscriptionRequestAuthorizationDetailsTests.cs
src/cashfree_pg.Test/Model/CreateSubscriptionRequestPlanDetailsTests.cs
@@ -318,6 +321,7 @@ src/cashfree_pg.Test/Model/CustomerEntityTests.cs
src/cashfree_pg.Test/Model/DiscountDetailsTests.cs
src/cashfree_pg.Test/Model/EMIOfferTests.cs
src/cashfree_pg.Test/Model/EMIPlansArrayTests.cs
+src/cashfree_pg.Test/Model/ENACHTests.cs
src/cashfree_pg.Test/Model/ESOrderReconRequestFiltersTests.cs
src/cashfree_pg.Test/Model/ESOrderReconRequestPaginationTests.cs
src/cashfree_pg.Test/Model/ESOrderReconRequestTests.cs
@@ -386,6 +390,7 @@ src/cashfree_pg.Test/Model/OrderCreateRefundRequestTests.cs
src/cashfree_pg.Test/Model/OrderEntityTests.cs
src/cashfree_pg.Test/Model/OrderMetaTests.cs
src/cashfree_pg.Test/Model/OrderPayDataTests.cs
+src/cashfree_pg.Test/Model/PNACHTests.cs
src/cashfree_pg.Test/Model/PayOrderEntityTests.cs
src/cashfree_pg.Test/Model/PayOrderRequestPaymentMethodTests.cs
src/cashfree_pg.Test/Model/PayOrderRequestTests.cs
@@ -446,7 +451,6 @@ src/cashfree_pg.Test/Model/StaticSplitRequestSchemeInnerTests.cs
src/cashfree_pg.Test/Model/StaticSplitRequestTests.cs
src/cashfree_pg.Test/Model/StaticSplitResponseSchemeInnerTests.cs
src/cashfree_pg.Test/Model/StaticSplitResponseTests.cs
-src/cashfree_pg.Test/Model/SubsCreatePayment200ResponseTests.cs
src/cashfree_pg.Test/Model/SubscriptionBankDetailsTests.cs
src/cashfree_pg.Test/Model/SubscriptionCustomerDetailsTests.cs
src/cashfree_pg.Test/Model/SubscriptionEligibilityRequestFiltersTests.cs
@@ -455,6 +459,7 @@ src/cashfree_pg.Test/Model/SubscriptionEligibilityRequestTests.cs
src/cashfree_pg.Test/Model/SubscriptionEligibilityResponseTests.cs
src/cashfree_pg.Test/Model/SubscriptionEntitySubscriptionMetaTests.cs
src/cashfree_pg.Test/Model/SubscriptionEntityTests.cs
+src/cashfree_pg.Test/Model/SubscriptionPaymentEntityFailureDetailsTests.cs
src/cashfree_pg.Test/Model/SubscriptionPaymentEntityTests.cs
src/cashfree_pg.Test/Model/SubscriptionPaymentRefundEntityTests.cs
src/cashfree_pg.Test/Model/SubscriptionPaymentSplitItemTests.cs
@@ -467,12 +472,12 @@ src/cashfree_pg.Test/Model/TransferDetailsTagsInnerTests.cs
src/cashfree_pg.Test/Model/TransferDetailsTests.cs
src/cashfree_pg.Test/Model/UPIAuthorizeDetailsTests.cs
src/cashfree_pg.Test/Model/UPIPaymentMethodTests.cs
+src/cashfree_pg.Test/Model/UPITests.cs
src/cashfree_pg.Test/Model/UpdateTerminalEntityTests.cs
src/cashfree_pg.Test/Model/UpdateTerminalRequestTerminalMetaTests.cs
src/cashfree_pg.Test/Model/UpdateTerminalRequestTests.cs
src/cashfree_pg.Test/Model/UpdateTerminalStatusRequestTests.cs
src/cashfree_pg.Test/Model/UpdateVendorRequestTests.cs
-src/cashfree_pg.Test/Model/UpdateVendorResponseRelatedDocsInnerTests.cs
src/cashfree_pg.Test/Model/UpdateVendorResponseTests.cs
src/cashfree_pg.Test/Model/UpiDetailsTests.cs
src/cashfree_pg.Test/Model/UpiTests.cs
@@ -484,6 +489,7 @@ src/cashfree_pg.Test/Model/VendorBalanceTests.cs
src/cashfree_pg.Test/Model/VendorBalanceTransferChargesTests.cs
src/cashfree_pg.Test/Model/VendorDocumentDownloadResponseTests.cs
src/cashfree_pg.Test/Model/VendorDocumentsResponseTests.cs
+src/cashfree_pg.Test/Model/VendorEntityRelatedDocsInnerTests.cs
src/cashfree_pg.Test/Model/VendorEntityTests.cs
src/cashfree_pg.Test/Model/VendorSplitTests.cs
src/cashfree_pg.Test/Model/WalletOfferTests.cs
@@ -537,6 +543,7 @@ src/cashfree_pg/Model/BalanceDetails.cs
src/cashfree_pg/Model/BankDetails.cs
src/cashfree_pg/Model/Banktransfer.cs
src/cashfree_pg/Model/BanktransferPaymentMethod.cs
+src/cashfree_pg/Model/CARD.cs
src/cashfree_pg/Model/Card.cs
src/cashfree_pg/Model/CardEMI.cs
src/cashfree_pg/Model/CardEMIPaymentMethod.cs
@@ -555,10 +562,9 @@ src/cashfree_pg/Model/CreateOrderRequest.cs
src/cashfree_pg/Model/CreateOrderSettlementRequestBody.cs
src/cashfree_pg/Model/CreateOrderSettlementRequestBodyMetaData.cs
src/cashfree_pg/Model/CreatePlanRequest.cs
-src/cashfree_pg/Model/CreateSubscriptionPaymentAuthResponse.cs
-src/cashfree_pg/Model/CreateSubscriptionPaymentAuthResponseFailureDetails.cs
-src/cashfree_pg/Model/CreateSubscriptionPaymentChargeResponse.cs
src/cashfree_pg/Model/CreateSubscriptionPaymentRequest.cs
+src/cashfree_pg/Model/CreateSubscriptionPaymentRequestPaymentMethod.cs
+src/cashfree_pg/Model/CreateSubscriptionPaymentResponse.cs
src/cashfree_pg/Model/CreateSubscriptionRefundRequest.cs
src/cashfree_pg/Model/CreateSubscriptionRequest.cs
src/cashfree_pg/Model/CreateSubscriptionRequestAuthorizationDetails.cs
@@ -577,6 +583,7 @@ src/cashfree_pg/Model/CustomerEntity.cs
src/cashfree_pg/Model/DiscountDetails.cs
src/cashfree_pg/Model/EMIOffer.cs
src/cashfree_pg/Model/EMIPlansArray.cs
+src/cashfree_pg/Model/ENACH.cs
src/cashfree_pg/Model/ESOrderReconRequest.cs
src/cashfree_pg/Model/ESOrderReconRequestFilters.cs
src/cashfree_pg/Model/ESOrderReconRequestPagination.cs
@@ -645,6 +652,7 @@ src/cashfree_pg/Model/OrderCreateRefundRequest.cs
src/cashfree_pg/Model/OrderEntity.cs
src/cashfree_pg/Model/OrderMeta.cs
src/cashfree_pg/Model/OrderPayData.cs
+src/cashfree_pg/Model/PNACH.cs
src/cashfree_pg/Model/PayOrderEntity.cs
src/cashfree_pg/Model/PayOrderRequest.cs
src/cashfree_pg/Model/PayOrderRequestPaymentMethod.cs
@@ -705,7 +713,6 @@ src/cashfree_pg/Model/StaticSplitRequest.cs
src/cashfree_pg/Model/StaticSplitRequestSchemeInner.cs
src/cashfree_pg/Model/StaticSplitResponse.cs
src/cashfree_pg/Model/StaticSplitResponseSchemeInner.cs
-src/cashfree_pg/Model/SubsCreatePayment200Response.cs
src/cashfree_pg/Model/SubscriptionBankDetails.cs
src/cashfree_pg/Model/SubscriptionCustomerDetails.cs
src/cashfree_pg/Model/SubscriptionEligibilityRequest.cs
@@ -715,6 +722,7 @@ src/cashfree_pg/Model/SubscriptionEligibilityResponse.cs
src/cashfree_pg/Model/SubscriptionEntity.cs
src/cashfree_pg/Model/SubscriptionEntitySubscriptionMeta.cs
src/cashfree_pg/Model/SubscriptionPaymentEntity.cs
+src/cashfree_pg/Model/SubscriptionPaymentEntityFailureDetails.cs
src/cashfree_pg/Model/SubscriptionPaymentRefundEntity.cs
src/cashfree_pg/Model/SubscriptionPaymentSplitItem.cs
src/cashfree_pg/Model/TerminalDetails.cs
@@ -724,6 +732,7 @@ src/cashfree_pg/Model/TerminalTransactionEntity.cs
src/cashfree_pg/Model/TerminateOrderRequest.cs
src/cashfree_pg/Model/TransferDetails.cs
src/cashfree_pg/Model/TransferDetailsTagsInner.cs
+src/cashfree_pg/Model/UPI.cs
src/cashfree_pg/Model/UPIAuthorizeDetails.cs
src/cashfree_pg/Model/UPIPaymentMethod.cs
src/cashfree_pg/Model/UpdateTerminalEntity.cs
@@ -732,7 +741,6 @@ src/cashfree_pg/Model/UpdateTerminalRequestTerminalMeta.cs
src/cashfree_pg/Model/UpdateTerminalStatusRequest.cs
src/cashfree_pg/Model/UpdateVendorRequest.cs
src/cashfree_pg/Model/UpdateVendorResponse.cs
-src/cashfree_pg/Model/UpdateVendorResponseRelatedDocsInner.cs
src/cashfree_pg/Model/Upi.cs
src/cashfree_pg/Model/UpiDetails.cs
src/cashfree_pg/Model/UploadPnachImageResponse.cs
@@ -744,6 +752,7 @@ src/cashfree_pg/Model/VendorBalanceTransferCharges.cs
src/cashfree_pg/Model/VendorDocumentDownloadResponse.cs
src/cashfree_pg/Model/VendorDocumentsResponse.cs
src/cashfree_pg/Model/VendorEntity.cs
+src/cashfree_pg/Model/VendorEntityRelatedDocsInner.cs
src/cashfree_pg/Model/VendorSplit.cs
src/cashfree_pg/Model/WalletOffer.cs
src/cashfree_pg/cashfree_pg.csproj
diff --git a/cashfree_pg.sln b/cashfree_pg.sln
index 1f84077..918a640 100644
--- a/cashfree_pg.sln
+++ b/cashfree_pg.sln
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cashfree_pg", "src\cashfree_pg\cashfree_pg.csproj", "{9F936ED6-7E5E-4306-8701-46614F05B721}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cashfree_pg", "src\cashfree_pg\cashfree_pg.csproj", "{AAFD0A5A-5AA0-4CC9-AABF-93F34262F48C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cashfree_pg.Test", "src\cashfree_pg.Test\cashfree_pg.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
@@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {9F936ED6-7E5E-4306-8701-46614F05B721}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {9F936ED6-7E5E-4306-8701-46614F05B721}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {9F936ED6-7E5E-4306-8701-46614F05B721}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {9F936ED6-7E5E-4306-8701-46614F05B721}.Release|Any CPU.Build.0 = Release|Any CPU
+ {AAFD0A5A-5AA0-4CC9-AABF-93F34262F48C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {AAFD0A5A-5AA0-4CC9-AABF-93F34262F48C}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {AAFD0A5A-5AA0-4CC9-AABF-93F34262F48C}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {AAFD0A5A-5AA0-4CC9-AABF-93F34262F48C}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
diff --git a/docs/CARD.md b/docs/CARD.md
new file mode 100644
index 0000000..a731327
--- /dev/null
+++ b/docs/CARD.md
@@ -0,0 +1,18 @@
+# cashfree_pg.Model.CARD
+payment method card.
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**channel** | **string** | Channel. can be link | [optional]
+**card_number** | **string** | Card number | [optional]
+**card_holder_name** | **string** | Card holder name | [optional]
+**card_expiry_mm** | **string** | Card expiry month | [optional]
+**card_expiry_yy** | **string** | Card expiry year | [optional]
+**card_cvv** | **string** | Card CVV | [optional]
+**card_network** | **string** | Card network | [optional]
+**card_type** | **string** | Card type | [optional]
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/docs/CreateSubscriptionPaymentRequest.md b/docs/CreateSubscriptionPaymentRequest.md
index 0ea6e1f..543dee3 100644
--- a/docs/CreateSubscriptionPaymentRequest.md
+++ b/docs/CreateSubscriptionPaymentRequest.md
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
**payment_schedule_date** | **string** | The date on which the payment is scheduled to be processed. Required for UPI and CARD payment modes. | [optional]
**payment_remarks** | **string** | Payment remarks. | [optional]
**payment_type** | **string** | Payment type. Can be AUTH or CHARGE. |
-**payment_method** | **Object** | Payment method. Can be one of [\"upi\", \"enach\", \"pnach\", \"card\"] | [optional]
+**payment_method** | [**CreateSubscriptionPaymentRequestPaymentMethod**](CreateSubscriptionPaymentRequestPaymentMethod.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateSubscriptionPaymentRequestPaymentMethod.md b/docs/CreateSubscriptionPaymentRequestPaymentMethod.md
new file mode 100644
index 0000000..bff19f6
--- /dev/null
+++ b/docs/CreateSubscriptionPaymentRequestPaymentMethod.md
@@ -0,0 +1,27 @@
+# cashfree_pg.Model.CreateSubscriptionPaymentRequestPaymentMethod
+Payment method. Can be one of [\"upi\", \"enach\", \"pnach\", \"card\"]
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**upi_id** | **string** | | [optional]
+**channel** | **string** | Channel. can be link | [optional]
+**auth_mode** | **string** | Authentication mode. can be debit_card, aadhaar, or net_banking | [optional]
+**account_holder_name** | **string** | Account holder name | [optional]
+**account_number** | **string** | Account number | [optional]
+**account_bank_code** | **string** | Account bank code | [optional]
+**account_type** | **string** | Account type | [optional]
+**account_ifsc** | **string** | Account IFSC | [optional]
+**mandate_creation_date** | **string** | Mandate creation date | [optional]
+**mandate_start_date** | **string** | Mandate start date | [optional]
+**card_number** | **string** | Card number | [optional]
+**card_holder_name** | **string** | Card holder name | [optional]
+**card_expiry_mm** | **string** | Card expiry month | [optional]
+**card_expiry_yy** | **string** | Card expiry year | [optional]
+**card_cvv** | **string** | Card CVV | [optional]
+**card_network** | **string** | Card network | [optional]
+**card_type** | **string** | Card type | [optional]
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/docs/CreateSubscriptionPaymentResponse.md b/docs/CreateSubscriptionPaymentResponse.md
new file mode 100644
index 0000000..9caf495
--- /dev/null
+++ b/docs/CreateSubscriptionPaymentResponse.md
@@ -0,0 +1,20 @@
+# cashfree_pg.Model.CreateSubscriptionPaymentResponse
+The response returned is Create Subscription Auth or Charge APIs.
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**cf_payment_id** | **string** | Cashfree subscription payment reference number | [optional]
+**failure_details** | [**SubscriptionPaymentEntityFailureDetails**](SubscriptionPaymentEntityFailureDetails.md) | | [optional]
+**payment_amount** | **decimal** | The charge amount of the payment. | [optional]
+**payment_id** | **string** | A unique ID passed by merchant for identifying the transaction. | [optional]
+**payment_initiated_date** | **string** | The date on which the payment was initiated. | [optional]
+**payment_status** | **string** | Status of the payment. | [optional]
+**payment_type** | **string** | Payment type. Can be AUTH or CHARGE. | [optional]
+**subscription_id** | **string** | A unique ID passed by merchant for identifying the subscription. | [optional]
+**data** | **Object** | Contains a payload for auth app links in case of AUTH. For charge, the payload is empty. | [optional]
+**payment_method** | **string** | Payment method used for the authorization. | [optional]
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/docs/CreateVendorRequest.md b/docs/CreateVendorRequest.md
index ad89b69..5d8a5ae 100644
--- a/docs/CreateVendorRequest.md
+++ b/docs/CreateVendorRequest.md
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
**phone** | **string** | Specify the beneficiaries phone number to be updated. Phone number registered in India (only digits, 8 - 12 characters after excluding +91). |
**verify_account** | **bool** | Specify if the vendor bank account details should be verified. Possible values: true or false | [optional]
**dashboard_access** | **bool** | Update if the vendor will have dashboard access or not. Possible values are: true or false | [optional]
-**schedule_option** | **decimal** | Specify the settlement cycle to be updated. View the settlement cycle details from the \"Settlement Cycles Supported\" table. If no schedule option is configured, the settlement cycle ID \"1\" will be in effect. Select \"8\" or \"9\" if you want to schedule instant vendor settlements. | [optional]
+**schedule_option** | **decimal** | Specify the settlement cycle to be updated. View the settlement cycle details from the \"Settlement Cycles Supported\" table. If no schedule option is configured, the settlement cycle ID \"1\" will be in effect. Select \"8\" or \"9\" if you want to schedule instant vendor settlements. | [optional]
**bank** | [**List<BankDetails>**](BankDetails.md) | Specify the vendor bank account details to be updated. | [optional]
**upi** | [**List<UpiDetails>**](UpiDetails.md) | Updated beneficiary upi vpa. Alphanumeric, dot (.), hyphen (-), at sign (@), and underscore allowed (100 character limit). Note: underscore and dot (.) gets accepted before and after @, but hyphen (-) is only accepted before @ sign. | [optional]
**kyc_details** | [**List<KycDetails>**](KycDetails.md) | Specify the kyc details that should be updated. |
diff --git a/docs/CustomerDetails.md b/docs/CustomerDetails.md
index 5835cf9..f637888 100644
--- a/docs/CustomerDetails.md
+++ b/docs/CustomerDetails.md
@@ -1,5 +1,5 @@
# cashfree_pg.Model.CustomerDetails
-The customer details that are necessary.
+The customer details that are necessary. Note that you can pass dummy details if your use case does not require the customer details.
## Properties
diff --git a/docs/CustomerDetailsResponse.md b/docs/CustomerDetailsResponse.md
index 79d76b5..d524237 100644
--- a/docs/CustomerDetailsResponse.md
+++ b/docs/CustomerDetailsResponse.md
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
**customer_bank_account_number** | **string** | Customer bank account. Required if you want to do a bank account check (TPV) | [optional]
**customer_bank_ifsc** | **string** | Customer bank IFSC. Required if you want to do a bank account check (TPV) | [optional]
**customer_bank_code** | **decimal** | Customer bank code. Required for net banking payments, if you want to do a bank account check (TPV) | [optional]
-**customer_uid** | **string** | Customer identifier at Cashfree. You will get this when you create/get customer | [optional]
+**customer_uid** | **string** | Customer identifier at Cashfree. You will get this when you create/get customer | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ENACH.md b/docs/ENACH.md
new file mode 100644
index 0000000..a99d826
--- /dev/null
+++ b/docs/ENACH.md
@@ -0,0 +1,17 @@
+# cashfree_pg.Model.ENACH
+payment method enach.
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**channel** | **string** | Channel. can be link | [optional]
+**auth_mode** | **string** | Authentication mode. can be debit_card, aadhaar, or net_banking | [optional]
+**account_holder_name** | **string** | Account holder name | [optional]
+**account_number** | **string** | Account number | [optional]
+**account_bank_code** | **string** | Account bank code (required without AccountIFSC) | [optional]
+**account_type** | **string** | Account type | [optional]
+**account_ifsc** | **string** | Account IFSC | [optional]
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/docs/PNACH.md b/docs/PNACH.md
new file mode 100644
index 0000000..78b597a
--- /dev/null
+++ b/docs/PNACH.md
@@ -0,0 +1,18 @@
+# cashfree_pg.Model.PNACH
+payment method pnach.
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**channel** | **string** | Channel. can be post | [optional]
+**account_holder_name** | **string** | Account holder name | [optional]
+**account_number** | **string** | Account number | [optional]
+**account_bank_code** | **string** | Account bank code | [optional]
+**account_type** | **string** | Account type | [optional]
+**account_ifsc** | **string** | Account IFSC | [optional]
+**mandate_creation_date** | **string** | Mandate creation date | [optional]
+**mandate_start_date** | **string** | Mandate start date | [optional]
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/docs/PaymentLinksApi.md b/docs/PaymentLinksApi.md
index 8ebc560..8a2240b 100644
--- a/docs/PaymentLinksApi.md
+++ b/docs/PaymentLinksApi.md
@@ -279,7 +279,7 @@ namespace Example
# **PGLinkFetchOrders**
-> List<PaymentLinkOrderEntity> PGLinkFetchOrders (string xApiVersion, string linkId, string? xRequestId = null, Guid? xIdempotencyKey = null)
+> List<PaymentLinkOrderEntity> PGLinkFetchOrders (string xApiVersion, string linkId, string? xRequestId = null, Guid? xIdempotencyKey = null, string? status = null)
Get Orders for a Payment Link
@@ -311,11 +311,12 @@ namespace Example
var linkId = your-link-id; // string | The payment link ID for which you want to view the details.
var xRequestId = 4dfb9780-46fe-11ee-be56-0242ac120002; // string? | Request id for the API call. Can be used to resolve tech issues. Communicate this in your tech related queries to cashfree (optional)
var xIdempotencyKey = 47bf8872-46fe-11ee-be56-0242ac120002; // Guid? | An idempotency key is a unique identifier you include with your API call. If the request fails or times out, you can safely retry it using the same key to avoid duplicate actions. (optional)
+ var status = ALL; // string? | Mention What is status of orders you want to fetch, default is PAID. Possible value: ALL, PAID (optional)
try
{
// Get Orders for a Payment Link
- List result = cashfree.PGLinkFetchOrders(xApiVersion, linkId, xRequestId, xIdempotencyKey);
+ List result = cashfree.PGLinkFetchOrders(xApiVersion, linkId, xRequestId, xIdempotencyKey, status);
Debug.WriteLine(result);
}
catch (ApiException e)
@@ -337,6 +338,7 @@ namespace Example
| **linkId** | **string** | The payment link ID for which you want to view the details. | |
| **xRequestId** | **string?** | Request id for the API call. Can be used to resolve tech issues. Communicate this in your tech related queries to cashfree | [optional] |
| **xIdempotencyKey** | **Guid?** | An idempotency key is a unique identifier you include with your API call. If the request fails or times out, you can safely retry it using the same key to avoid duplicate actions. | [optional] |
+| **status** | **string?** | Mention What is status of orders you want to fetch, default is PAID. Possible value: ALL, PAID | [optional] |
### Return type
diff --git a/docs/SubscriptionApi.md b/docs/SubscriptionApi.md
index 61b400d..015582f 100644
--- a/docs/SubscriptionApi.md
+++ b/docs/SubscriptionApi.md
@@ -8,19 +8,19 @@ All URIs are relative to *https://sandbox.cashfree.com/pg*
| [**SubsCreatePlan**](SubscriptionApi.md#subscreateplan) | **POST** /plans | Create a plan. |
| [**SubsCreateRefund**](SubscriptionApi.md#subscreaterefund) | **POST** /subscriptions/{subscription_id}/refunds | Create a refund. |
| [**SubsCreateSubscription**](SubscriptionApi.md#subscreatesubscription) | **POST** /subscriptions | Create Subscription |
-| [**SubsFetchPlan**](SubscriptionApi.md#subsfetchplan) | **GET** /pg/plans/{plan_id} | Fetch Plan |
+| [**SubsFetchPlan**](SubscriptionApi.md#subsfetchplan) | **GET** /plans/{plan_id} | Fetch Plan |
| [**SubsFetchSubscription**](SubscriptionApi.md#subsfetchsubscription) | **GET** /subscriptions/{subscription_id} | Fetch Subscription |
| [**SubsFetchSubscriptionPayment**](SubscriptionApi.md#subsfetchsubscriptionpayment) | **GET** /subscriptions/{subscription_id}/payments/{payment_id} | Fetch details of a single payment. |
| [**SubsFetchSubscriptionPayments**](SubscriptionApi.md#subsfetchsubscriptionpayments) | **GET** /subscriptions/{subscription_id}/payments | Fetch details of all payments of a subscription. |
| [**SubsFetchSubscriptionRefund**](SubscriptionApi.md#subsfetchsubscriptionrefund) | **GET** /subscriptions/{subscription_id}/refunds/{refund_id} | Fetch details of a refund. |
| [**SubsManageSubscription**](SubscriptionApi.md#subsmanagesubscription) | **POST** /subscriptions/{subscription_id}/manage | Manage a subscription. |
| [**SubsManageSubscriptionPayment**](SubscriptionApi.md#subsmanagesubscriptionpayment) | **POST** /subscriptions/{subscription_id}/payments/{payment_id}/manage | Manage a single payment. |
-| [**SubscriptionDocumentUpload**](SubscriptionApi.md#subscriptiondocumentupload) | **POST** /subscriptions/pay/documents/{payment_id} | Upload Physical Nach for Physical Nach Authorization. |
-| [**SubscriptionEligibility**](SubscriptionApi.md#subscriptioneligibility) | **POST** /subscriptions/eligibility/payment_methods | Get Eligible payment methods available for a subscription |
+| [**SubscriptionDocumentUpload**](SubscriptionApi.md#subscriptiondocumentupload) | **POST** /subscriptions/pay/documents/{payment_id} | API to upload Physical Nach for Physical Nach Authorization. |
+| [**SubscriptionEligibility**](SubscriptionApi.md#subscriptioneligibility) | **POST** /subscriptions/eligibility/payment_methods | API to get all the payment method details available for subscription payments. |
# **SubsCreatePayment**
-> SubsCreatePayment200Response SubsCreatePayment (string xApiVersion, CreateSubscriptionPaymentRequest createSubscriptionPaymentRequest, string? xRequestId = null, Guid? xIdempotencyKey = null)
+> CreateSubscriptionPaymentResponse SubsCreatePayment (string xApiVersion, CreateSubscriptionPaymentRequest createSubscriptionPaymentRequest, string? xRequestId = null, Guid? xIdempotencyKey = null)
Raise a charge or create an auth.
@@ -56,7 +56,7 @@ namespace Example
try
{
// Raise a charge or create an auth.
- SubsCreatePayment200Response result = cashfree.SubsCreatePayment(xApiVersion, createSubscriptionPaymentRequest, xRequestId, xIdempotencyKey);
+ CreateSubscriptionPaymentResponse result = cashfree.SubsCreatePayment(xApiVersion, createSubscriptionPaymentRequest, xRequestId, xIdempotencyKey);
Debug.WriteLine(result);
}
catch (ApiException e)
@@ -81,7 +81,7 @@ namespace Example
### Return type
-[**SubsCreatePayment200Response**](SubsCreatePayment200Response.md)
+[**CreateSubscriptionPaymentResponse**](CreateSubscriptionPaymentResponse.md)
### Authorization
@@ -997,7 +997,7 @@ namespace Example
# **SubscriptionDocumentUpload**
> UploadPnachImageResponse SubscriptionDocumentUpload (string xApiVersion, string paymentId, System.IO.Stream file, string paymentId2, string action, string? xRequestId = null, Guid? xIdempotencyKey = null)
-Upload Physical Nach for Physical Nach Authorization.
+API to upload Physical Nach for Physical Nach Authorization.
Use this API to upload Physical Nach for Physical Nach Authorization.
@@ -1033,7 +1033,7 @@ namespace Example
try
{
- // Upload Physical Nach for Physical Nach Authorization.
+ // API to upload Physical Nach for Physical Nach Authorization.
UploadPnachImageResponse result = cashfree.SubscriptionDocumentUpload(xApiVersion, paymentId, file, paymentId2, action, xRequestId, xIdempotencyKey);
Debug.WriteLine(result);
}
@@ -1091,7 +1091,7 @@ namespace Example
# **SubscriptionEligibility**
> SubscriptionEligibilityResponse SubscriptionEligibility (string xApiVersion, SubscriptionEligibilityRequest subscriptionEligibilityRequest, string? xRequestId = null, Guid? xIdempotencyKey = null)
-Get Eligible payment methods available for a subscription
+API to get all the payment method details available for subscription payments.
Use this API to check if a payment method is enabled for your account.
@@ -1124,7 +1124,7 @@ namespace Example
try
{
- // Get Eligible payment methods available for a subscription
+ // API to get all the payment method details available for subscription payments.
SubscriptionEligibilityResponse result = cashfree.SubscriptionEligibility(xApiVersion, subscriptionEligibilityRequest, xRequestId, xIdempotencyKey);
Debug.WriteLine(result);
}
diff --git a/docs/SubscriptionPaymentEntity.md b/docs/SubscriptionPaymentEntity.md
index 7bfc2ad..a8d3126 100644
--- a/docs/SubscriptionPaymentEntity.md
+++ b/docs/SubscriptionPaymentEntity.md
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
**cf_subscription_id** | **string** | Cashfree subscription reference number | [optional]
**cf_txn_id** | **string** | Cashfree subscription payment transaction ID | [optional]
**cf_order_id** | **string** | Cashfree subscription payment order ID | [optional]
-**failure_details** | [**CreateSubscriptionPaymentAuthResponseFailureDetails**](CreateSubscriptionPaymentAuthResponseFailureDetails.md) | | [optional]
+**failure_details** | [**SubscriptionPaymentEntityFailureDetails**](SubscriptionPaymentEntityFailureDetails.md) | | [optional]
**payment_amount** | **decimal** | The charge amount of the payment. | [optional]
**payment_id** | **string** | A unique ID passed by merchant for identifying the transaction. | [optional]
**payment_initiated_date** | **string** | The date on which the payment was initiated. | [optional]
diff --git a/docs/SubscriptionPaymentEntityFailureDetails.md b/docs/SubscriptionPaymentEntityFailureDetails.md
new file mode 100644
index 0000000..78925ca
--- /dev/null
+++ b/docs/SubscriptionPaymentEntityFailureDetails.md
@@ -0,0 +1,10 @@
+# cashfree_pg.Model.SubscriptionPaymentEntityFailureDetails
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**failure_reason** | **string** | Failure reason of the payment if the payment_status is failed. | [optional]
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/docs/UPI.md b/docs/UPI.md
new file mode 100644
index 0000000..f335ac3
--- /dev/null
+++ b/docs/UPI.md
@@ -0,0 +1,12 @@
+# cashfree_pg.Model.UPI
+payment method upi.
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**upi_id** | **string** | | [optional]
+**channel** | **string** | Channel. can be link, qrcode, or collect | [optional]
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/docs/UpdateVendorRequest.md b/docs/UpdateVendorRequest.md
index e931d61..30fb5b6 100644
--- a/docs/UpdateVendorRequest.md
+++ b/docs/UpdateVendorRequest.md
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
**phone** | **string** | Specify the beneficiaries phone number to be updated. Phone number registered in India (only digits, 8 - 12 characters after excluding +91). |
**verify_account** | **bool** | Specify if the vendor bank account details should be verified. Possible values: true or false | [optional]
**dashboard_access** | **bool** | Update if the vendor will have dashboard access or not. Possible values are: true or false | [optional]
-**schedule_option** | **decimal** | Specify the settlement cycle to be updated. View the settlement cycle details from the \"Settlement Cycles Supported\" table. If no schedule option is configured, the settlement cycle ID \"1\" will be in effect. Select \"8\" or \"9\" if you want to schedule instant vendor settlements. |
+**schedule_option** | **decimal** | Specify the settlement cycle to be updated. View the settlement cycle details from the \"Settlement Cycles Supported\" table. If no schedule option is configured, the settlement cycle ID \"1\" will be in effect. Select \"8\" or \"9\" if you want to schedule instant vendor settlements. |
**bank** | [**List<BankDetails>**](BankDetails.md) | Specify the vendor bank account details to be updated. | [optional]
**upi** | [**List<UpiDetails>**](UpiDetails.md) | Updated beneficiary upi vpa. Alphanumeric, dot (.), hyphen (-), at sign (@), and underscore allowed (100 character limit). Note: underscore and dot (.) gets accepted before and after @, but hyphen (-) is only accepted before @ sign. | [optional]
**kyc_details** | [**List<KycDetails>**](KycDetails.md) | Specify the kyc details that should be updated. |
diff --git a/docs/UpdateVendorResponse.md b/docs/UpdateVendorResponse.md
index c75600e..c6a7399 100644
--- a/docs/UpdateVendorResponse.md
+++ b/docs/UpdateVendorResponse.md
@@ -21,7 +21,7 @@ Name | Type | Description | Notes
**kyc_details** | [**List<KycDetails>**](KycDetails.md) | | [optional]
**dashboard_access** | **bool** | | [optional]
**bank_details** | **string** | | [optional]
-**related_docs** | [**List<UpdateVendorResponseRelatedDocsInner>**](UpdateVendorResponseRelatedDocsInner.md) | | [optional]
+**related_docs** | [**List<VendorEntityRelatedDocsInner>**](VendorEntityRelatedDocsInner.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/VendorDocumentsResponse.md b/docs/VendorDocumentsResponse.md
index 80dc801..5d2ede6 100644
--- a/docs/VendorDocumentsResponse.md
+++ b/docs/VendorDocumentsResponse.md
@@ -5,7 +5,7 @@ Get Vendor Documents
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**documents** | [**List<UpdateVendorResponseRelatedDocsInner>**](UpdateVendorResponseRelatedDocsInner.md) | | [optional]
+**documents** | [**List<VendorEntityRelatedDocsInner>**](VendorEntityRelatedDocsInner.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/VendorEntity.md b/docs/VendorEntity.md
index 2d137ab..e9423e6 100644
--- a/docs/VendorEntity.md
+++ b/docs/VendorEntity.md
@@ -19,7 +19,7 @@ Name | Type | Description | Notes
**account_type** | **string** | | [optional]
**business_type** | **string** | | [optional]
**remarks** | **string** | | [optional]
-**related_docs** | [**List<UpdateVendorResponseRelatedDocsInner>**](UpdateVendorResponseRelatedDocsInner.md) | | [optional]
+**related_docs** | [**List<VendorEntityRelatedDocsInner>**](VendorEntityRelatedDocsInner.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/VendorEntityRelatedDocsInner.md b/docs/VendorEntityRelatedDocsInner.md
new file mode 100644
index 0000000..8aebd25
--- /dev/null
+++ b/docs/VendorEntityRelatedDocsInner.md
@@ -0,0 +1,14 @@
+# cashfree_pg.Model.VendorEntityRelatedDocsInner
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**vendor_id** | **string** | | [optional]
+**doc_type** | **string** | | [optional]
+**doc_value** | **string** | | [optional]
+**status** | **string** | | [optional]
+**remarks** | **string** | | [optional]
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/cashfree_pg/Client/ApiClient.cs b/src/cashfree_pg/Client/ApiClient.cs
index 20ce9c2..71b2988 100644
--- a/src/cashfree_pg/Client/ApiClient.cs
+++ b/src/cashfree_pg/Client/ApiClient.cs
@@ -157,7 +157,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -246,7 +246,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post("/customers", localVarRequestOptions, config);
@@ -295,7 +295,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -385,7 +385,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post("/easy-split/vendors/{vendor_id}/transfer", localVarRequestOptions, config);
@@ -433,7 +433,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -518,7 +518,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post("/easy-split/vendors", localVarRequestOptions, config);
@@ -567,7 +567,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -660,7 +660,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Get("/easy-split/vendor-docs/{vendor_id}/download/{doc_type}", localVarRequestOptions, config);
@@ -708,7 +708,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -796,7 +796,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Get("/easy-split/vendors/{vendor_id}", localVarRequestOptions, config);
@@ -844,7 +844,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -932,7 +932,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Get("/easy-split/vendors/{vendor_id}/balances", localVarRequestOptions, config);
@@ -981,7 +981,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -1070,7 +1070,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Get("/easy-split/amount/{amount}/charges", localVarRequestOptions, config);
@@ -1118,7 +1118,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -1206,7 +1206,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Get("/easy-split/vendor-docs/{vendor_id}", localVarRequestOptions, config);
@@ -1254,7 +1254,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -1339,7 +1339,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post("/split/order/vendor/recon", localVarRequestOptions, config);
@@ -1388,7 +1388,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -1478,7 +1478,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Patch("/easy-split/vendors/{vendor_id}", localVarRequestOptions, config);
@@ -1529,7 +1529,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -1630,7 +1630,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post("/easy-split/vendor-docs/{vendor_id}", localVarRequestOptions, config);
@@ -1679,7 +1679,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -1769,7 +1769,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post("/easy-split/orders/{order_id}/split", localVarRequestOptions, config);
@@ -1817,7 +1817,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -1902,7 +1902,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post("/easy-split/static-split", localVarRequestOptions, config);
@@ -1950,7 +1950,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -2039,7 +2039,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post>("/eligibility/cardlessemi", localVarRequestOptions, config);
@@ -2087,7 +2087,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -2176,7 +2176,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post>("/eligibility/offers", localVarRequestOptions, config);
@@ -2224,7 +2224,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -2313,7 +2313,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post>("/eligibility/paylater", localVarRequestOptions, config);
@@ -2361,7 +2361,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -2450,7 +2450,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post>("/eligibility/payment_methods", localVarRequestOptions, config);
@@ -2498,7 +2498,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -2587,7 +2587,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post("/offers", localVarRequestOptions, config);
@@ -2635,7 +2635,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -2723,7 +2723,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Get("/offers/{offer_id}", localVarRequestOptions, config);
@@ -2771,7 +2771,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -2860,7 +2860,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post("/orders", localVarRequestOptions, config);
@@ -2908,7 +2908,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -2996,7 +2996,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Get("/orders/{order_id}", localVarRequestOptions, config);
@@ -3045,7 +3045,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -3139,7 +3139,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Patch("/orders/{order_id}", localVarRequestOptions, config);
@@ -3189,7 +3189,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -3286,7 +3286,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post("/recon", localVarRequestOptions, config);
@@ -3334,7 +3334,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -3422,7 +3422,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post("/links/{link_id}/cancel", localVarRequestOptions, config);
@@ -3470,7 +3470,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -3559,7 +3559,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post("/links", localVarRequestOptions, config);
@@ -3607,7 +3607,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -3695,7 +3695,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Get("/links/{link_id}", localVarRequestOptions, config);
@@ -3722,8 +3722,9 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
/// The payment link ID for which you want to view the details.
/// Request id for the API call. Can be used to resolve tech issues. Communicate this in your tech related queries to cashfree (optional)
/// An idempotency key is a unique identifier you include with your API call. If the request fails or times out, you can safely retry it using the same key to avoid duplicate actions. (optional)
+ /// Mention What is status of orders you want to fetch, default is PAID. Possible value: ALL, PAID (optional)
/// ApiResponse of List<PaymentLinkOrderEntity>
- public cashfree_pg.Client.ApiResponse> PGLinkFetchOrders(string xApiVersion, string linkId, string? xRequestId = default(string?), Guid? xIdempotencyKey = default(Guid?), Configuration? configuration = null)
+ public cashfree_pg.Client.ApiResponse> PGLinkFetchOrders(string xApiVersion, string linkId, string? xRequestId = default(string?), Guid? xIdempotencyKey = default(Guid?), string? status = default(string?), Configuration? configuration = null)
{
var env = "sandbox";
if(Cashfree.XEnvironment == CFEnvironment.PRODUCTION) {
@@ -3743,7 +3744,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -3780,6 +3781,10 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
if (localVarAccept != null) localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
localVarRequestOptions.PathParameters.Add("link_id", cashfree_pg.Client.ClientUtils.ParameterToString(linkId)); // path parameter
+ if (status != null)
+ {
+ localVarRequestOptions.QueryParameters.Add(cashfree_pg.Client.ClientUtils.ParameterToMultiMap("", "status", status));
+ }
localVarRequestOptions.HeaderParameters.Add("x-api-version", cashfree_pg.Client.ClientUtils.ParameterToString(xApiVersion)); // header parameter
if (xRequestId != null)
{
@@ -3831,7 +3836,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Get>("/links/{link_id}/orders", localVarRequestOptions, config);
@@ -3880,7 +3885,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -3974,7 +3979,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post("/orders/{order_id}/authorization", localVarRequestOptions, config);
@@ -4023,7 +4028,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -4102,7 +4107,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post("/orders/pay/authenticate/{cf_payment_id}", localVarRequestOptions, config);
@@ -4151,7 +4156,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -4244,7 +4249,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Get("/orders/{order_id}/payments/{cf_payment_id}", localVarRequestOptions, config);
@@ -4292,7 +4297,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -4380,7 +4385,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Get>("/orders/{order_id}/payments", localVarRequestOptions, config);
@@ -4428,7 +4433,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -4502,7 +4507,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post("/orders/sessions", localVarRequestOptions, config);
@@ -4551,7 +4556,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -4645,7 +4650,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post("/orders/{order_id}/refunds", localVarRequestOptions, config);
@@ -4694,7 +4699,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -4787,7 +4792,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Get("/orders/{order_id}/refunds/{refund_id}", localVarRequestOptions, config);
@@ -4835,7 +4840,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -4923,7 +4928,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Get>("/orders/{order_id}/refunds", localVarRequestOptions, config);
@@ -4973,7 +4978,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -5070,7 +5075,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post("/settlements", localVarRequestOptions, config);
@@ -5120,7 +5125,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -5217,7 +5222,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post("/settlement/recon", localVarRequestOptions, config);
@@ -5265,7 +5270,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
o.EnableTracing = true;
o.AttachStacktrace = true;
o.Environment = env;
- o.Release = "4.2.0";
+ o.Release = "4.2.2";
o.AddEventProcessor(new CashfreeEventProcessor());
}));
}
@@ -5350,7 +5355,7 @@ public PGWebhookEvent PGVerifyWebhookSignature(string signature, string rawBody,
localVarRequestOptions.HeaderParameters.Add("x-client-signature", Cashfree.XClientSignature);
}
- localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.0");
+ localVarRequestOptions.HeaderParameters.Add("x-sdk-platform", "dotnetsdk-4.2.2");
// make the HTTP request
var localVarResponse = this.Client.Post