cashfree-pg 5.0.8-node → 5.1.0

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.
package/dist/api.d.ts CHANGED
@@ -10858,7 +10858,7 @@ export declare class Cashfree {
10858
10858
  * @throws {RequiredError}
10859
10859
  * @memberof CustomersApi
10860
10860
  */
10861
- PGCreateCustomer(CreateCustomerRequest: CreateCustomerRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CustomerEntity, any>>;
10861
+ PGCreateCustomer(CreateCustomerRequest: CreateCustomerRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CustomerEntity, any, {}>>;
10862
10862
  /**
10863
10863
  * Use this API to get accept the Dispute by specifying the Dispute ID.
10864
10864
  * @summary Accept Dispute by Dispute ID
@@ -10870,7 +10870,7 @@ export declare class Cashfree {
10870
10870
  * @throws {RequiredError}
10871
10871
  * @memberof DisputesApi
10872
10872
  */
10873
- PGAcceptDisputeByID(dispute_id: number, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DisputesEntityMerchantAccepted, any>>;
10873
+ PGAcceptDisputeByID(dispute_id: number, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DisputesEntityMerchantAccepted, any, {}>>;
10874
10874
  /**
10875
10875
  * Use this API to get Dispute details by specifying the Dispute ID.
10876
10876
  * @summary Get Disputes by Dispute ID
@@ -10882,7 +10882,7 @@ export declare class Cashfree {
10882
10882
  * @throws {RequiredError}
10883
10883
  * @memberof DisputesApi
10884
10884
  */
10885
- PGFetchDisputeByID(dispute_id: number, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DisputesEntity, any>>;
10885
+ PGFetchDisputeByID(dispute_id: number, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DisputesEntity, any, {}>>;
10886
10886
  /**
10887
10887
  * Use this API to get all Dispute details by specifying the Order ID.
10888
10888
  * @summary Get Disputes by Order Id
@@ -10894,7 +10894,7 @@ export declare class Cashfree {
10894
10894
  * @throws {RequiredError}
10895
10895
  * @memberof DisputesApi
10896
10896
  */
10897
- PGFetchOrderDisputes(order_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DisputesEntity[], any>>;
10897
+ PGFetchOrderDisputes(order_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DisputesEntity[], any, {}>>;
10898
10898
  /**
10899
10899
  * Use this API to get all Dispute details by specifying the Payment ID.
10900
10900
  * @summary Get Disputes by Payment ID
@@ -10906,7 +10906,7 @@ export declare class Cashfree {
10906
10906
  * @throws {RequiredError}
10907
10907
  * @memberof DisputesApi
10908
10908
  */
10909
- PGFetchPaymentDisputes(cf_payment_id: number, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DisputesEntity[], any>>;
10909
+ PGFetchPaymentDisputes(cf_payment_id: number, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DisputesEntity[], any, {}>>;
10910
10910
  /**
10911
10911
  * Use this API to Submit the Evidences to contest the Dispute by specifying the Dispute ID.
10912
10912
  * @summary Submit Evidence to contest the Dispute by Dispute ID
@@ -10921,7 +10921,7 @@ export declare class Cashfree {
10921
10921
  * @throws {RequiredError}
10922
10922
  * @memberof DisputesApi
10923
10923
  */
10924
- PGUploadDisputesDocuments(dispute_id: number, file: string, doc_type: string, x_request_id?: string, x_idempotency_key?: string, note?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DisputesEntity[], any>>;
10924
+ PGUploadDisputesDocuments(dispute_id: number, file: string, doc_type: string, x_request_id?: string, x_idempotency_key?: string, note?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DisputesEntity[], any, {}>>;
10925
10925
  /**
10926
10926
  * The Create Adjustment API will create a adjustment request either from vendor to the merchant or from merchant to the vendor.
10927
10927
  * @summary Create Adjustment
@@ -10934,7 +10934,7 @@ export declare class Cashfree {
10934
10934
  * @throws {RequiredError}
10935
10935
  * @memberof EasySplitApi
10936
10936
  */
10937
- PGESCreateAdjustment(vendor_id: string, x_request_id?: string, x_idempotency_key?: string, VendorAdjustmentRequest?: VendorAdjustmentRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VendorAdjustmentSuccessResponse, any>>;
10937
+ PGESCreateAdjustment(vendor_id: string, x_request_id?: string, x_idempotency_key?: string, VendorAdjustmentRequest?: VendorAdjustmentRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VendorAdjustmentSuccessResponse, any, {}>>;
10938
10938
  /**
10939
10939
  * The Create On Demand Transfer API will create a new on-demand request either from to the merchant or from to the vendor.
10940
10940
  * @summary Create On Demand Transfer
@@ -10947,7 +10947,7 @@ export declare class Cashfree {
10947
10947
  * @throws {RequiredError}
10948
10948
  * @memberof EasySplitApi
10949
10949
  */
10950
- PGESCreateOnDemandTransfer(vendor_id: string, x_request_id?: string, x_idempotency_key?: string, AdjustVendorBalanceRequest?: AdjustVendorBalanceRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AdjustVendorBalanceResponse, any>>;
10950
+ PGESCreateOnDemandTransfer(vendor_id: string, x_request_id?: string, x_idempotency_key?: string, AdjustVendorBalanceRequest?: AdjustVendorBalanceRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AdjustVendorBalanceResponse, any, {}>>;
10951
10951
  /**
10952
10952
  * Use this API to create a new vendor to your EasySplit account along with the KYC details. Provide KYC details such as account_type, business_type, gst, cin, pan, passport number and so on.
10953
10953
  * @summary Create vendor
@@ -10959,7 +10959,7 @@ export declare class Cashfree {
10959
10959
  * @throws {RequiredError}
10960
10960
  * @memberof EasySplitApi
10961
10961
  */
10962
- PGESCreateVendors(x_request_id?: string, x_idempotency_key?: string, CreateVendorRequest?: CreateVendorRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVendorResponse, any>>;
10962
+ PGESCreateVendors(x_request_id?: string, x_idempotency_key?: string, CreateVendorRequest?: CreateVendorRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVendorResponse, any, {}>>;
10963
10963
  /**
10964
10964
  * Use this API to download the uploaded KYC documents of that particular vendor. Provide the document type. Click the link from the sample request to download the KYC document.
10965
10965
  * @summary Download Vendor Documents
@@ -10972,7 +10972,7 @@ export declare class Cashfree {
10972
10972
  * @throws {RequiredError}
10973
10973
  * @memberof EasySplitApi
10974
10974
  */
10975
- PGESDownloadVendorsDocs(doc_type: string, vendor_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VendorDocumentDownloadResponse, any>>;
10975
+ PGESDownloadVendorsDocs(doc_type: string, vendor_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VendorDocumentDownloadResponse, any, {}>>;
10976
10976
  /**
10977
10977
  * Use this API to get the details of a specific vendor associated with your Easy Split account.
10978
10978
  * @summary Get Vendor All Details
@@ -10984,7 +10984,7 @@ export declare class Cashfree {
10984
10984
  * @throws {RequiredError}
10985
10985
  * @memberof EasySplitApi
10986
10986
  */
10987
- PGESFetchVendors(vendor_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VendorEntity, any>>;
10987
+ PGESFetchVendors(vendor_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VendorEntity, any, {}>>;
10988
10988
  /**
10989
10989
  * This API fetches the available amount with the merchant, vendor, and the unsettled amount for the merchant as well as the vendor.
10990
10990
  * @summary Get On Demand Balance
@@ -10996,7 +10996,7 @@ export declare class Cashfree {
10996
10996
  * @throws {RequiredError}
10997
10997
  * @memberof EasySplitApi
10998
10998
  */
10999
- PGESGetVendorBalance(vendor_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VendorBalance, any>>;
10999
+ PGESGetVendorBalance(vendor_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VendorBalance, any, {}>>;
11000
11000
  /**
11001
11001
  * This API returns the applicable service charge and service tax for a vendor balance transfer, based on the provided amount and rate type.
11002
11002
  * @summary Get Vendor Balance Transfer Charges
@@ -11009,7 +11009,7 @@ export declare class Cashfree {
11009
11009
  * @throws {RequiredError}
11010
11010
  * @memberof EasySplitApi
11011
11011
  */
11012
- PGESGetVendorBalanceTransferCharges(amount: number, rate_type: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VendorBalanceTransferCharges, any>>;
11012
+ PGESGetVendorBalanceTransferCharges(amount: number, rate_type: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VendorBalanceTransferCharges, any, {}>>;
11013
11013
  /**
11014
11014
  * Use this API to fetch the details of all the KYC details of a particular vendor.
11015
11015
  * @summary Get Vendor All Documents Status
@@ -11021,7 +11021,7 @@ export declare class Cashfree {
11021
11021
  * @throws {RequiredError}
11022
11022
  * @memberof EasySplitApi
11023
11023
  */
11024
- PGESGetVendorsDocs(vendor_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VendorDocumentsResponse, any>>;
11024
+ PGESGetVendorsDocs(vendor_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VendorDocumentsResponse, any, {}>>;
11025
11025
  /**
11026
11026
  * Use this API to get all the split details, settled and unsettled transactions details of each vendor who were part of a particular order by providing order Id or start date and end date.
11027
11027
  * @summary Get Split and Settlement Details by OrderID v2.0
@@ -11033,7 +11033,7 @@ export declare class Cashfree {
11033
11033
  * @throws {RequiredError}
11034
11034
  * @memberof EasySplitApi
11035
11035
  */
11036
- PGESOrderRecon(x_request_id?: string, x_idempotency_key?: string, ESOrderReconRequest?: ESOrderReconRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ESOrderReconResponse, any>>;
11036
+ PGESOrderRecon(x_request_id?: string, x_idempotency_key?: string, ESOrderReconRequest?: ESOrderReconRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ESOrderReconResponse, any, {}>>;
11037
11037
  /**
11038
11038
  * Use this API to edit the existing vendor details added to your EasySplit account. You can edit vendor details such as name, email, phone number, upi details, and any of the KYC details.
11039
11039
  * @summary Update vendor Details
@@ -11046,7 +11046,7 @@ export declare class Cashfree {
11046
11046
  * @throws {RequiredError}
11047
11047
  * @memberof EasySplitApi
11048
11048
  */
11049
- PGESUpdateVendors(vendor_id: string, x_request_id?: string, x_idempotency_key?: string, UpdateVendorRequest?: UpdateVendorRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateVendorResponse, any>>;
11049
+ PGESUpdateVendors(vendor_id: string, x_request_id?: string, x_idempotency_key?: string, UpdateVendorRequest?: UpdateVendorRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateVendorResponse, any, {}>>;
11050
11050
  /**
11051
11051
  * Use this API to upload KYC documents of a specific vendor.
11052
11052
  * @summary Upload Vendor Docs
@@ -11061,7 +11061,7 @@ export declare class Cashfree {
11061
11061
  * @throws {RequiredError}
11062
11062
  * @memberof EasySplitApi
11063
11063
  */
11064
- PGESUploadVendorsDocs(vendor_id: string, x_request_id?: string, x_idempotency_key?: string, doc_type?: string, doc_value?: string, file?: File, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadVendorDocumentsResponse, any>>;
11064
+ PGESUploadVendorsDocs(vendor_id: string, x_request_id?: string, x_idempotency_key?: string, doc_type?: string, doc_value?: string, file?: File, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadVendorDocumentsResponse, any, {}>>;
11065
11065
  /**
11066
11066
  * Split After Payment API splits the payments to vendors after successful payment from the customers.
11067
11067
  * @summary Split After Payment
@@ -11074,7 +11074,7 @@ export declare class Cashfree {
11074
11074
  * @throws {RequiredError}
11075
11075
  * @memberof EasySplitApi
11076
11076
  */
11077
- PGOrderSplitAfterPayment(order_id: string, x_request_id?: string, x_idempotency_key?: string, SplitAfterPaymentRequest?: SplitAfterPaymentRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SplitAfterPaymentResponse, any>>;
11077
+ PGOrderSplitAfterPayment(order_id: string, x_request_id?: string, x_idempotency_key?: string, SplitAfterPaymentRequest?: SplitAfterPaymentRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SplitAfterPaymentResponse, any, {}>>;
11078
11078
  /**
11079
11079
  * This API will create a static split scheme wherein you can define the split type and the vendor-wise split percentage.
11080
11080
  * @summary Create Static Split Configuration
@@ -11086,7 +11086,7 @@ export declare class Cashfree {
11086
11086
  * @throws {RequiredError}
11087
11087
  * @memberof EasySplitApi
11088
11088
  */
11089
- PGOrderStaticSplit(x_request_id?: string, x_idempotency_key?: string, StaticSplitRequest?: StaticSplitRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<StaticSplitResponse, any>>;
11089
+ PGOrderStaticSplit(x_request_id?: string, x_idempotency_key?: string, StaticSplitRequest?: StaticSplitRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<StaticSplitResponse, any, {}>>;
11090
11090
  /**
11091
11091
  * Use this API to get all the split details, settled and unsettled transactions details of each vendor who were part of a particular order by providing order Id or start date and end date.
11092
11092
  * @summary Get Split and Settlement Details by OrderID
@@ -11098,7 +11098,7 @@ export declare class Cashfree {
11098
11098
  * @throws {RequiredError}
11099
11099
  * @memberof EasySplitApi
11100
11100
  */
11101
- PGSplitOrderRecon(order_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SplitOrderReconSuccessResponse, any>>;
11101
+ PGSplitOrderRecon(order_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SplitOrderReconSuccessResponse, any, {}>>;
11102
11102
  /**
11103
11103
  * Use this API to get eligible Cardless EMI Payment Methods available for a customer on an order basis their phone number.
11104
11104
  * @summary Get Eligible Cardless EMI Payment Methods for a customer on an order
@@ -11110,7 +11110,7 @@ export declare class Cashfree {
11110
11110
  * @throws {RequiredError}
11111
11111
  * @memberof EligibilityApi
11112
11112
  */
11113
- PGEligibilityFetchCardlessEMI(EligibilityFetchCardlessEMIRequest: EligibilityFetchCardlessEMIRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EligibilityCardlessEMIEntity[], any>>;
11113
+ PGEligibilityFetchCardlessEMI(EligibilityFetchCardlessEMIRequest: EligibilityFetchCardlessEMIRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EligibilityCardlessEMIEntity[], any, {}>>;
11114
11114
  /**
11115
11115
  * Use this API to get eligible offers for an order_id or order amount.
11116
11116
  * @summary Get Eligible Offers for an Order
@@ -11122,7 +11122,7 @@ export declare class Cashfree {
11122
11122
  * @throws {RequiredError}
11123
11123
  * @memberof EligibilityApi
11124
11124
  */
11125
- PGEligibilityFetchOffers(EligibilityFetchOffersRequest: EligibilityFetchOffersRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EligibilityOfferEntity[], any>>;
11125
+ PGEligibilityFetchOffers(EligibilityFetchOffersRequest: EligibilityFetchOffersRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EligibilityOfferEntity[], any, {}>>;
11126
11126
  /**
11127
11127
  * Use this API to get eligible Paylater Payment Methods for a customer on an order.
11128
11128
  * @summary Get Eligible Paylater for a customer on an order
@@ -11134,7 +11134,7 @@ export declare class Cashfree {
11134
11134
  * @throws {RequiredError}
11135
11135
  * @memberof EligibilityApi
11136
11136
  */
11137
- PGEligibilityFetchPaylater(EligibilityFetchPaylaterRequest: EligibilityFetchPaylaterRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EligibilityPaylaterEntity[], any>>;
11137
+ PGEligibilityFetchPaylater(EligibilityFetchPaylaterRequest: EligibilityFetchPaylaterRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EligibilityPaylaterEntity[], any, {}>>;
11138
11138
  /**
11139
11139
  * Use this API to get eligible Payment Methods
11140
11140
  * @summary Get eligible Payment Methods
@@ -11146,7 +11146,7 @@ export declare class Cashfree {
11146
11146
  * @throws {RequiredError}
11147
11147
  * @memberof EligibilityApi
11148
11148
  */
11149
- PGEligibilityFetchPaymentMethods(EligibilityFetchPaymentMethodsRequest: EligibilityFetchPaymentMethodsRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EligibilityPaymentMethodsEntity[], any>>;
11149
+ PGEligibilityFetchPaymentMethods(EligibilityFetchPaymentMethodsRequest: EligibilityFetchPaymentMethodsRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EligibilityPaymentMethodsEntity[], any, {}>>;
11150
11150
  /**
11151
11151
  * Use this API to create offers with Cashfree from your backend
11152
11152
  * @summary Create Offer
@@ -11158,7 +11158,7 @@ export declare class Cashfree {
11158
11158
  * @throws {RequiredError}
11159
11159
  * @memberof OffersApi
11160
11160
  */
11161
- PGCreateOffer(CreateOfferRequest: CreateOfferRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OfferEntity, any>>;
11161
+ PGCreateOffer(CreateOfferRequest: CreateOfferRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OfferEntity, any, {}>>;
11162
11162
  /**
11163
11163
  * Use this API to get offer by offer_id
11164
11164
  * @summary Get Offer by ID
@@ -11170,7 +11170,7 @@ export declare class Cashfree {
11170
11170
  * @throws {RequiredError}
11171
11171
  * @memberof OffersApi
11172
11172
  */
11173
- PGFetchOffer(offer_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OfferEntity, any>>;
11173
+ PGFetchOffer(offer_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OfferEntity, any, {}>>;
11174
11174
  /**
11175
11175
  * ### Order An order is an entity which has a amount and currency associated with it. It is something for which you want to collect payment for. Use this API to create orders with Cashfree from your backend to get a `payment_sessions_id`. You can use the `payment_sessions_id` to create a transaction for the order.
11176
11176
  * @summary Create Order
@@ -11182,7 +11182,7 @@ export declare class Cashfree {
11182
11182
  * @throws {RequiredError}
11183
11183
  * @memberof OrdersApi
11184
11184
  */
11185
- PGCreateOrder(CreateOrderRequest: CreateOrderRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderEntity, any>>;
11185
+ PGCreateOrder(CreateOrderRequest: CreateOrderRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderEntity, any, {}>>;
11186
11186
  /**
11187
11187
  * Use this API to fetch the order that was created at Cashfree\'s using the `order_id`. ## When to use this API - To check the status of your order - Once the order is PAID - Once your customer returns to `return_url`
11188
11188
  * @summary Get Order
@@ -11194,7 +11194,7 @@ export declare class Cashfree {
11194
11194
  * @throws {RequiredError}
11195
11195
  * @memberof OrdersApi
11196
11196
  */
11197
- PGFetchOrder(order_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderEntity, any>>;
11197
+ PGFetchOrder(order_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderEntity, any, {}>>;
11198
11198
  /**
11199
11199
  * Use this API to fetch the order related data like address,cart,offers,customer details etc using the Cashfree\'s `order_id`. ## When to use this API - To get the extended data associated with order. - Once the order is PAID - Once your customer returns to `return_url`
11200
11200
  * @summary Get Order Extended
@@ -11206,7 +11206,7 @@ export declare class Cashfree {
11206
11206
  * @throws {RequiredError}
11207
11207
  * @memberof OrdersApi
11208
11208
  */
11209
- PGFetchOrderExtendedData(order_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderExtendedDataEntity, any>>;
11209
+ PGFetchOrderExtendedData(order_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderExtendedDataEntity, any, {}>>;
11210
11210
  /**
11211
11211
  * Use this API to terminate the order that was created at Cashfree\'s using the `order_id`.
11212
11212
  * @summary Terminate Order
@@ -11219,7 +11219,7 @@ export declare class Cashfree {
11219
11219
  * @throws {RequiredError}
11220
11220
  * @memberof OrdersApi
11221
11221
  */
11222
- PGTerminateOrder(order_id: string, TerminateOrderRequest: TerminateOrderRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderEntity, any>>;
11222
+ PGTerminateOrder(order_id: string, TerminateOrderRequest: TerminateOrderRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderEntity, any, {}>>;
11223
11223
  /**
11224
11224
  * Use this api to update the order related data like shipment details,order delivery status etc. ## When to use this API - To provide/update the shipment details or order delivery status. - Once the order is PAID.
11225
11225
  * @summary Update Order Extended
@@ -11232,7 +11232,7 @@ export declare class Cashfree {
11232
11232
  * @throws {RequiredError}
11233
11233
  * @memberof OrdersApi
11234
11234
  */
11235
- PGUpdateOrderExtendedData(order_id: string, UpdateOrderExtendedRequest: UpdateOrderExtendedRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateOrderExtendedDataEntity, any>>;
11235
+ PGUpdateOrderExtendedData(order_id: string, UpdateOrderExtendedRequest: UpdateOrderExtendedRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateOrderExtendedDataEntity, any, {}>>;
11236
11236
  /**
11237
11237
  * - Use this API to get the payment gateway reconciliation details with date range. - It will have events for your payment account
11238
11238
  * @summary PG Reconciliation
@@ -11246,7 +11246,7 @@ export declare class Cashfree {
11246
11246
  * @throws {RequiredError}
11247
11247
  * @memberof PGReconciliationApi
11248
11248
  */
11249
- PGFetchRecon(FetchReconRequest: FetchReconRequest, Content_Type?: string, x_request_id?: string, x_idempotency_key?: string, Accept?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ReconEntity, any>>;
11249
+ PGFetchRecon(FetchReconRequest: FetchReconRequest, Content_Type?: string, x_request_id?: string, x_idempotency_key?: string, Accept?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ReconEntity, any, {}>>;
11250
11250
  /**
11251
11251
  * Use this API to cancel a payment link. No further payments can be done against a cancelled link. Only a link in ACTIVE status can be cancelled.
11252
11252
  * @summary Cancel Payment Link
@@ -11258,7 +11258,7 @@ export declare class Cashfree {
11258
11258
  * @throws {RequiredError}
11259
11259
  * @memberof PaymentLinksApi
11260
11260
  */
11261
- PGCancelLink(link_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkEntity, any>>;
11261
+ PGCancelLink(link_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkEntity, any, {}>>;
11262
11262
  /**
11263
11263
  * Use this API to create a new payment link. The created payment link url will be available in the API response parameter link_url.
11264
11264
  * @summary Create Payment Link
@@ -11270,7 +11270,7 @@ export declare class Cashfree {
11270
11270
  * @throws {RequiredError}
11271
11271
  * @memberof PaymentLinksApi
11272
11272
  */
11273
- PGCreateLink(CreateLinkRequest: CreateLinkRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkEntity, any>>;
11273
+ PGCreateLink(CreateLinkRequest: CreateLinkRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkEntity, any, {}>>;
11274
11274
  /**
11275
11275
  * Use this API to view all details and status of a payment link.
11276
11276
  * @summary Fetch Payment Link Details
@@ -11282,7 +11282,7 @@ export declare class Cashfree {
11282
11282
  * @throws {RequiredError}
11283
11283
  * @memberof PaymentLinksApi
11284
11284
  */
11285
- PGFetchLink(link_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkEntity, any>>;
11285
+ PGFetchLink(link_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkEntity, any, {}>>;
11286
11286
  /**
11287
11287
  * Use this API to view all order details for a payment link.
11288
11288
  * @summary Get Orders for a Payment Link
@@ -11295,7 +11295,7 @@ export declare class Cashfree {
11295
11295
  * @throws {RequiredError}
11296
11296
  * @memberof PaymentLinksApi
11297
11297
  */
11298
- PGLinkFetchOrders(link_id: string, x_request_id?: string, x_idempotency_key?: string, status?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentLinkOrderEntity[], any>>;
11298
+ PGLinkFetchOrders(link_id: string, x_request_id?: string, x_idempotency_key?: string, status?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentLinkOrderEntity[], any, {}>>;
11299
11299
  /**
11300
11300
  * Use this API to capture or void a preauthorized payment
11301
11301
  * @summary Preauthorization
@@ -11308,7 +11308,7 @@ export declare class Cashfree {
11308
11308
  * @throws {RequiredError}
11309
11309
  * @memberof PaymentsApi
11310
11310
  */
11311
- PGAuthorizeOrder(order_id: string, AuthorizeOrderRequest: AuthorizeOrderRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentEntity, any>>;
11311
+ PGAuthorizeOrder(order_id: string, AuthorizeOrderRequest: AuthorizeOrderRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentEntity, any, {}>>;
11312
11312
  /**
11313
11313
  * If you accept OTP on your own page, you can use the below API to send OTP to Cashfree.
11314
11314
  * @summary Submit or Resend OTP
@@ -11321,7 +11321,7 @@ export declare class Cashfree {
11321
11321
  * @throws {RequiredError}
11322
11322
  * @memberof PaymentsApi
11323
11323
  */
11324
- PGOrderAuthenticatePayment(cf_payment_id: string, OrderAuthenticatePaymentRequest: OrderAuthenticatePaymentRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderAuthenticateEntity, any>>;
11324
+ PGOrderAuthenticatePayment(cf_payment_id: string, OrderAuthenticatePaymentRequest: OrderAuthenticatePaymentRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderAuthenticateEntity, any, {}>>;
11325
11325
  /**
11326
11326
  * Use this API to view payment details of an order for a payment ID.
11327
11327
  * @summary Get Payment by ID
@@ -11334,7 +11334,7 @@ export declare class Cashfree {
11334
11334
  * @throws {RequiredError}
11335
11335
  * @memberof PaymentsApi
11336
11336
  */
11337
- PGOrderFetchPayment(order_id: string, cf_payment_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentEntity, any>>;
11337
+ PGOrderFetchPayment(order_id: string, cf_payment_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentEntity, any, {}>>;
11338
11338
  /**
11339
11339
  * Use this API to view all payment details for an order.
11340
11340
  * @summary Get Payments for an Order
@@ -11346,7 +11346,7 @@ export declare class Cashfree {
11346
11346
  * @throws {RequiredError}
11347
11347
  * @memberof PaymentsApi
11348
11348
  */
11349
- PGOrderFetchPayments(order_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentEntity[], any>>;
11349
+ PGOrderFetchPayments(order_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentEntity[], any, {}>>;
11350
11350
  /**
11351
11351
  * Use this API when you have already created the orders and want Cashfree to process the payment. To use this API S2S flag needs to be enabled from the backend. In case you want to use the cards payment option the PCI DSS flag is required, for more information send an email to \"care@cashfree.com\".
11352
11352
  * @summary Order Pay
@@ -11358,7 +11358,7 @@ export declare class Cashfree {
11358
11358
  * @throws {RequiredError}
11359
11359
  * @memberof PaymentsApi
11360
11360
  */
11361
- PGPayOrder(PayOrderRequest: PayOrderRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PayOrderEntity, any>>;
11361
+ PGPayOrder(PayOrderRequest: PayOrderRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PayOrderEntity, any, {}>>;
11362
11362
  /**
11363
11363
  * Use this API to initiate refunds.
11364
11364
  * @summary Create Refund
@@ -11371,7 +11371,7 @@ export declare class Cashfree {
11371
11371
  * @throws {RequiredError}
11372
11372
  * @memberof RefundsApi
11373
11373
  */
11374
- PGOrderCreateRefund(order_id: string, OrderCreateRefundRequest: OrderCreateRefundRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RefundEntity, any>>;
11374
+ PGOrderCreateRefund(order_id: string, OrderCreateRefundRequest: OrderCreateRefundRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RefundEntity, any, {}>>;
11375
11375
  /**
11376
11376
  * Use this API to fetch a specific refund processed on your Cashfree Account.
11377
11377
  * @summary Get Refund
@@ -11384,7 +11384,7 @@ export declare class Cashfree {
11384
11384
  * @throws {RequiredError}
11385
11385
  * @memberof RefundsApi
11386
11386
  */
11387
- PGOrderFetchRefund(order_id: string, refund_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RefundEntity, any>>;
11387
+ PGOrderFetchRefund(order_id: string, refund_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RefundEntity, any, {}>>;
11388
11388
  /**
11389
11389
  * Use this API to fetch all refunds processed against an order.
11390
11390
  * @summary Get All Refunds for an Order
@@ -11396,7 +11396,7 @@ export declare class Cashfree {
11396
11396
  * @throws {RequiredError}
11397
11397
  * @memberof RefundsApi
11398
11398
  */
11399
- PGOrderFetchRefunds(order_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RefundEntity[], any>>;
11399
+ PGOrderFetchRefunds(order_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RefundEntity[], any, {}>>;
11400
11400
  /**
11401
11401
  * Use this API to get all settlement details by specifying the settlement ID, settlement UTR or date range.
11402
11402
  * @summary Get All Settlements
@@ -11410,7 +11410,7 @@ export declare class Cashfree {
11410
11410
  * @throws {RequiredError}
11411
11411
  * @memberof SettlementReconciliationApi
11412
11412
  */
11413
- PGFetchSettlements(FetchSettlementsRequest: FetchSettlementsRequest, Content_Type?: string, x_request_id?: string, x_idempotency_key?: string, Accept?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SettlementEntity, any>>;
11413
+ PGFetchSettlements(FetchSettlementsRequest: FetchSettlementsRequest, Content_Type?: string, x_request_id?: string, x_idempotency_key?: string, Accept?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SettlementEntity, any, {}>>;
11414
11414
  /**
11415
11415
  * - Use this API to get settlement reconciliation details using Settlement ID, settlement UTR or date range. - This API will return events for the settlement IDs you want
11416
11416
  * @summary Settlement Reconciliation
@@ -11424,7 +11424,7 @@ export declare class Cashfree {
11424
11424
  * @throws {RequiredError}
11425
11425
  * @memberof SettlementReconciliationApi
11426
11426
  */
11427
- PGSettlementFetchRecon(SettlementFetchReconRequest: SettlementFetchReconRequest, Content_Type?: string, x_request_id?: string, x_idempotency_key?: string, Accept?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SettlementReconEntity, any>>;
11427
+ PGSettlementFetchRecon(SettlementFetchReconRequest: SettlementFetchReconRequest, Content_Type?: string, x_request_id?: string, x_idempotency_key?: string, Accept?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SettlementReconEntity, any, {}>>;
11428
11428
  /**
11429
11429
  * Use this API to pass the CBRICS ID to Cashfree and mark an order for settlement.
11430
11430
  * @summary Mark Order For Settlement
@@ -11436,7 +11436,7 @@ export declare class Cashfree {
11436
11436
  * @throws {RequiredError}
11437
11437
  * @memberof SettlementsApi
11438
11438
  */
11439
- MarkForSettlement(x_request_id?: string, x_idempotency_key?: string, CreateOrderSettlementRequestBody?: CreateOrderSettlementRequestBody, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
11439
+ MarkForSettlement(x_request_id?: string, x_idempotency_key?: string, CreateOrderSettlementRequestBody?: CreateOrderSettlementRequestBody, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}>>;
11440
11440
  /**
11441
11441
  * Use this API to view all the settlements of a particular order.
11442
11442
  * @summary Get Settlements by Order ID
@@ -11448,7 +11448,7 @@ export declare class Cashfree {
11448
11448
  * @throws {RequiredError}
11449
11449
  * @memberof SettlementsApi
11450
11450
  */
11451
- PGOrderFetchSettlement(order_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SettlementEntity, any>>;
11451
+ PGOrderFetchSettlement(order_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SettlementEntity, any, {}>>;
11452
11452
  /**
11453
11453
  * Use this API to fetch simulated payment details.
11454
11454
  * @summary Fetch Simulation
@@ -11460,7 +11460,7 @@ export declare class Cashfree {
11460
11460
  * @throws {RequiredError}
11461
11461
  * @memberof SimulationApi
11462
11462
  */
11463
- PGFetchSimulation(simulation_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SimulationResponse, any>>;
11463
+ PGFetchSimulation(simulation_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SimulationResponse, any, {}>>;
11464
11464
  /**
11465
11465
  * Use this API to simulate payment. To use this API you should first create an order using the Create Order API. Also, you need to create a payment with the same order.
11466
11466
  * @summary Simulate Payment
@@ -11472,7 +11472,7 @@ export declare class Cashfree {
11472
11472
  * @throws {RequiredError}
11473
11473
  * @memberof SimulationApi
11474
11474
  */
11475
- PGSimulatePayment(SimulateRequest: SimulateRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SimulationResponse, any>>;
11475
+ PGSimulatePayment(SimulateRequest: SimulateRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SimulationResponse, any, {}>>;
11476
11476
  /**
11477
11477
  * Use this API to create new terminals to use softPOS.
11478
11478
  * @summary Create Terminal
@@ -11484,7 +11484,7 @@ export declare class Cashfree {
11484
11484
  * @throws {RequiredError}
11485
11485
  * @memberof SoftPOSApi
11486
11486
  */
11487
- SposCreateTerminal(CreateTerminalRequest: CreateTerminalRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TerminalEntity, any>>;
11487
+ SposCreateTerminal(CreateTerminalRequest: CreateTerminalRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TerminalEntity, any, {}>>;
11488
11488
  /**
11489
11489
  * Use this API to create a new terminal transaction. To use this API you should first create an order using the Create Order API. Also, you need to enter the terminal details while creating the order and pass the same terminal information while creating a transaction using the below mentioned API.
11490
11490
  * @summary Create Terminal Transaction
@@ -11496,7 +11496,7 @@ export declare class Cashfree {
11496
11496
  * @throws {RequiredError}
11497
11497
  * @memberof SoftPOSApi
11498
11498
  */
11499
- SposCreateTerminalTransaction(CreateTerminalTransactionRequest: CreateTerminalTransactionRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TerminalTransactionEntity, any>>;
11499
+ SposCreateTerminalTransaction(CreateTerminalTransactionRequest: CreateTerminalTransactionRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TerminalTransactionEntity, any, {}>>;
11500
11500
  /**
11501
11501
  * Use this API to demap a device from soundbox.
11502
11502
  * @summary Demap Soundbox Vpa
@@ -11508,7 +11508,7 @@ export declare class Cashfree {
11508
11508
  * @throws {RequiredError}
11509
11509
  * @memberof SoftPOSApi
11510
11510
  */
11511
- SposDemapSoundboxVpa(DemapSoundboxVpaRequest: DemapSoundboxVpaRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SoundboxVpaEntity[], any>>;
11511
+ SposDemapSoundboxVpa(DemapSoundboxVpaRequest: DemapSoundboxVpaRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SoundboxVpaEntity[], any, {}>>;
11512
11512
  /**
11513
11513
  * Use this API to view all details of a terminal.
11514
11514
  * @summary Get Terminal Status using Phone Number
@@ -11520,7 +11520,7 @@ export declare class Cashfree {
11520
11520
  * @throws {RequiredError}
11521
11521
  * @memberof SoftPOSApi
11522
11522
  */
11523
- SposFetchTerminal(terminal_phone_no: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TerminalEntity, any>>;
11523
+ SposFetchTerminal(terminal_phone_no: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TerminalEntity, any, {}>>;
11524
11524
  /**
11525
11525
  * You can fetch all the StaticQRs corresponding to given terminal id or phone number. Provide either the terminal_phone_no or terminal_id in the request.
11526
11526
  * @summary Fetch Terminal QR Codes
@@ -11533,7 +11533,7 @@ export declare class Cashfree {
11533
11533
  * @throws {RequiredError}
11534
11534
  * @memberof SoftPOSApi
11535
11535
  */
11536
- SposFetchTerminalQRCodes(terminal_phone_no: string, cf_terminal_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FetchTerminalQRCodesEntity[], any>>;
11536
+ SposFetchTerminalQRCodes(terminal_phone_no: string, cf_terminal_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FetchTerminalQRCodesEntity[], any, {}>>;
11537
11537
  /**
11538
11538
  * You can fetch all the active and mapped SoundboxVpa corresponding to given terminal id or deviceSerialNo. Provide either the device_serial_no or cf_terminal_id in the request.
11539
11539
  * @summary Fetch Terminal Soundbox vpa
@@ -11546,7 +11546,7 @@ export declare class Cashfree {
11546
11546
  * @throws {RequiredError}
11547
11547
  * @memberof SoftPOSApi
11548
11548
  */
11549
- SposFetchTerminalSoundboxVpa(device_serial_no: string, cf_terminal_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SoundboxVpaEntity[], any>>;
11549
+ SposFetchTerminalSoundboxVpa(device_serial_no: string, cf_terminal_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SoundboxVpaEntity[], any, {}>>;
11550
11550
  /**
11551
11551
  * Use this API to get terminal transaction.
11552
11552
  * @summary Get Terminal Transaction
@@ -11559,7 +11559,7 @@ export declare class Cashfree {
11559
11559
  * @throws {RequiredError}
11560
11560
  * @memberof SoftPOSApi
11561
11561
  */
11562
- SposFetchTerminalTransaction(utr: string, cf_terminal_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TerminalPaymentEntity, any>>;
11562
+ SposFetchTerminalTransaction(utr: string, cf_terminal_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TerminalPaymentEntity, any, {}>>;
11563
11563
  /**
11564
11564
  * Use this API to onboard a terminal Vpa to soundbox.
11565
11565
  * @summary Onboard Soundbox Vpa
@@ -11571,7 +11571,7 @@ export declare class Cashfree {
11571
11571
  * @throws {RequiredError}
11572
11572
  * @memberof SoftPOSApi
11573
11573
  */
11574
- SposOnboardSoundboxVpa(OnboardSoundboxVpaRequest: OnboardSoundboxVpaRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SoundboxVpaEntity, any>>;
11574
+ SposOnboardSoundboxVpa(OnboardSoundboxVpaRequest: OnboardSoundboxVpaRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SoundboxVpaEntity, any, {}>>;
11575
11575
  /**
11576
11576
  * Use this API to update a terminal Vpa to soundbox.
11577
11577
  * @summary Update Soundbox Vpa
@@ -11584,7 +11584,7 @@ export declare class Cashfree {
11584
11584
  * @throws {RequiredError}
11585
11585
  * @memberof SoftPOSApi
11586
11586
  */
11587
- SposUpdateSoundboxVpa(cf_terminal_id: string, UpdateSoundboxVpaRequest: UpdateSoundboxVpaRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SoundboxVpaEntity, any>>;
11587
+ SposUpdateSoundboxVpa(cf_terminal_id: string, UpdateSoundboxVpaRequest: UpdateSoundboxVpaRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SoundboxVpaEntity, any, {}>>;
11588
11588
  /**
11589
11589
  * Use this API to update the terminal details. Email, Phone Number, and Terminal Meta are updatable for \"Storefront\". Only account status change is possible in case of \"Agent\".
11590
11590
  * @summary Update Terminal
@@ -11597,7 +11597,7 @@ export declare class Cashfree {
11597
11597
  * @throws {RequiredError}
11598
11598
  * @memberof SoftPOSApi
11599
11599
  */
11600
- SposUpdateTerminal(cf_terminal_id: string, UpdateTerminalRequest: UpdateTerminalRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateTerminalEntity[], any>>;
11600
+ SposUpdateTerminal(cf_terminal_id: string, UpdateTerminalRequest: UpdateTerminalRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateTerminalEntity[], any, {}>>;
11601
11601
  /**
11602
11602
  * Use this API to update the terminal status.
11603
11603
  * @summary Update Terminal Status
@@ -11610,7 +11610,7 @@ export declare class Cashfree {
11610
11610
  * @throws {RequiredError}
11611
11611
  * @memberof SoftPOSApi
11612
11612
  */
11613
- SposUpdateTerminalStatus(cf_terminal_id: string, UpdateTerminalStatusRequest: UpdateTerminalStatusRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateTerminalEntity[], any>>;
11613
+ SposUpdateTerminalStatus(cf_terminal_id: string, UpdateTerminalStatusRequest: UpdateTerminalStatusRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateTerminalEntity[], any, {}>>;
11614
11614
  /**
11615
11615
  * Use this API to upload the terminal documents.
11616
11616
  * @summary Upload Terminal Docs
@@ -11623,7 +11623,7 @@ export declare class Cashfree {
11623
11623
  * @throws {RequiredError}
11624
11624
  * @memberof SoftPOSApi
11625
11625
  */
11626
- SposUploadTerminalDocs(cf_terminal_id: string, UploadTerminalDocs: UploadTerminalDocs, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadTerminalDocsEntity[], any>>;
11626
+ SposUploadTerminalDocs(cf_terminal_id: string, UploadTerminalDocs: UploadTerminalDocs, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadTerminalDocsEntity[], any, {}>>;
11627
11627
  /**
11628
11628
  * Use this API to create an auth or to raise a charge.
11629
11629
  * @summary Raise a charge or create an auth.
@@ -11635,7 +11635,7 @@ export declare class Cashfree {
11635
11635
  * @throws {RequiredError}
11636
11636
  * @memberof SubscriptionApi
11637
11637
  */
11638
- SubsCreatePayment(CreateSubscriptionPaymentRequest: CreateSubscriptionPaymentRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateSubscriptionPaymentResponse, any>>;
11638
+ SubsCreatePayment(CreateSubscriptionPaymentRequest: CreateSubscriptionPaymentRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateSubscriptionPaymentResponse, any, {}>>;
11639
11639
  /**
11640
11640
  * A plan allows your customer to identify the features you offer along with your pricing. You can create plans as per the pricing you support for your services. For each plan, you can set a pre-decided frequency and amount with which they’ll be charged. Example: Netflix Plans - Premium, Basic, Standard, Mobile. Each plan differs and caters for a particular set of audiences.
11641
11641
  * @summary Create a plan.
@@ -11647,7 +11647,7 @@ export declare class Cashfree {
11647
11647
  * @throws {RequiredError}
11648
11648
  * @memberof SubscriptionApi
11649
11649
  */
11650
- SubsCreatePlan(CreatePlanRequest: CreatePlanRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanEntity, any>>;
11650
+ SubsCreatePlan(CreatePlanRequest: CreatePlanRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanEntity, any, {}>>;
11651
11651
  /**
11652
11652
  * This API allows you to create refund on a successful payment. Refund amount can be partial or the full amount of the payment.
11653
11653
  * @summary Create a refund.
@@ -11660,7 +11660,7 @@ export declare class Cashfree {
11660
11660
  * @throws {RequiredError}
11661
11661
  * @memberof SubscriptionApi
11662
11662
  */
11663
- SubsCreateRefund(subscription_id: string, CreateSubscriptionRefundRequest: CreateSubscriptionRefundRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubscriptionPaymentRefundEntity, any>>;
11663
+ SubsCreateRefund(subscription_id: string, CreateSubscriptionRefundRequest: CreateSubscriptionRefundRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubscriptionPaymentRefundEntity, any, {}>>;
11664
11664
  /**
11665
11665
  * Use this API to create a new subscription.
11666
11666
  * @summary Create Subscription
@@ -11672,7 +11672,7 @@ export declare class Cashfree {
11672
11672
  * @throws {RequiredError}
11673
11673
  * @memberof SubscriptionApi
11674
11674
  */
11675
- SubsCreateSubscription(CreateSubscriptionRequest: CreateSubscriptionRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubscriptionEntity, any>>;
11675
+ SubsCreateSubscription(CreateSubscriptionRequest: CreateSubscriptionRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubscriptionEntity, any, {}>>;
11676
11676
  /**
11677
11677
  * Use this API to fetch plan details.
11678
11678
  * @summary Fetch Plan
@@ -11684,7 +11684,7 @@ export declare class Cashfree {
11684
11684
  * @throws {RequiredError}
11685
11685
  * @memberof SubscriptionApi
11686
11686
  */
11687
- SubsFetchPlan(plan_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanEntity, any>>;
11687
+ SubsFetchPlan(plan_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanEntity, any, {}>>;
11688
11688
  /**
11689
11689
  * Use this API to fetch subscription details.
11690
11690
  * @summary Fetch Subscription
@@ -11696,7 +11696,7 @@ export declare class Cashfree {
11696
11696
  * @throws {RequiredError}
11697
11697
  * @memberof SubscriptionApi
11698
11698
  */
11699
- SubsFetchSubscription(subscription_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubscriptionEntity, any>>;
11699
+ SubsFetchSubscription(subscription_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubscriptionEntity, any, {}>>;
11700
11700
  /**
11701
11701
  * Use this API to fetch details of a single payment of a subscription.
11702
11702
  * @summary Fetch details of a single payment.
@@ -11709,7 +11709,7 @@ export declare class Cashfree {
11709
11709
  * @throws {RequiredError}
11710
11710
  * @memberof SubscriptionApi
11711
11711
  */
11712
- SubsFetchSubscriptionPayment(subscription_id: string, payment_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubscriptionPaymentEntity, any>>;
11712
+ SubsFetchSubscriptionPayment(subscription_id: string, payment_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubscriptionPaymentEntity, any, {}>>;
11713
11713
  /**
11714
11714
  * Use this API to fetch all payments of a subscription.
11715
11715
  * @summary Fetch details of all payments of a subscription.
@@ -11721,7 +11721,7 @@ export declare class Cashfree {
11721
11721
  * @throws {RequiredError}
11722
11722
  * @memberof SubscriptionApi
11723
11723
  */
11724
- SubsFetchSubscriptionPayments(subscription_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubscriptionPaymentEntity[], any>>;
11724
+ SubsFetchSubscriptionPayments(subscription_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubscriptionPaymentEntity[], any, {}>>;
11725
11725
  /**
11726
11726
  * Use this API to fetch details of a refund of a subscription payment.
11727
11727
  * @summary Fetch details of a refund.
@@ -11734,7 +11734,7 @@ export declare class Cashfree {
11734
11734
  * @throws {RequiredError}
11735
11735
  * @memberof SubscriptionApi
11736
11736
  */
11737
- SubsFetchSubscriptionRefund(subscription_id: string, refund_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubscriptionPaymentRefundEntity, any>>;
11737
+ SubsFetchSubscriptionRefund(subscription_id: string, refund_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubscriptionPaymentRefundEntity, any, {}>>;
11738
11738
  /**
11739
11739
  * Use this API to manage a subscription. You can cancel, pause, activate or change the plan of a subscription.
11740
11740
  * @summary Manage a subscription.
@@ -11747,7 +11747,7 @@ export declare class Cashfree {
11747
11747
  * @throws {RequiredError}
11748
11748
  * @memberof SubscriptionApi
11749
11749
  */
11750
- SubsManageSubscription(subscription_id: string, ManageSubscriptionRequest: ManageSubscriptionRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubscriptionEntity, any>>;
11750
+ SubsManageSubscription(subscription_id: string, ManageSubscriptionRequest: ManageSubscriptionRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubscriptionEntity, any, {}>>;
11751
11751
  /**
11752
11752
  * Use this API to manage a payment of a subscription. A payment can be cancelled or retried with this API.
11753
11753
  * @summary Manage a single payment.
@@ -11761,7 +11761,7 @@ export declare class Cashfree {
11761
11761
  * @throws {RequiredError}
11762
11762
  * @memberof SubscriptionApi
11763
11763
  */
11764
- SubsManageSubscriptionPayment(subscription_id: string, payment_id: string, ManageSubscriptionPaymentRequest: ManageSubscriptionPaymentRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubscriptionPaymentEntity, any>>;
11764
+ SubsManageSubscriptionPayment(subscription_id: string, payment_id: string, ManageSubscriptionPaymentRequest: ManageSubscriptionPaymentRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubscriptionPaymentEntity, any, {}>>;
11765
11765
  /**
11766
11766
  * Use this API to upload file for Physical Nach Authorization.
11767
11767
  * @summary API to upload file for Physical Nach Authorization.
@@ -11776,7 +11776,7 @@ export declare class Cashfree {
11776
11776
  * @throws {RequiredError}
11777
11777
  * @memberof SubscriptionApi
11778
11778
  */
11779
- SubscriptionDocumentUpload(payment_id: string, file: File, payment_id2: string, action: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadPnachImageResponse, any>>;
11779
+ SubscriptionDocumentUpload(payment_id: string, file: File, payment_id2: string, action: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadPnachImageResponse, any, {}>>;
11780
11780
  /**
11781
11781
  * Use this API to check if a payment method is enabled for your account.
11782
11782
  * @summary API to get all the payment method details available for subscription payments.
@@ -11788,7 +11788,7 @@ export declare class Cashfree {
11788
11788
  * @throws {RequiredError}
11789
11789
  * @memberof SubscriptionApi
11790
11790
  */
11791
- SubscriptionEligibility(SubscriptionEligibilityRequest: SubscriptionEligibilityRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubscriptionEligibilityResponse, any>>;
11791
+ SubscriptionEligibility(SubscriptionEligibilityRequest: SubscriptionEligibilityRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubscriptionEligibilityResponse, any, {}>>;
11792
11792
  /**
11793
11793
  * Use this API to delete a saved card instrument for a customer_id and instrument_id
11794
11794
  * @summary Delete Saved Card Instrument
@@ -11801,7 +11801,7 @@ export declare class Cashfree {
11801
11801
  * @throws {RequiredError}
11802
11802
  * @memberof TokenVaultApi
11803
11803
  */
11804
- PGCustomerDeleteInstrument(customer_id: string, instrument_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InstrumentEntity, any>>;
11804
+ PGCustomerDeleteInstrument(customer_id: string, instrument_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InstrumentEntity, any, {}>>;
11805
11805
  /**
11806
11806
  * Use this API to fetch a single specific saved card for a customer_id by it\'s instrument_id
11807
11807
  * @summary Fetch Specific Saved Card Instrument
@@ -11814,7 +11814,7 @@ export declare class Cashfree {
11814
11814
  * @throws {RequiredError}
11815
11815
  * @memberof TokenVaultApi
11816
11816
  */
11817
- PGCustomerFetchInstrument(customer_id: string, instrument_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InstrumentEntity, any>>;
11817
+ PGCustomerFetchInstrument(customer_id: string, instrument_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InstrumentEntity, any, {}>>;
11818
11818
  /**
11819
11819
  * Use this API to fetch saved cards for a customer_id
11820
11820
  * @summary Fetch All Saved Card Instrument
@@ -11827,7 +11827,7 @@ export declare class Cashfree {
11827
11827
  * @throws {RequiredError}
11828
11828
  * @memberof TokenVaultApi
11829
11829
  */
11830
- PGCustomerFetchInstruments(customer_id: string, instrument_type: PGCustomerFetchInstrumentsInstrumentTypeEnum, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InstrumentEntity[], any>>;
11830
+ PGCustomerFetchInstruments(customer_id: string, instrument_type: PGCustomerFetchInstrumentsInstrumentTypeEnum, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InstrumentEntity[], any, {}>>;
11831
11831
  /**
11832
11832
  * Use this API To get the card network token, token expiry and cryptogram for a saved card instrument using instrument id
11833
11833
  * @summary Fetch cryptogram for a saved card instrument
@@ -11840,7 +11840,7 @@ export declare class Cashfree {
11840
11840
  * @throws {RequiredError}
11841
11841
  * @memberof TokenVaultApi
11842
11842
  */
11843
- PGCustomerInstrumentsFetchCryptogram(customer_id: string, instrument_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CryptogramEntity, any>>;
11843
+ PGCustomerInstrumentsFetchCryptogram(customer_id: string, instrument_id: string, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CryptogramEntity, any, {}>>;
11844
11844
  /**
11845
11845
  * Create PAR at Cashfree using card details.
11846
11846
  * @summary Create PAR at Cashfree
@@ -11852,5 +11852,5 @@ export declare class Cashfree {
11852
11852
  * @throws {RequiredError}
11853
11853
  * @memberof UtilitiesApi
11854
11854
  */
11855
- PGCreatePAR(PARRequest: PARRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PGCreatePAR200Response, any>>;
11855
+ PGCreatePAR(PARRequest: PARRequest, x_request_id?: string, x_idempotency_key?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PGCreatePAR200Response, any, {}>>;
11856
11856
  }