@gofynd/fdk-client-javascript 1.4.2-beta.7 → 1.4.3
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/README.md +1 -1
- package/package.json +5 -3
- package/sdk/application/ApplicationAPIClient.d.ts +1 -1
- package/sdk/application/ApplicationAPIClient.js +0 -1
- package/sdk/application/Cart/CartApplicationClient.d.ts +25 -25
- package/sdk/application/Cart/CartApplicationClient.js +25 -25
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +40 -40
- package/sdk/application/Catalog/CatalogApplicationClient.js +40 -40
- package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
- package/sdk/application/Common/CommonApplicationClient.js +2 -2
- package/sdk/application/Communication/CommunicationApplicationClient.d.ts +3 -3
- package/sdk/application/Communication/CommunicationApplicationClient.js +3 -3
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +16 -16
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +16 -16
- package/sdk/application/Content/ContentApplicationClient.d.ts +10 -10
- package/sdk/application/Content/ContentApplicationClient.js +10 -10
- package/sdk/application/Content/ContentApplicationModel.d.ts +18 -18
- package/sdk/application/Content/ContentApplicationModel.js +26 -26
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +2 -2
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +12 -6
- package/sdk/application/Lead/LeadApplicationClient.d.ts +7 -7
- package/sdk/application/Lead/LeadApplicationClient.js +7 -7
- package/sdk/application/Lead/LeadApplicationModel.d.ts +64 -77
- package/sdk/application/Lead/LeadApplicationModel.js +42 -52
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +9 -9
- package/sdk/application/Logistic/LogisticApplicationClient.js +9 -9
- package/sdk/application/Order/OrderApplicationClient.d.ts +12 -12
- package/sdk/application/Order/OrderApplicationClient.js +12 -12
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +47 -47
- package/sdk/application/Payment/PaymentApplicationClient.js +52 -52
- package/sdk/application/Payment/PaymentApplicationModel.d.ts +5 -2
- package/sdk/application/Payment/PaymentApplicationModel.js +4 -2
- package/sdk/application/Payment/PaymentApplicationValidator.d.ts +5 -5
- package/sdk/application/Payment/PaymentApplicationValidator.js +3 -3
- package/sdk/application/PosCart/PosCartApplicationClient.d.ts +27 -27
- package/sdk/application/PosCart/PosCartApplicationClient.js +27 -27
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +6 -6
- package/sdk/application/Rewards/RewardsApplicationClient.js +6 -6
- package/sdk/application/Share/ShareApplicationClient.d.ts +7 -7
- package/sdk/application/Share/ShareApplicationClient.js +7 -7
- package/sdk/application/Share/ShareApplicationModel.d.ts +2 -0
- package/sdk/application/Share/ShareApplicationModel.js +2 -0
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
- package/sdk/application/Theme/ThemeApplicationClient.js +4 -4
- package/sdk/application/Theme/ThemeApplicationModel.d.ts +25 -32
- package/sdk/application/Theme/ThemeApplicationModel.js +30 -40
- package/sdk/application/User/UserApplicationClient.d.ts +28 -28
- package/sdk/application/User/UserApplicationClient.js +28 -28
- package/sdk/application/User/UserApplicationModel.d.ts +44 -13
- package/sdk/application/User/UserApplicationModel.js +17 -13
- package/sdk/common/AxiosHelper.d.ts +1 -1
- package/sdk/common/AxiosHelper.js +38 -17
- package/sdk/common/Clickstream.js +22 -16
- package/sdk/common/curlHelper.js +1 -3
- package/sdk/common/utils.d.ts +15 -0
- package/sdk/common/utils.js +30 -0
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +2 -2
- package/sdk/partner/FileStorage/FileStoragePartnerClient.js +2 -2
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +1 -1
- package/sdk/partner/Lead/LeadPartnerClient.js +1 -1
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +4 -4
- package/sdk/partner/Logistics/LogisticsPartnerClient.js +4 -4
- package/sdk/partner/OAuthClient.d.ts +3 -3
- package/sdk/partner/PartnerAPIClient.d.ts +1 -1
- package/sdk/partner/PartnerAPIClient.js +0 -1
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +19 -19
- package/sdk/partner/Theme/ThemePartnerClient.js +19 -19
- package/sdk/partner/Theme/ThemePartnerModel.d.ts +25 -32
- package/sdk/partner/Theme/ThemePartnerModel.js +30 -40
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +2 -2
- package/sdk/partner/Webhook/WebhookPartnerClient.js +2 -2
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +4 -4
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +4 -4
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +17 -17
- package/sdk/platform/Billing/BillingPlatformClient.js +17 -17
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +49 -49
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +49 -49
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +60 -60
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +62 -62
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +87 -87
- package/sdk/platform/Catalog/CatalogPlatformClient.js +87 -87
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +65 -28
- package/sdk/platform/Catalog/CatalogPlatformModel.js +68 -36
- package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
- package/sdk/platform/Common/CommonPlatformClient.js +2 -2
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +58 -58
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +58 -58
- package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
- package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +12 -0
- package/sdk/platform/Communication/CommunicationPlatformModel.js +12 -0
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +16 -16
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +16 -16
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -0
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +2 -0
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +18 -18
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +18 -18
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +57 -57
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +63 -63
- package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +4 -4
- package/sdk/platform/Content/ContentPlatformApplicationValidator.js +4 -4
- package/sdk/platform/Content/ContentPlatformClient.d.ts +3 -3
- package/sdk/platform/Content/ContentPlatformClient.js +9 -9
- package/sdk/platform/Content/ContentPlatformModel.d.ts +18 -18
- package/sdk/platform/Content/ContentPlatformModel.js +26 -26
- package/sdk/platform/Content/ContentPlatformValidator.d.ts +4 -4
- package/sdk/platform/Content/ContentPlatformValidator.js +4 -4
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +11 -11
- package/sdk/platform/Discount/DiscountPlatformClient.js +11 -11
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +9 -9
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +19 -13
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +8 -8
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +23 -14
- package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +12 -1
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +14 -0
- package/sdk/platform/Finance/FinancePlatformClient.d.ts +27 -27
- package/sdk/platform/Finance/FinancePlatformClient.js +27 -27
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +6 -6
- package/sdk/platform/Lead/LeadPlatformApplicationClient.js +6 -6
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +11 -11
- package/sdk/platform/Lead/LeadPlatformClient.js +11 -11
- package/sdk/platform/Lead/LeadPlatformModel.d.ts +62 -77
- package/sdk/platform/Lead/LeadPlatformModel.js +40 -52
- package/sdk/platform/OAuthClient.d.ts +3 -3
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +2 -2
- package/sdk/platform/Order/OrderPlatformClient.d.ts +41 -41
- package/sdk/platform/Order/OrderPlatformClient.js +41 -41
- package/sdk/platform/Order/OrderPlatformModel.d.ts +8 -2
- package/sdk/platform/Order/OrderPlatformModel.js +8 -2
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +38 -38
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +38 -38
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
- package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
- package/sdk/platform/PlatformAPIClient.d.ts +1 -1
- package/sdk/platform/PlatformAPIClient.js +0 -1
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +9 -9
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +9 -9
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +15 -15
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +15 -15
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2 -2
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +4 -2
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
- package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
- package/sdk/platform/Share/SharePlatformModel.d.ts +2 -0
- package/sdk/platform/Share/SharePlatformModel.js +2 -0
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +28 -28
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +28 -28
- package/sdk/platform/Theme/ThemePlatformClient.d.ts +3 -3
- package/sdk/platform/Theme/ThemePlatformClient.js +3 -3
- package/sdk/platform/Theme/ThemePlatformModel.d.ts +25 -32
- package/sdk/platform/Theme/ThemePlatformModel.js +30 -40
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +16 -16
- package/sdk/platform/User/UserPlatformApplicationClient.js +16 -16
- package/sdk/platform/User/UserPlatformModel.d.ts +48 -13
- package/sdk/platform/User/UserPlatformModel.js +21 -13
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +16 -16
- package/sdk/platform/Webhook/WebhookPlatformClient.js +16 -16
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +2 -2
- package/sdk/platform/Webhook/WebhookPlatformModel.js +1 -1
- package/sdk/public/Billing/BillingPublicClient.d.ts +1 -1
- package/sdk/public/Billing/BillingPublicClient.js +4 -4
- package/sdk/public/Billing/BillingPublicValidator.d.ts +2 -2
- package/sdk/public/Billing/BillingPublicValidator.js +2 -2
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +1 -1
- package/sdk/public/Configuration/ConfigurationPublicClient.js +1 -1
- package/sdk/public/Content/ContentPublicValidator.d.ts +2 -2
- package/sdk/public/Content/ContentPublicValidator.js +3 -3
- package/sdk/public/Inventory/InventoryPublicModel.d.ts +8 -8
- package/sdk/public/Inventory/InventoryPublicModel.js +8 -8
- package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
- package/sdk/public/Partner/PartnerPublicClient.js +1 -1
- package/sdk/public/PublicAPIClient.d.ts +1 -1
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +2 -2
- package/sdk/public/Webhook/WebhookPublicClient.js +2 -2
|
@@ -9,7 +9,7 @@ declare class Payment {
|
|
|
9
9
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
10
10
|
* @returns {Promise<PaymentPlatformModel.EdcDeviceUpdateResponse>} - Success response
|
|
11
11
|
* @name addEdcDevice
|
|
12
|
-
* @summary: Add EDC device
|
|
12
|
+
* @summary: Add EDC device
|
|
13
13
|
* @description: Register and add a new EDC device. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/addEdcDevice/).
|
|
14
14
|
*/
|
|
15
15
|
addEdcDevice({ terminalUniqueIdentifier, body, requestHeaders }?: PaymentPlatformApplicationValidator.AddEdcDeviceParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.EdcDeviceUpdateResponse>;
|
|
@@ -21,7 +21,7 @@ declare class Payment {
|
|
|
21
21
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
22
22
|
* @returns {Promise<PaymentPlatformModel.RefundAccountResponse>} - Success response
|
|
23
23
|
* @name addRefundBankAccountUsingOTP
|
|
24
|
-
* @summary: Add refund bank account using OTP
|
|
24
|
+
* @summary: Add refund bank account using OTP
|
|
25
25
|
* @description: Register a refund bank account with OTP verification. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/addRefundBankAccountUsingOTP/).
|
|
26
26
|
*/
|
|
27
27
|
addRefundBankAccountUsingOTP({ body, requestHeaders }?: PaymentPlatformApplicationValidator.AddRefundBankAccountUsingOTPParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.RefundAccountResponse>;
|
|
@@ -34,7 +34,7 @@ declare class Payment {
|
|
|
34
34
|
* @returns {Promise<PaymentPlatformModel.CancelPaymentLinkResponse>} -
|
|
35
35
|
* Success response
|
|
36
36
|
* @name cancelPaymentLink
|
|
37
|
-
* @summary: Cancel payment link
|
|
37
|
+
* @summary: Cancel payment link
|
|
38
38
|
* @description: Deactivate and cancel a payment link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/cancelPaymentLink/).
|
|
39
39
|
*/
|
|
40
40
|
cancelPaymentLink({ body, requestHeaders }?: PaymentPlatformApplicationValidator.CancelPaymentLinkParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.CancelPaymentLinkResponse>;
|
|
@@ -47,7 +47,7 @@ declare class Payment {
|
|
|
47
47
|
* @returns {Promise<PaymentPlatformModel.PaymentStatusUpdateResponse>} -
|
|
48
48
|
* Success response
|
|
49
49
|
* @name checkAndUpdatePaymentStatus
|
|
50
|
-
* @summary: Check and update payment status
|
|
50
|
+
* @summary: Check and update payment status
|
|
51
51
|
* @description: Verify and modify the status of a payment. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/checkAndUpdatePaymentStatus/).
|
|
52
52
|
*/
|
|
53
53
|
checkAndUpdatePaymentStatus({ body, requestHeaders }?: PaymentPlatformApplicationValidator.CheckAndUpdatePaymentStatusParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.PaymentStatusUpdateResponse>;
|
|
@@ -58,7 +58,7 @@ declare class Payment {
|
|
|
58
58
|
* @returns {Promise<PaymentPlatformModel.PaymentConfirmationResponse>} -
|
|
59
59
|
* Success response
|
|
60
60
|
* @name confirmPayment
|
|
61
|
-
* @summary: Confirm payment
|
|
61
|
+
* @summary: Confirm payment
|
|
62
62
|
* @description: Authenticate and confirm a payment. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/confirmPayment/).
|
|
63
63
|
*/
|
|
64
64
|
confirmPayment({ body, requestHeaders }?: PaymentPlatformApplicationValidator.ConfirmPaymentParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.PaymentConfirmationResponse>;
|
|
@@ -85,7 +85,7 @@ declare class Payment {
|
|
|
85
85
|
* @returns {Promise<PaymentPlatformModel.CreatePaymentLinkResponse>} -
|
|
86
86
|
* Success response
|
|
87
87
|
* @name createPaymentLink
|
|
88
|
-
* @summary: Create payment link
|
|
88
|
+
* @summary: Create payment link
|
|
89
89
|
* @description: Generate a new link for accepting payments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/createPaymentLink/).
|
|
90
90
|
*/
|
|
91
91
|
createPaymentLink({ body, requestHeaders }?: PaymentPlatformApplicationValidator.CreatePaymentLinkParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.CreatePaymentLinkResponse>;
|
|
@@ -111,7 +111,7 @@ declare class Payment {
|
|
|
111
111
|
* - Success response
|
|
112
112
|
*
|
|
113
113
|
* @name edcAggregatorsAndModelList
|
|
114
|
-
* @summary: EDC aggregators and model list
|
|
114
|
+
* @summary: EDC aggregators and model list
|
|
115
115
|
* @description: Retrieve a list of EDC (Electronic Data Capture) aggregators and models. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/edcAggregatorsAndModelList/).
|
|
116
116
|
*/
|
|
117
117
|
edcAggregatorsAndModelList({ requestHeaders }?: any, { responseHeaders }?: object): Promise<PaymentPlatformModel.EdcAggregatorAndModelListResponse>;
|
|
@@ -121,7 +121,7 @@ declare class Payment {
|
|
|
121
121
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
122
122
|
* @returns {Promise<PaymentPlatformModel.EdcDeviceListResponse>} - Success response
|
|
123
123
|
* @name edcDeviceList
|
|
124
|
-
* @summary: EDC device list
|
|
124
|
+
* @summary: EDC device list
|
|
125
125
|
* @description: Retrieve a list of available EDC devices. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/edcDeviceList/).
|
|
126
126
|
*/
|
|
127
127
|
edcDeviceList({ pageNo, pageSize, isActive, storeId, deviceTag, requestHeaders }?: PaymentPlatformApplicationValidator.EdcDeviceListParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.EdcDeviceListResponse>;
|
|
@@ -131,7 +131,7 @@ declare class Payment {
|
|
|
131
131
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
132
132
|
* @returns {Promise<PaymentPlatformModel.EdcDeviceStatsResponse>} - Success response
|
|
133
133
|
* @name edcDeviceStats
|
|
134
|
-
* @summary: EDC device stats
|
|
134
|
+
* @summary: EDC device stats
|
|
135
135
|
* @description: Get statistics and data related to EDC devices. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/edcDeviceStats/).
|
|
136
136
|
*/
|
|
137
137
|
edcDeviceStats({ requestHeaders }?: any, { responseHeaders }?: object): Promise<PaymentPlatformModel.EdcDeviceStatsResponse>;
|
|
@@ -143,7 +143,7 @@ declare class Payment {
|
|
|
143
143
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
144
144
|
* @returns {Promise<PaymentPlatformModel.RefundAccountResponse>} - Success response
|
|
145
145
|
* @name getBankAccountDetailsOpenAPI
|
|
146
|
-
* @summary: Get bank account details
|
|
146
|
+
* @summary: Get bank account details
|
|
147
147
|
* @description: Retrieve bank account information using an open API. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getBankAccountDetailsOpenAPI/).
|
|
148
148
|
*/
|
|
149
149
|
getBankAccountDetailsOpenAPI({ orderId, requestHash, requestHeaders }?: PaymentPlatformApplicationValidator.GetBankAccountDetailsOpenAPIParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.RefundAccountResponse>;
|
|
@@ -167,7 +167,7 @@ declare class Payment {
|
|
|
167
167
|
* @returns {Promise<PaymentPlatformModel.EdcDeviceDetailsResponse>} -
|
|
168
168
|
* Success response
|
|
169
169
|
* @name getEdcDevice
|
|
170
|
-
* @summary: Get EDC device
|
|
170
|
+
* @summary: Get EDC device
|
|
171
171
|
* @description: Retrieve detailed information about an EDC device. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getEdcDevice/).
|
|
172
172
|
*/
|
|
173
173
|
getEdcDevice({ terminalUniqueIdentifier, requestHeaders }?: PaymentPlatformApplicationValidator.GetEdcDeviceParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.EdcDeviceDetailsResponse>;
|
|
@@ -180,7 +180,7 @@ declare class Payment {
|
|
|
180
180
|
* @returns {Promise<PaymentPlatformModel.AggregatorVersionResponse>} -
|
|
181
181
|
* Success response
|
|
182
182
|
* @name getMerchantAggregatorAppVersion
|
|
183
|
-
* @summary: Get app version required for Payment Mode
|
|
183
|
+
* @summary: Get app version required for Payment Mode
|
|
184
184
|
* @description: This api provide read operations on the app version required for Payment Mode or sub payment mode for an Aggregator. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getMerchantAggregatorAppVersion/).
|
|
185
185
|
*/
|
|
186
186
|
getMerchantAggregatorAppVersion({ aggregatorId, businessUnit, device, paymentModeId, subPaymentMode, requestHeaders, }?: PaymentPlatformApplicationValidator.GetMerchantAggregatorAppVersionParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.AggregatorVersionResponse>;
|
|
@@ -193,7 +193,7 @@ declare class Payment {
|
|
|
193
193
|
* @returns {Promise<PaymentPlatformModel.PlatformPaymentModeResponse>} -
|
|
194
194
|
* Success response
|
|
195
195
|
* @name getMerchantAggregatorPaymentModeDetails
|
|
196
|
-
* @summary: Get merchant aggregator payment mode details
|
|
196
|
+
* @summary: Get merchant aggregator payment mode details
|
|
197
197
|
* @description: swagger not found. so operationId not found - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getMerchantAggregatorPaymentModeDetails/).
|
|
198
198
|
*/
|
|
199
199
|
getMerchantAggregatorPaymentModeDetails({ aggregatorId, businessUnit, device, requestHeaders }?: PaymentPlatformApplicationValidator.GetMerchantAggregatorPaymentModeDetailsParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.PlatformPaymentModeResponse>;
|
|
@@ -233,7 +233,7 @@ declare class Payment {
|
|
|
233
233
|
* @returns {Promise<PaymentPlatformModel.PlatformPaymentModeResponse>} -
|
|
234
234
|
* Success response
|
|
235
235
|
* @name getPGConfigAggregators
|
|
236
|
-
* @summary: Get PG (Payment Gateway) config aggregators
|
|
236
|
+
* @summary: Get PG (Payment Gateway) config aggregators
|
|
237
237
|
* @description: swagger not found. so operationId not found - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPGConfigAggregators/).
|
|
238
238
|
*/
|
|
239
239
|
getPGConfigAggregators({ requestHeaders }?: any, { responseHeaders }?: object): Promise<PaymentPlatformModel.PlatformPaymentModeResponse>;
|
|
@@ -245,7 +245,7 @@ declare class Payment {
|
|
|
245
245
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
246
246
|
* @returns {Promise<PaymentPlatformModel.GetPaymentCodeResponse>} - Success response
|
|
247
247
|
* @name getPaymentCodeOption
|
|
248
|
-
* @summary: Get payment mode code
|
|
248
|
+
* @summary: Get payment mode code
|
|
249
249
|
* @description: Retrieve options for payment codes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPaymentCodeOption/).
|
|
250
250
|
*/
|
|
251
251
|
getPaymentCodeOption({ requestHeaders }?: any, { responseHeaders }?: object): Promise<PaymentPlatformModel.GetPaymentCodeResponse>;
|
|
@@ -255,7 +255,7 @@ declare class Payment {
|
|
|
255
255
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
256
256
|
* @returns {Promise<PaymentPlatformModel.GetPaymentLinkResponse>} - Success response
|
|
257
257
|
* @name getPaymentLink
|
|
258
|
-
* @summary: Get payment link
|
|
258
|
+
* @summary: Get payment link
|
|
259
259
|
* @description: Retrieve a link for making payments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPaymentLink/).
|
|
260
260
|
*/
|
|
261
261
|
getPaymentLink({ paymentLinkId, requestHeaders }?: PaymentPlatformApplicationValidator.GetPaymentLinkParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.GetPaymentLinkResponse>;
|
|
@@ -294,7 +294,7 @@ declare class Payment {
|
|
|
294
294
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
295
295
|
* @returns {Promise<PaymentPlatformModel.PaymentOptionsResponse>} - Success response
|
|
296
296
|
* @name getPaymentModeRoutes
|
|
297
|
-
* @summary: Get payment mode routes
|
|
297
|
+
* @summary: Get payment mode routes
|
|
298
298
|
* @description: Retrieve routes and options for payment modes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPaymentModeRoutes/).
|
|
299
299
|
*/
|
|
300
300
|
getPaymentModeRoutes({ refresh, requestType, orderId, shipmentId, requestHeaders }?: PaymentPlatformApplicationValidator.GetPaymentModeRoutesParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.PaymentOptionsResponse>;
|
|
@@ -320,7 +320,7 @@ declare class Payment {
|
|
|
320
320
|
* @returns {Promise<PaymentPlatformModel.PaymentModeRouteResponse>} -
|
|
321
321
|
* Success response
|
|
322
322
|
* @name getPosPaymentModeRoutes
|
|
323
|
-
* @summary: Get POS payment mode routes
|
|
323
|
+
* @summary: Get POS payment mode routes
|
|
324
324
|
* @description: Retrieve payment options and aggregator for point-of-sale (POS). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPosPaymentModeRoutes/).
|
|
325
325
|
*/
|
|
326
326
|
getPosPaymentModeRoutes({ amount, pincode, orderType, cartId, checkoutMode, refresh, orderId, cardReference, userDetails, displaySplit, advancePayment, shipmentId, requestHeaders, }?: PaymentPlatformApplicationValidator.GetPosPaymentModeRoutesParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.PaymentModeRouteResponse>;
|
|
@@ -333,7 +333,7 @@ declare class Payment {
|
|
|
333
333
|
* @returns {Promise<PaymentPlatformModel.OrderBeneficiaryResponse>} -
|
|
334
334
|
* Success response
|
|
335
335
|
* @name getUserBeneficiaries
|
|
336
|
-
* @summary: Get user beneficiaries
|
|
336
|
+
* @summary: Get user beneficiaries
|
|
337
337
|
* @description: Retrieve beneficiaries associated with a user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getUserBeneficiaries/).
|
|
338
338
|
*/
|
|
339
339
|
getUserBeneficiaries({ orderId, requestHeaders }?: PaymentPlatformApplicationValidator.GetUserBeneficiariesParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.OrderBeneficiaryResponse>;
|
|
@@ -345,7 +345,7 @@ declare class Payment {
|
|
|
345
345
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
346
346
|
* @returns {Promise<PaymentPlatformModel.GetUserCODLimitResponse>} - Success response
|
|
347
347
|
* @name getUserCODlimitRoutes
|
|
348
|
-
* @summary: Get user COD limit routes
|
|
348
|
+
* @summary: Get user COD limit routes
|
|
349
349
|
* @description: Retrieve routes and limits for user cash-on-delivery (COD) transactions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getUserCODlimitRoutes/).
|
|
350
350
|
*/
|
|
351
351
|
getUserCODlimitRoutes({ merchantUserId, mobileNo, requestHeaders }?: PaymentPlatformApplicationValidator.GetUserCODlimitRoutesParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.GetUserCODLimitResponse>;
|
|
@@ -358,7 +358,7 @@ declare class Payment {
|
|
|
358
358
|
* @returns {Promise<PaymentPlatformModel.OrderBeneficiaryResponse>} -
|
|
359
359
|
* Success response
|
|
360
360
|
* @name getUserOrderBeneficiaries
|
|
361
|
-
* @summary: Get user order beneficiaries
|
|
361
|
+
* @summary: Get user order beneficiaries
|
|
362
362
|
* @description: Retrieve beneficiaries associated with a user orders. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getUserOrderBeneficiaries/).
|
|
363
363
|
*/
|
|
364
364
|
getUserOrderBeneficiaries({ orderId, requestHeaders }?: PaymentPlatformApplicationValidator.GetUserOrderBeneficiariesParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.OrderBeneficiaryResponse>;
|
|
@@ -371,7 +371,7 @@ declare class Payment {
|
|
|
371
371
|
* @returns {Promise<PaymentPlatformModel.PaymentInitializationResponse>} -
|
|
372
372
|
* Success response
|
|
373
373
|
* @name initialisePayment
|
|
374
|
-
* @summary: Initialize payment
|
|
374
|
+
* @summary: Initialize payment
|
|
375
375
|
* @description: Start the payment initiation process for UPI and QR code. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/initialisePayment/).
|
|
376
376
|
*/
|
|
377
377
|
initialisePayment({ body, requestHeaders }?: PaymentPlatformApplicationValidator.InitialisePaymentParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.PaymentInitializationResponse>;
|
|
@@ -384,7 +384,7 @@ declare class Payment {
|
|
|
384
384
|
* @returns {Promise<PaymentPlatformModel.MerchantOnBoardingResponse>} -
|
|
385
385
|
* Success response
|
|
386
386
|
* @name merchantOnBoarding
|
|
387
|
-
* @summary: Merchant onboarding for BNPL
|
|
387
|
+
* @summary: Merchant onboarding for BNPL
|
|
388
388
|
* @description: Initiate the onboarding process for a merchant. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/merchantOnBoarding/).
|
|
389
389
|
*/
|
|
390
390
|
merchantOnBoarding({ body, requestHeaders }?: PaymentPlatformApplicationValidator.MerchantOnBoardingParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.MerchantOnBoardingResponse>;
|
|
@@ -394,7 +394,7 @@ declare class Payment {
|
|
|
394
394
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
395
395
|
* @returns {Promise<PaymentPlatformModel.GetOauthUrlResponse>} - Success response
|
|
396
396
|
* @name oauthGetUrl
|
|
397
|
-
* @summary: Get OAuth URL
|
|
397
|
+
* @summary: Get OAuth URL
|
|
398
398
|
* @description: Retrieve an OAuth URL for PG API authentication. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/oauthGetUrl/).
|
|
399
399
|
*/
|
|
400
400
|
oauthGetUrl({ aggregator, successRedirectUrl, failureRedirectUrl, requestHeaders }?: PaymentPlatformApplicationValidator.OauthGetUrlParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.GetOauthUrlResponse>;
|
|
@@ -407,7 +407,7 @@ declare class Payment {
|
|
|
407
407
|
* @returns {Promise<PaymentPlatformModel.PlatformPaymentModeResponse>} -
|
|
408
408
|
* Success response
|
|
409
409
|
* @name patchMerchantAggregatorPaymentModeDetails
|
|
410
|
-
* @summary: Patch merchant aggregator payment mode details
|
|
410
|
+
* @summary: Patch merchant aggregator payment mode details
|
|
411
411
|
* @description: swagger not found. so operationId not found - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/patchMerchantAggregatorPaymentModeDetails/).
|
|
412
412
|
*/
|
|
413
413
|
patchMerchantAggregatorPaymentModeDetails({ aggregatorId, body, requestHeaders }?: PaymentPlatformApplicationValidator.PatchMerchantAggregatorPaymentModeDetailsParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.PlatformPaymentModeResponse>;
|
|
@@ -433,7 +433,7 @@ declare class Payment {
|
|
|
433
433
|
* @returns {Promise<PaymentPlatformModel.PlatformPaymentModeResponse>} -
|
|
434
434
|
* Success response
|
|
435
435
|
* @name patchMerchantPaymentOptionVersion
|
|
436
|
-
* @summary: Update app version required for Payment Mode
|
|
436
|
+
* @summary: Update app version required for Payment Mode
|
|
437
437
|
* @description: This api provide wrote operations on the app version required for Payment Mode or sub payment mode for an Aggregator. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/patchMerchantPaymentOptionVersion/).
|
|
438
438
|
*/
|
|
439
439
|
patchMerchantPaymentOptionVersion({ aggregatorId, body, requestHeaders }?: PaymentPlatformApplicationValidator.PatchMerchantPaymentOptionVersionParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.PlatformPaymentModeResponse>;
|
|
@@ -447,7 +447,7 @@ declare class Payment {
|
|
|
447
447
|
* - Success response
|
|
448
448
|
*
|
|
449
449
|
* @name paymentStatusBulk
|
|
450
|
-
* @summary: Payment status bulk
|
|
450
|
+
* @summary: Payment status bulk
|
|
451
451
|
* @description: Retrieve the status of multiple payments in bulk. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/paymentStatusBulk/).
|
|
452
452
|
*/
|
|
453
453
|
paymentStatusBulk({ body, requestHeaders }?: PaymentPlatformApplicationValidator.PaymentStatusBulkParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.PaymentStatusBulkHandlerResponse>;
|
|
@@ -460,7 +460,7 @@ declare class Payment {
|
|
|
460
460
|
* @returns {Promise<PaymentPlatformModel.PollingPaymentLinkResponse>} -
|
|
461
461
|
* Success response
|
|
462
462
|
* @name pollingPaymentLink
|
|
463
|
-
* @summary: Polling payment link
|
|
463
|
+
* @summary: Polling payment link
|
|
464
464
|
* @description: Continuously check the status of a payment link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/pollingPaymentLink/).
|
|
465
465
|
*/
|
|
466
466
|
pollingPaymentLink({ paymentLinkId, requestHeaders }?: PaymentPlatformApplicationValidator.PollingPaymentLinkParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.PollingPaymentLinkResponse>;
|
|
@@ -470,7 +470,7 @@ declare class Payment {
|
|
|
470
470
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
471
471
|
* @returns {Promise<PaymentPlatformModel.RepaymentResponse>} - Success response
|
|
472
472
|
* @name repaymentDetails
|
|
473
|
-
* @summary: Repayment details for BNPL
|
|
473
|
+
* @summary: Repayment details for BNPL
|
|
474
474
|
* @description: Retrieve information about repayment transactions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/repaymentDetails/).
|
|
475
475
|
*/
|
|
476
476
|
repaymentDetails({ body, requestHeaders }?: PaymentPlatformApplicationValidator.RepaymentDetailsParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.RepaymentResponse>;
|
|
@@ -483,7 +483,7 @@ declare class Payment {
|
|
|
483
483
|
* @returns {Promise<PaymentPlatformModel.ResendOrCancelPaymentResponse>} -
|
|
484
484
|
* Success response
|
|
485
485
|
* @name resendOrCancelPayment
|
|
486
|
-
* @summary: Resend or cancel payment
|
|
486
|
+
* @summary: Resend or cancel payment
|
|
487
487
|
* @description: Resend or cancel a payment link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/resendOrCancelPayment/).
|
|
488
488
|
*/
|
|
489
489
|
resendOrCancelPayment({ body, requestHeaders }?: PaymentPlatformApplicationValidator.ResendOrCancelPaymentParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.ResendOrCancelPaymentResponse>;
|
|
@@ -496,7 +496,7 @@ declare class Payment {
|
|
|
496
496
|
* @returns {Promise<PaymentPlatformModel.ResendPaymentLinkResponse>} -
|
|
497
497
|
* Success response
|
|
498
498
|
* @name resendPaymentLink
|
|
499
|
-
* @summary: Resend payment link
|
|
499
|
+
* @summary: Resend payment link
|
|
500
500
|
* @description: Reissue a payment link to a recipient. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/resendPaymentLink/).
|
|
501
501
|
*/
|
|
502
502
|
resendPaymentLink({ body, requestHeaders }?: PaymentPlatformApplicationValidator.ResendPaymentLinkParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.ResendPaymentLinkResponse>;
|
|
@@ -506,7 +506,7 @@ declare class Payment {
|
|
|
506
506
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
507
507
|
* @returns {Promise<PaymentPlatformModel.RevokeOAuthToken>} - Success response
|
|
508
508
|
* @name revokeOauthToken
|
|
509
|
-
* @summary: Revoke OAuth token
|
|
509
|
+
* @summary: Revoke OAuth token
|
|
510
510
|
* @description: Invalidate an OAuth token. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/revokeOauthToken/).
|
|
511
511
|
*/
|
|
512
512
|
revokeOauthToken({ aggregator, requestHeaders }?: PaymentPlatformApplicationValidator.RevokeOauthTokenParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.RevokeOAuthToken>;
|
|
@@ -519,7 +519,7 @@ declare class Payment {
|
|
|
519
519
|
* @returns {Promise<PaymentPlatformModel.PaymentGatewayToBeReviewed>} -
|
|
520
520
|
* Success response
|
|
521
521
|
* @name saveBrandPaymentGatewayConfig
|
|
522
|
-
* @summary: Save brand payment gateway config
|
|
522
|
+
* @summary: Save brand payment gateway config
|
|
523
523
|
* @description: Store and update configuration settings for brand payment gateways. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/saveBrandPaymentGatewayConfig/).
|
|
524
524
|
*/
|
|
525
525
|
saveBrandPaymentGatewayConfig({ body, requestHeaders }?: PaymentPlatformApplicationValidator.SaveBrandPaymentGatewayConfigParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.PaymentGatewayToBeReviewed>;
|
|
@@ -558,7 +558,7 @@ declare class Payment {
|
|
|
558
558
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
559
559
|
* @returns {Promise<PaymentPlatformModel.SetCODOptionResponse>} - Success response
|
|
560
560
|
* @name setUserCODlimitRoutes
|
|
561
|
-
* @summary: Set user COD limit routes
|
|
561
|
+
* @summary: Set user COD limit routes
|
|
562
562
|
* @description: Configure routes and limits for user COD transactions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/setUserCODlimitRoutes/).
|
|
563
563
|
*/
|
|
564
564
|
setUserCODlimitRoutes({ body, requestHeaders }?: PaymentPlatformApplicationValidator.SetUserCODlimitRoutesParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.SetCODOptionResponse>;
|
|
@@ -568,7 +568,7 @@ declare class Payment {
|
|
|
568
568
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
569
569
|
* @returns {Promise<PaymentPlatformModel.EdcDeviceAddResponse>} - Success response
|
|
570
570
|
* @name updateEdcDevice
|
|
571
|
-
* @summary: Update EDC device
|
|
571
|
+
* @summary: Update EDC device
|
|
572
572
|
* @description: Modify the settings and details of an EDC device. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/updateEdcDevice/).
|
|
573
573
|
*/
|
|
574
574
|
updateEdcDevice({ body, requestHeaders }?: PaymentPlatformApplicationValidator.UpdateEdcDeviceParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.EdcDeviceAddResponse>;
|
|
@@ -596,7 +596,7 @@ declare class Payment {
|
|
|
596
596
|
* - Success response
|
|
597
597
|
*
|
|
598
598
|
* @name updatePaymentSession
|
|
599
|
-
* @summary: Update payment session
|
|
599
|
+
* @summary: Update payment session
|
|
600
600
|
* @description: Modify the details of a payment session. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/updatePaymentSession/).
|
|
601
601
|
*/
|
|
602
602
|
updatePaymentSession({ gid, body, requestHeaders }?: PaymentPlatformApplicationValidator.UpdatePaymentSessionParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.PaymentSessionResponseSerializer>;
|
|
@@ -610,7 +610,7 @@ declare class Payment {
|
|
|
610
610
|
* - Success response
|
|
611
611
|
*
|
|
612
612
|
* @name updateRefundSession
|
|
613
|
-
* @summary: Update refund session
|
|
613
|
+
* @summary: Update refund session
|
|
614
614
|
* @description: Modify the details of a refund session. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/updateRefundSession/).
|
|
615
615
|
*/
|
|
616
616
|
updateRefundSession({ gid, requestId, body, requestHeaders }?: PaymentPlatformApplicationValidator.UpdateRefundSessionParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.RefundSessionResponseSerializer>;
|
|
@@ -623,7 +623,7 @@ declare class Payment {
|
|
|
623
623
|
* @returns {Promise<PaymentPlatformModel.ValidateCustomerResponse>} -
|
|
624
624
|
* Success response
|
|
625
625
|
* @name verifyCustomerForPayment
|
|
626
|
-
* @summary: Verify customer for payment
|
|
626
|
+
* @summary: Verify customer for payment
|
|
627
627
|
* @description: Retrieve a link for making payments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/verifyCustomerForPayment/).
|
|
628
628
|
*/
|
|
629
629
|
verifyCustomerForPayment({ body, requestHeaders }?: PaymentPlatformApplicationValidator.VerifyCustomerForPaymentParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.ValidateCustomerResponse>;
|