@gofynd/fdk-client-javascript 3.3.5 → 3.4.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.
Files changed (166) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/sdk/application/Cart/CartApplicationClient.d.ts +30 -30
  4. package/sdk/application/Cart/CartApplicationClient.js +30 -30
  5. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +36 -33
  6. package/sdk/application/Catalog/CatalogApplicationClient.js +54 -35
  7. package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
  8. package/sdk/application/Common/CommonApplicationClient.js +2 -2
  9. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +3 -3
  10. package/sdk/application/Communication/CommunicationApplicationClient.js +3 -3
  11. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +16 -16
  12. package/sdk/application/Configuration/ConfigurationApplicationClient.js +16 -16
  13. package/sdk/application/Content/ContentApplicationClient.d.ts +24 -24
  14. package/sdk/application/Content/ContentApplicationClient.js +24 -24
  15. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +3 -3
  16. package/sdk/application/FileStorage/FileStorageApplicationClient.js +3 -3
  17. package/sdk/application/Finance/FinanceApplicationClient.d.ts +2 -2
  18. package/sdk/application/Finance/FinanceApplicationClient.js +2 -2
  19. package/sdk/application/Lead/LeadApplicationClient.d.ts +5 -5
  20. package/sdk/application/Lead/LeadApplicationClient.js +5 -5
  21. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +19 -9
  22. package/sdk/application/Logistic/LogisticApplicationClient.js +53 -9
  23. package/sdk/application/Order/OrderApplicationClient.d.ts +12 -12
  24. package/sdk/application/Order/OrderApplicationClient.js +12 -12
  25. package/sdk/application/Payment/PaymentApplicationClient.d.ts +46 -46
  26. package/sdk/application/Payment/PaymentApplicationClient.js +46 -46
  27. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +7 -7
  28. package/sdk/application/Rewards/RewardsApplicationClient.js +7 -7
  29. package/sdk/application/Share/ShareApplicationClient.d.ts +7 -7
  30. package/sdk/application/Share/ShareApplicationClient.js +7 -7
  31. package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
  32. package/sdk/application/Theme/ThemeApplicationClient.js +4 -4
  33. package/sdk/application/User/UserApplicationClient.d.ts +47 -47
  34. package/sdk/application/User/UserApplicationClient.js +47 -47
  35. package/sdk/application/Webhook/WebhookApplicationClient.d.ts +1 -1
  36. package/sdk/application/Webhook/WebhookApplicationClient.js +1 -1
  37. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +6 -6
  38. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +6 -6
  39. package/sdk/partner/Lead/LeadPartnerClient.d.ts +7 -7
  40. package/sdk/partner/Lead/LeadPartnerClient.js +7 -7
  41. package/sdk/partner/Lead/LeadPartnerModel.d.ts +2 -2
  42. package/sdk/partner/Lead/LeadPartnerModel.js +1 -1
  43. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +25 -25
  44. package/sdk/partner/Logistics/LogisticsPartnerClient.js +25 -25
  45. package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +6 -6
  46. package/sdk/partner/Logistics/LogisticsPartnerModel.js +3 -3
  47. package/sdk/partner/Theme/ThemePartnerClient.d.ts +24 -24
  48. package/sdk/partner/Theme/ThemePartnerClient.js +24 -24
  49. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +10 -10
  50. package/sdk/partner/Webhook/WebhookPartnerClient.js +10 -10
  51. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +7 -2
  52. package/sdk/partner/Webhook/WebhookPartnerModel.js +3 -1
  53. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +3 -3
  54. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +3 -3
  55. package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +2 -2
  56. package/sdk/platform/Analytics/AnalyticsPlatformModel.js +1 -1
  57. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +1 -1
  58. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +1 -1
  59. package/sdk/platform/Billing/BillingPlatformClient.d.ts +5 -5
  60. package/sdk/platform/Billing/BillingPlatformClient.js +5 -5
  61. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +62 -62
  62. package/sdk/platform/Cart/CartPlatformApplicationClient.js +62 -62
  63. package/sdk/platform/Cart/CartPlatformModel.d.ts +233 -3
  64. package/sdk/platform/Cart/CartPlatformModel.js +147 -1
  65. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +66 -66
  66. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +66 -66
  67. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +81 -79
  68. package/sdk/platform/Catalog/CatalogPlatformClient.js +93 -80
  69. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +89 -5
  70. package/sdk/platform/Catalog/CatalogPlatformModel.js +57 -3
  71. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +7 -2
  72. package/sdk/platform/Catalog/CatalogPlatformValidator.js +4 -2
  73. package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
  74. package/sdk/platform/Common/CommonPlatformClient.js +2 -2
  75. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +67 -67
  76. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +67 -67
  77. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
  78. package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
  79. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +2 -2
  80. package/sdk/platform/Communication/CommunicationPlatformModel.js +1 -1
  81. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +14 -14
  82. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +14 -14
  83. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -2
  84. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +1 -1
  85. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
  86. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
  87. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +11 -11
  88. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +11 -11
  89. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +19 -3
  90. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +16 -1
  91. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +107 -107
  92. package/sdk/platform/Content/ContentPlatformApplicationClient.js +107 -107
  93. package/sdk/platform/Content/ContentPlatformClient.d.ts +40 -40
  94. package/sdk/platform/Content/ContentPlatformClient.js +40 -40
  95. package/sdk/platform/Content/ContentPlatformModel.d.ts +2 -2
  96. package/sdk/platform/Content/ContentPlatformModel.js +1 -1
  97. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +11 -11
  98. package/sdk/platform/Discount/DiscountPlatformClient.js +11 -11
  99. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +2 -2
  100. package/sdk/platform/Discount/DiscountPlatformModel.js +1 -1
  101. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +4 -4
  102. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +4 -4
  103. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +6 -6
  104. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +6 -6
  105. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +10 -10
  106. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +10 -10
  107. package/sdk/platform/Lead/LeadPlatformClient.d.ts +9 -9
  108. package/sdk/platform/Lead/LeadPlatformClient.js +9 -9
  109. package/sdk/platform/Lead/LeadPlatformModel.d.ts +2 -2
  110. package/sdk/platform/Lead/LeadPlatformModel.js +1 -1
  111. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +5 -5
  112. package/sdk/platform/Order/OrderPlatformApplicationClient.js +5 -5
  113. package/sdk/platform/Order/OrderPlatformClient.d.ts +58 -58
  114. package/sdk/platform/Order/OrderPlatformClient.js +58 -58
  115. package/sdk/platform/Order/OrderPlatformModel.d.ts +29 -10
  116. package/sdk/platform/Order/OrderPlatformModel.js +28 -6
  117. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
  118. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
  119. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +51 -51
  120. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +51 -51
  121. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
  122. package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
  123. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +2 -2
  124. package/sdk/platform/Payment/PaymentPlatformModel.js +1 -1
  125. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
  126. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
  127. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +2 -2
  128. package/sdk/platform/Rewards/RewardsPlatformModel.js +1 -1
  129. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +162 -39
  130. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +840 -73
  131. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +139 -1
  132. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +125 -0
  133. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +30 -30
  134. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +36 -30
  135. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +936 -62
  136. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +591 -33
  137. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +12 -0
  138. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +5 -0
  139. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
  140. package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
  141. package/sdk/platform/Share/SharePlatformModel.d.ts +2 -2
  142. package/sdk/platform/Share/SharePlatformModel.js +1 -1
  143. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +22 -22
  144. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +22 -22
  145. package/sdk/platform/Theme/ThemePlatformClient.d.ts +4 -4
  146. package/sdk/platform/Theme/ThemePlatformClient.js +4 -4
  147. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +70 -34
  148. package/sdk/platform/User/UserPlatformApplicationClient.js +285 -34
  149. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +38 -1
  150. package/sdk/platform/User/UserPlatformApplicationValidator.js +42 -0
  151. package/sdk/platform/User/UserPlatformModel.d.ts +430 -10
  152. package/sdk/platform/User/UserPlatformModel.js +276 -7
  153. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +9 -9
  154. package/sdk/platform/Webhook/WebhookPlatformClient.js +9 -9
  155. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +12 -2
  156. package/sdk/platform/Webhook/WebhookPlatformModel.js +5 -1
  157. package/sdk/public/Catalog/CatalogPublicClient.d.ts +1 -1
  158. package/sdk/public/Catalog/CatalogPublicClient.js +1 -1
  159. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -2
  160. package/sdk/public/Configuration/ConfigurationPublicClient.js +2 -2
  161. package/sdk/public/Content/ContentPublicClient.d.ts +14 -14
  162. package/sdk/public/Content/ContentPublicClient.js +14 -14
  163. package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
  164. package/sdk/public/Partner/PartnerPublicClient.js +1 -1
  165. package/sdk/public/Webhook/WebhookPublicClient.d.ts +5 -5
  166. package/sdk/public/Webhook/WebhookPublicClient.js +5 -5
@@ -22,7 +22,7 @@ class Payment {
22
22
  * @returns {Promise<PaymentPlatformModel.EdcDeviceUpdateDetails>} - Success response
23
23
  * @name addEdcDevice
24
24
  * @summary: Create an EDC device
25
- * @description: Registration and addition of a new EDC device to the system - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/addEdcDevice/).
25
+ * @description: Registration and addition of a new EDC device to the system - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/addEdcDevice/).
26
26
  */
27
27
  async addEdcDevice(
28
28
  { terminalUniqueIdentifier, body, requestHeaders } = { requestHeaders: {} },
@@ -105,7 +105,7 @@ class Payment {
105
105
  * @returns {Promise<PaymentPlatformModel.RefundAccountDetails>} - Success response
106
106
  * @name addRefundBankAccountUsingOTP
107
107
  * @summary: Create refund account
108
- * @description: The addition of a bank account specifically for refunds, employing OTP verification for security - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/addRefundBankAccountUsingOTP/).
108
+ * @description: The addition of a bank account specifically for refunds, employing OTP verification for security - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/addRefundBankAccountUsingOTP/).
109
109
  */
110
110
  async addRefundBankAccountUsingOTP(
111
111
  { body, requestHeaders } = { requestHeaders: {} },
@@ -187,7 +187,7 @@ class Payment {
187
187
  * Success response
188
188
  * @name cancelPaymentLink
189
189
  * @summary: Cancel payment link
190
- * @description: Deactivate and cancel a payment link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/cancelPaymentLink/).
190
+ * @description: Deactivate and cancel a payment link. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/cancelPaymentLink/).
191
191
  */
192
192
  async cancelPaymentLink(
193
193
  { body, requestHeaders } = { requestHeaders: {} },
@@ -269,7 +269,7 @@ class Payment {
269
269
  * Success response
270
270
  * @name checkAndUpdatePaymentStatus
271
271
  * @summary: Poll and update payment status
272
- * @description: Polling process to confirm the payment status. It periodically checks and updates the current status of a payment, ensuring timely and accurate confirmation of payment transactions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/checkAndUpdatePaymentStatus/).
272
+ * @description: Polling process to confirm the payment status. It periodically checks and updates the current status of a payment, ensuring timely and accurate confirmation of payment transactions. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/checkAndUpdatePaymentStatus/).
273
273
  */
274
274
  async checkAndUpdatePaymentStatus(
275
275
  { body, requestHeaders } = { requestHeaders: {} },
@@ -349,7 +349,7 @@ class Payment {
349
349
  * Success response
350
350
  * @name confirmPayment
351
351
  * @summary: Payment confirmation
352
- * @description: Authentication and confirmation of a payment.It requires details such as the order ID and payment methods in the request body to authenticate and confirm the payment. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/confirmPayment/).
352
+ * @description: Authentication and confirmation of a payment.It requires details such as the order ID and payment methods in the request body to authenticate and confirm the payment. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/confirmPayment/).
353
353
  */
354
354
  async confirmPayment(
355
355
  { body, requestHeaders } = { requestHeaders: {} },
@@ -430,7 +430,7 @@ class Payment {
430
430
  * @returns {Promise<PaymentPlatformModel.RefundPriorityDetails>} - Success response
431
431
  * @name createMerchantRefundPriority
432
432
  * @summary: Create merchant refund priority
433
- * @description: Create merchant refund priority configurations, with the provided refund sources priority details, and return the status of the operation. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/createMerchantRefundPriority/).
433
+ * @description: Create merchant refund priority configurations, with the provided refund sources priority details, and return the status of the operation. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/createMerchantRefundPriority/).
434
434
  */
435
435
  async createMerchantRefundPriority(
436
436
  { configType, body, requestHeaders } = { requestHeaders: {} },
@@ -514,7 +514,7 @@ class Payment {
514
514
  * Success response
515
515
  * @name createPaymentLink
516
516
  * @summary: Create payment link
517
- * @description: Generate a payment link for accepting payments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/createPaymentLink/).
517
+ * @description: Generate a payment link for accepting payments. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/createPaymentLink/).
518
518
  */
519
519
  async createPaymentLink(
520
520
  { body, requestHeaders } = { requestHeaders: {} },
@@ -595,7 +595,7 @@ class Payment {
595
595
  * @returns {Promise<PaymentPlatformModel.PaymentOrderDetails>} - Success response
596
596
  * @name createPaymentOrder
597
597
  * @summary: Create Order
598
- * @description: Create an order and payment on the aggregator side - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/createPaymentOrder/).
598
+ * @description: Create an order and payment on the aggregator side - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/createPaymentOrder/).
599
599
  */
600
600
  async createPaymentOrder(
601
601
  { body, requestHeaders } = { requestHeaders: {} },
@@ -678,7 +678,7 @@ class Payment {
678
678
  *
679
679
  * @name edcAggregatorsAndModelList
680
680
  * @summary: EDC aggregators and model list
681
- * @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/).
681
+ * @description: Retrieve a list of EDC (Electronic Data Capture) aggregators and models. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/edcAggregatorsAndModelList/).
682
682
  */
683
683
  async edcAggregatorsAndModelList(
684
684
  { requestHeaders } = { requestHeaders: {} },
@@ -753,7 +753,7 @@ class Payment {
753
753
  * @returns {Promise<PaymentPlatformModel.EdcDeviceListDetails>} - Success response
754
754
  * @name edcDeviceList
755
755
  * @summary: List EDC devices
756
- * @description: Retrieves a list of available Electronic Data Capture (EDC) devices. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/edcDeviceList/).
756
+ * @description: Retrieves a list of available Electronic Data Capture (EDC) devices. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/edcDeviceList/).
757
757
  */
758
758
  async edcDeviceList(
759
759
  { pageNo, pageSize, isActive, storeId, deviceTag, requestHeaders } = {
@@ -847,7 +847,7 @@ class Payment {
847
847
  * @returns {Promise<PaymentPlatformModel.EdcDeviceStatsDetails>} - Success response
848
848
  * @name edcDeviceStats
849
849
  * @summary: EDC device stats
850
- * @description: Information about EDC (Electronic Data Capture) devices linked to a specific application within a company. It provides statistics such as the count of active and inactive devices. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/edcDeviceStats/).
850
+ * @description: Information about EDC (Electronic Data Capture) devices linked to a specific application within a company. It provides statistics such as the count of active and inactive devices. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/edcDeviceStats/).
851
851
  */
852
852
  async edcDeviceStats(
853
853
  { requestHeaders } = { requestHeaders: {} },
@@ -924,7 +924,7 @@ class Payment {
924
924
  * @returns {Promise<PaymentPlatformModel.RefundAccountDetails>} - Success response
925
925
  * @name getBankAccountDetailsOpenAPI
926
926
  * @summary: Get bank account details
927
- * @description: Retrieve bank account information - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getBankAccountDetailsOpenAPI/).
927
+ * @description: Retrieve bank account information - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getBankAccountDetailsOpenAPI/).
928
928
  */
929
929
  async getBankAccountDetailsOpenAPI(
930
930
  { orderId, requestHash, requestHeaders } = { requestHeaders: {} },
@@ -1012,7 +1012,7 @@ class Payment {
1012
1012
  * Success response
1013
1013
  * @name getBrandPaymentGatewayConfig
1014
1014
  * @summary: Get secrets for brand payment gateway
1015
- * @description: Retrieve configuration settings like key, secret, webhook url, merchant salt for brand payment gateways. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getBrandPaymentGatewayConfig/).
1015
+ * @description: Retrieve configuration settings like key, secret, webhook url, merchant salt for brand payment gateways. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getBrandPaymentGatewayConfig/).
1016
1016
  */
1017
1017
  async getBrandPaymentGatewayConfig(
1018
1018
  { aggregator, configType, requestHeaders } = { requestHeaders: {} },
@@ -1095,7 +1095,7 @@ class Payment {
1095
1095
  * @returns {Promise<PaymentPlatformModel.EdcDeviceDetails>} - Success response
1096
1096
  * @name getEdcDevice
1097
1097
  * @summary: Get an EDC device
1098
- * @description: Retrieve comprehensive details regarding an Electronic Data Capture (EDC) device associated with a particular terminal unique identifier within a company's application.Upon success, it returns the detailed information of the EDC device, including terminal serial number, EDC device serial number, merchant store POS code, store ID, aggregator ID and name, device tag, activation status, and EDC model. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getEdcDevice/).
1098
+ * @description: Retrieve comprehensive details regarding an Electronic Data Capture (EDC) device associated with a particular terminal unique identifier within a company's application.Upon success, it returns the detailed information of the EDC device, including terminal serial number, EDC device serial number, merchant store POS code, store ID, aggregator ID and name, device tag, activation status, and EDC model. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getEdcDevice/).
1099
1099
  */
1100
1100
  async getEdcDevice(
1101
1101
  { terminalUniqueIdentifier, requestHeaders } = { requestHeaders: {} },
@@ -1177,7 +1177,7 @@ class Payment {
1177
1177
  * Success response
1178
1178
  * @name getMerchantAggregatorAppVersion
1179
1179
  * @summary: Get app version for Aggregator
1180
- * @description: Get app version required for Payment Mode or sub payment mode for an Aggregator.if merchant required any PG payment mode after certain version for mobile app. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getMerchantAggregatorAppVersion/).
1180
+ * @description: Get app version required for Payment Mode or sub payment mode for an Aggregator.if merchant required any PG payment mode after certain version for mobile app. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getMerchantAggregatorAppVersion/).
1181
1181
  */
1182
1182
  async getMerchantAggregatorAppVersion(
1183
1183
  {
@@ -1278,7 +1278,7 @@ class Payment {
1278
1278
  * Success response
1279
1279
  * @name getMerchantAggregatorPaymentModeDetails
1280
1280
  * @summary: Get merchant aggregator and their payment mode
1281
- * @description: Get available payment gateways and payment mode and it's sub payment mode details like for razorpay their active/inactive payment modes netbanking , wallet, upi are shown. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getMerchantAggregatorPaymentModeDetails/).
1281
+ * @description: Get available payment gateways and payment mode and it's sub payment mode details like for razorpay their active/inactive payment modes netbanking , wallet, upi are shown. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getMerchantAggregatorPaymentModeDetails/).
1282
1282
  */
1283
1283
  async getMerchantAggregatorPaymentModeDetails(
1284
1284
  { aggregatorId, businessUnit, device, requestHeaders } = {
@@ -1368,7 +1368,7 @@ class Payment {
1368
1368
  * Success response
1369
1369
  * @name getMerchantPaymentOption
1370
1370
  * @summary: Get merchant payment option
1371
- * @description: Retrieve available payment gateways and offline payment mode details for a merchant by providing company ID and application ID, returning a list of active payment gateways and their configurations, including online and offline options. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getMerchantPaymentOption/).
1371
+ * @description: Retrieve available payment gateways and offline payment mode details for a merchant by providing company ID and application ID, returning a list of active payment gateways and their configurations, including online and offline options. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getMerchantPaymentOption/).
1372
1372
  */
1373
1373
  async getMerchantPaymentOption(
1374
1374
  { requestHeaders } = { requestHeaders: {} },
@@ -1445,7 +1445,7 @@ class Payment {
1445
1445
  * @returns {Promise<PaymentPlatformModel.RefundPriorityDetails>} - Success response
1446
1446
  * @name getMerchantRefundPriority
1447
1447
  * @summary: Get merchant refund priority
1448
- * @description: Retrieve merchant refund priority configurations, returning the status of the update and the refund sources priority with their descriptions and priorities. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getMerchantRefundPriority/).
1448
+ * @description: Retrieve merchant refund priority configurations, returning the status of the update and the refund sources priority with their descriptions and priorities. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getMerchantRefundPriority/).
1449
1449
  */
1450
1450
  async getMerchantRefundPriority(
1451
1451
  { configType, requestHeaders } = { requestHeaders: {} },
@@ -1527,7 +1527,7 @@ class Payment {
1527
1527
  * Success response
1528
1528
  * @name getPGConfigAggregators
1529
1529
  * @summary: Get merchant aggregator payment mode
1530
- * @description: Get payment gateway and it's payment mode and it's sub payment mode details like for razorpay update active/inactive payment modes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPGConfigAggregators/).
1530
+ * @description: Get payment gateway and it's payment mode and it's sub payment mode details like for razorpay update active/inactive payment modes. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getPGConfigAggregators/).
1531
1531
  */
1532
1532
  async getPGConfigAggregators(
1533
1533
  { requestHeaders } = { requestHeaders: {} },
@@ -1604,7 +1604,7 @@ class Payment {
1604
1604
  * @returns {Promise<PaymentPlatformModel.GetPaymentCodeDetails>} - Success response
1605
1605
  * @name getPaymentCodeOption
1606
1606
  * @summary: Get payment mode codes
1607
- * @description: Enables users to retrieve options for payment codes.users can access information such as payment method names, networks, and associated codes, facilitating seamless integration and management of payment modes - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPaymentCodeOption/).
1607
+ * @description: Enables users to retrieve options for payment codes.users can access information such as payment method names, networks, and associated codes, facilitating seamless integration and management of payment modes - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getPaymentCodeOption/).
1608
1608
  */
1609
1609
  async getPaymentCodeOption(
1610
1610
  { requestHeaders } = { requestHeaders: {} },
@@ -1679,7 +1679,7 @@ class Payment {
1679
1679
  * @returns {Promise<PaymentPlatformModel.GetPaymentLinkDetails>} - Success response
1680
1680
  * @name getPaymentLink
1681
1681
  * @summary: Get payment link
1682
- * @description: Retrieve a payment link for making payments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPaymentLink/).
1682
+ * @description: Retrieve a payment link for making payments. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getPaymentLink/).
1683
1683
  */
1684
1684
  async getPaymentLink(
1685
1685
  { paymentLinkId, requestHeaders } = { requestHeaders: {} },
@@ -1762,7 +1762,7 @@ class Payment {
1762
1762
  * Success response
1763
1763
  * @name getPaymentModeControlRoutes
1764
1764
  * @summary: Get offline/advance payment mode
1765
- * @description: Get details of offline / advance payment mode like for cod offline payment mode get user level cod limit, order level cod limit, cod charge. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPaymentModeControlRoutes/).
1765
+ * @description: Get details of offline / advance payment mode like for cod offline payment mode get user level cod limit, order level cod limit, cod charge. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getPaymentModeControlRoutes/).
1766
1766
  */
1767
1767
  async getPaymentModeControlRoutes(
1768
1768
  { mode, requestHeaders } = { requestHeaders: {} },
@@ -1845,7 +1845,7 @@ class Payment {
1845
1845
  *
1846
1846
  * @name getPaymentModeCustomConfig
1847
1847
  * @summary: Get advance payment custom configurations
1848
- * @description: Merchants to fetch detailed information regarding advance payment custom configurations tailored to their specific business needs. merchants can access settings such as customer restrictions, available payment modes for both pre-order and post-order transactions - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPaymentModeCustomConfig/).
1848
+ * @description: Merchants to fetch detailed information regarding advance payment custom configurations tailored to their specific business needs. merchants can access settings such as customer restrictions, available payment modes for both pre-order and post-order transactions - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getPaymentModeCustomConfig/).
1849
1849
  */
1850
1850
  async getPaymentModeCustomConfig(
1851
1851
  { mode, requestHeaders } = { requestHeaders: {} },
@@ -1926,7 +1926,7 @@ class Payment {
1926
1926
  * @returns {Promise<PaymentPlatformModel.PaymentOptionsDetails>} - Success response
1927
1927
  * @name getPaymentModeRoutes
1928
1928
  * @summary: Get payment modes
1929
- * @description: Get available payment methods on the payment page, specifying the aggregator for each option, such as 'Netbanking powered by Juspay' and 'Card powered by Razorpay'. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPaymentModeRoutes/).
1929
+ * @description: Get available payment methods on the payment page, specifying the aggregator for each option, such as 'Netbanking powered by Juspay' and 'Card powered by Razorpay'. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getPaymentModeRoutes/).
1930
1930
  */
1931
1931
  async getPaymentModeRoutes(
1932
1932
  { refresh, requestType, orderId, shipmentId, amount, requestHeaders } = {
@@ -2023,7 +2023,7 @@ class Payment {
2023
2023
  * Success response
2024
2024
  * @name getPaymentSession
2025
2025
  * @summary: Get payment session
2026
- * @description: Allows users to fetch the payment session details associated with a given order ID or transaction ID - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPaymentSession/).
2026
+ * @description: Allows users to fetch the payment session details associated with a given order ID or transaction ID - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getPaymentSession/).
2027
2027
  */
2028
2028
  async getPaymentSession(
2029
2029
  { gid, lineItem, requestHeaders } = { requestHeaders: {} },
@@ -2107,7 +2107,7 @@ class Payment {
2107
2107
  * @returns {Promise<PaymentPlatformModel.PaymentModeRouteDetails>} - Success response
2108
2108
  * @name getPosPaymentModeRoutes
2109
2109
  * @summary: List POS payment modes
2110
- * @description: Available payment methods on the payment page for POS, specifying the aggregator for each option, such as 'CARD powered by Juspay' and 'QR powered by Razorpay'. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPosPaymentModeRoutes/).
2110
+ * @description: Available payment methods on the payment page for POS, specifying the aggregator for each option, such as 'CARD powered by Juspay' and 'QR powered by Razorpay'. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getPosPaymentModeRoutes/).
2111
2111
  */
2112
2112
  async getPosPaymentModeRoutes(
2113
2113
  {
@@ -2244,7 +2244,7 @@ class Payment {
2244
2244
  * Success response
2245
2245
  * @name getUserBeneficiaries
2246
2246
  * @summary: Get user beneficiaries
2247
- * @description: Retrieves information about beneficiaries associated with the user for processing refunds, based on the provided order ID - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getUserBeneficiaries/).
2247
+ * @description: Retrieves information about beneficiaries associated with the user for processing refunds, based on the provided order ID - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getUserBeneficiaries/).
2248
2248
  */
2249
2249
  async getUserBeneficiaries(
2250
2250
  { orderId, requestHeaders } = { requestHeaders: {} },
@@ -2322,7 +2322,7 @@ class Payment {
2322
2322
  * @returns {Promise<PaymentPlatformModel.GetUserCODLimitDetails>} - Success response
2323
2323
  * @name getUserCODlimitRoutes
2324
2324
  * @summary: Get user COD
2325
- * @description: Retrieve user cod limt data of user i.e cod is active or not for user and remaining limit - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getUserCODlimitRoutes/).
2325
+ * @description: Retrieve user cod limt data of user i.e cod is active or not for user and remaining limit - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getUserCODlimitRoutes/).
2326
2326
  */
2327
2327
  async getUserCODlimitRoutes(
2328
2328
  { merchantUserId, mobileNo, requestHeaders } = { requestHeaders: {} },
@@ -2408,7 +2408,7 @@ class Payment {
2408
2408
  * Success response
2409
2409
  * @name getUserOrderBeneficiaries
2410
2410
  * @summary: Get user order beneficiaries
2411
- * @description: Retrieve beneficiary details like bank name , ifsc code , branch name associated with a specific order for refund processing - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getUserOrderBeneficiaries/).
2411
+ * @description: Retrieve beneficiary details like bank name , ifsc code , branch name associated with a specific order for refund processing - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getUserOrderBeneficiaries/).
2412
2412
  */
2413
2413
  async getUserOrderBeneficiaries(
2414
2414
  { orderId, requestHeaders } = { requestHeaders: {} },
@@ -2487,7 +2487,7 @@ class Payment {
2487
2487
  * Success response
2488
2488
  * @name initialisePayment
2489
2489
  * @summary: Start payment process
2490
- * @description: Initiates the payment procedure for an order.Upon successful initiation, it returns a details including the success status, aggregator information, payment method, status, merchant order ID aggregator order , polling URL, timeout, virtual ID, Razorpay payment ID, customer ID, and device ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/initialisePayment/).
2490
+ * @description: Initiates the payment procedure for an order.Upon successful initiation, it returns a details including the success status, aggregator information, payment method, status, merchant order ID aggregator order , polling URL, timeout, virtual ID, Razorpay payment ID, customer ID, and device ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/initialisePayment/).
2491
2491
  */
2492
2492
  async initialisePayment(
2493
2493
  { body, requestHeaders } = { requestHeaders: {} },
@@ -2569,7 +2569,7 @@ class Payment {
2569
2569
  * Success response
2570
2570
  * @name merchantOnBoarding
2571
2571
  * @summary: Merchant onboarding for BNPL
2572
- * @description: Initiate the merchant onboarding process for Buy Now Pay Later (BNPL). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/merchantOnBoarding/).
2572
+ * @description: Initiate the merchant onboarding process for Buy Now Pay Later (BNPL). - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/merchantOnBoarding/).
2573
2573
  */
2574
2574
  async merchantOnBoarding(
2575
2575
  { body, requestHeaders } = { requestHeaders: {} },
@@ -2648,7 +2648,7 @@ class Payment {
2648
2648
  * @returns {Promise<PaymentPlatformModel.GetOauthUrlDetails>} - Success response
2649
2649
  * @name oauthGetUrl
2650
2650
  * @summary: Get OAuth URL
2651
- * @description: This has been used when merchant is setup their razorpay payment gateway, they will redirect to razorpay site after submitting all their secrets for authetication. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/oauthGetUrl/).
2651
+ * @description: This has been used when merchant is setup their razorpay payment gateway, they will redirect to razorpay site after submitting all their secrets for authetication. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/oauthGetUrl/).
2652
2652
  */
2653
2653
  async oauthGetUrl(
2654
2654
  { aggregator, successRedirectUrl, failureRedirectUrl, requestHeaders } = {
@@ -2738,7 +2738,7 @@ class Payment {
2738
2738
  * Success response
2739
2739
  * @name patchMerchantAggregatorPaymentModeDetails
2740
2740
  * @summary: Update merchant aggregator payment mode
2741
- * @description: update payment gateway and it's payment mode and it's sub payment mode details like for razorpay update active/inactive payment modes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/patchMerchantAggregatorPaymentModeDetails/).
2741
+ * @description: update payment gateway and it's payment mode and it's sub payment mode details like for razorpay update active/inactive payment modes. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/patchMerchantAggregatorPaymentModeDetails/).
2742
2742
  */
2743
2743
  async patchMerchantAggregatorPaymentModeDetails(
2744
2744
  { aggregatorId, body, requestHeaders } = { requestHeaders: {} },
@@ -2822,7 +2822,7 @@ class Payment {
2822
2822
  * Success response
2823
2823
  * @name patchMerchantPaymentOption
2824
2824
  * @summary: Update payment gateways and payment mode
2825
- * @description: Updated online/offline payment as active/inactive like disable offline payment mode will disable offline payment modes on checkout page on merchant's website - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/patchMerchantPaymentOption/).
2825
+ * @description: Updated online/offline payment as active/inactive like disable offline payment mode will disable offline payment modes on checkout page on merchant's website - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/patchMerchantPaymentOption/).
2826
2826
  */
2827
2827
  async patchMerchantPaymentOption(
2828
2828
  { body, requestHeaders } = { requestHeaders: {} },
@@ -2904,7 +2904,7 @@ class Payment {
2904
2904
  * Success response
2905
2905
  * @name patchMerchantPaymentOptionVersion
2906
2906
  * @summary: Update app version for Aggrgator
2907
- * @description: Update app version required for Payment Mode or sub payment mode for an Aggregator.if merchant required any PG payment mode after certain version for mobile app. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/patchMerchantPaymentOptionVersion/).
2907
+ * @description: Update app version required for Payment Mode or sub payment mode for an Aggregator.if merchant required any PG payment mode after certain version for mobile app. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/patchMerchantPaymentOptionVersion/).
2908
2908
  */
2909
2909
  async patchMerchantPaymentOptionVersion(
2910
2910
  { aggregatorId, body, requestHeaders } = { requestHeaders: {} },
@@ -2989,7 +2989,7 @@ class Payment {
2989
2989
  *
2990
2990
  * @name paymentStatusBulk
2991
2991
  * @summary: Retrieve status of multiple payments in bulk
2992
- * @description: Retrieve status of multiple payments in bulk and returns the status of each payment along with associated details such as payment ID, amount, currency, status, payment mode, and payment gateway in the response - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/paymentStatusBulk/).
2992
+ * @description: Retrieve status of multiple payments in bulk and returns the status of each payment along with associated details such as payment ID, amount, currency, status, payment mode, and payment gateway in the response - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/paymentStatusBulk/).
2993
2993
  */
2994
2994
  async paymentStatusBulk(
2995
2995
  { body, requestHeaders } = { requestHeaders: {} },
@@ -3071,7 +3071,7 @@ class Payment {
3071
3071
  * Success response
3072
3072
  * @name pollingPaymentLink
3073
3073
  * @summary: Poll status of payment link
3074
- * @description: Periodically checks the status of a payment link to monitor for any updates or changes.retrieve real-time information about the payment link's current status, such as whether it has been processed, cancelled, or expired. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/pollingPaymentLink/).
3074
+ * @description: Periodically checks the status of a payment link to monitor for any updates or changes.retrieve real-time information about the payment link's current status, such as whether it has been processed, cancelled, or expired. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/pollingPaymentLink/).
3075
3075
  */
3076
3076
  async pollingPaymentLink(
3077
3077
  { paymentLinkId, requestHeaders } = { requestHeaders: {} },
@@ -3151,7 +3151,7 @@ class Payment {
3151
3151
  * @returns {Promise<PaymentPlatformModel.RepaymentDetails>} - Success response
3152
3152
  * @name repaymentDetails
3153
3153
  * @summary: Repayment details for BNPL
3154
- * @description: Retrieve repayment details for Buy Now Pay Later (BNPL) payment - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/repaymentDetails/).
3154
+ * @description: Retrieve repayment details for Buy Now Pay Later (BNPL) payment - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/repaymentDetails/).
3155
3155
  */
3156
3156
  async repaymentDetails(
3157
3157
  { body, requestHeaders } = { requestHeaders: {} },
@@ -3233,7 +3233,7 @@ class Payment {
3233
3233
  * Success response
3234
3234
  * @name resendOrCancelPayment
3235
3235
  * @summary: Resend or cancel payment
3236
- * @description: Enable you to perform actions related to the resending and cancellation of payment links through SMS or EMAIL. resend or cancel payment link that have been initiated but may require modification or cancellation for various reasons, ensuring flexibility and control in payment processing. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/resendOrCancelPayment/).
3236
+ * @description: Enable you to perform actions related to the resending and cancellation of payment links through SMS or EMAIL. resend or cancel payment link that have been initiated but may require modification or cancellation for various reasons, ensuring flexibility and control in payment processing. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/resendOrCancelPayment/).
3237
3237
  */
3238
3238
  async resendOrCancelPayment(
3239
3239
  { body, requestHeaders } = { requestHeaders: {} },
@@ -3315,7 +3315,7 @@ class Payment {
3315
3315
  * Success response
3316
3316
  * @name resendPaymentLink
3317
3317
  * @summary: Resend payment link
3318
- * @description: Resends an existing payment link to the user to complete the payment. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/resendPaymentLink/).
3318
+ * @description: Resends an existing payment link to the user to complete the payment. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/resendPaymentLink/).
3319
3319
  */
3320
3320
  async resendPaymentLink(
3321
3321
  { body, requestHeaders } = { requestHeaders: {} },
@@ -3394,7 +3394,7 @@ class Payment {
3394
3394
  * @returns {Promise<PaymentPlatformModel.RevokeOAuthToken>} - Success response
3395
3395
  * @name revokeOauthToken
3396
3396
  * @summary: Revoke OAuth token
3397
- * @description: Revoke the creds for payment aggregator razropay. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/revokeOauthToken/).
3397
+ * @description: Revoke the creds for payment aggregator razropay. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/revokeOauthToken/).
3398
3398
  */
3399
3399
  async revokeOauthToken(
3400
3400
  { aggregator, requestHeaders } = { requestHeaders: {} },
@@ -3476,7 +3476,7 @@ class Payment {
3476
3476
  * Success response
3477
3477
  * @name saveBrandPaymentGatewayConfig
3478
3478
  * @summary: Save brand payment gateway config
3479
- * @description: Store and update configuration settings for brand payment gateways i.e required for payment for a payment gateway like key, secret, merchant salt. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/saveBrandPaymentGatewayConfig/).
3479
+ * @description: Store and update configuration settings for brand payment gateways i.e required for payment for a payment gateway like key, secret, merchant salt. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/saveBrandPaymentGatewayConfig/).
3480
3480
  */
3481
3481
  async saveBrandPaymentGatewayConfig(
3482
3482
  { body, requestHeaders } = { requestHeaders: {} },
@@ -3558,7 +3558,7 @@ class Payment {
3558
3558
  * Success response
3559
3559
  * @name setMerchantModeControlRoutes
3560
3560
  * @summary: Update offline payment mode
3561
- * @description: Update offline payment mode details for the merchant like update for cod offline payment mode get user level cod limit, order level cod limit, cod charge, enable/disable device for cod. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/setMerchantModeControlRoutes/).
3561
+ * @description: Update offline payment mode details for the merchant like update for cod offline payment mode get user level cod limit, order level cod limit, cod charge, enable/disable device for cod. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/setMerchantModeControlRoutes/).
3562
3562
  */
3563
3563
  async setMerchantModeControlRoutes(
3564
3564
  { mode, body, requestHeaders } = { requestHeaders: {} },
@@ -3643,7 +3643,7 @@ class Payment {
3643
3643
  *
3644
3644
  * @name setPaymentModeCustomConfig
3645
3645
  * @summary: Update advance payment custom configurations
3646
- * @description: Allows merchants to modify specific details of advance payment custom configurations tailored to their business requirements. By providing the company ID, application ID, and payment mode, merchants can update settings such as minimum order value, customer restrictions, and available payment modes for both pre-order and post-order transactions - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/setPaymentModeCustomConfig/).
3646
+ * @description: Allows merchants to modify specific details of advance payment custom configurations tailored to their business requirements. By providing the company ID, application ID, and payment mode, merchants can update settings such as minimum order value, customer restrictions, and available payment modes for both pre-order and post-order transactions - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/setPaymentModeCustomConfig/).
3647
3647
  */
3648
3648
  async setPaymentModeCustomConfig(
3649
3649
  { mode, body, requestHeaders } = { requestHeaders: {} },
@@ -3726,7 +3726,7 @@ class Payment {
3726
3726
  * @returns {Promise<PaymentPlatformModel.SetCODOptionDetails>} - Success response
3727
3727
  * @name setUserCODlimitRoutes
3728
3728
  * @summary: Set user COD
3729
- * @description: This allows access to seller to enable disable cod of specific user - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/setUserCODlimitRoutes/).
3729
+ * @description: This allows access to seller to enable disable cod of specific user - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/setUserCODlimitRoutes/).
3730
3730
  */
3731
3731
  async setUserCODlimitRoutes(
3732
3732
  { body, requestHeaders } = { requestHeaders: {} },
@@ -3805,7 +3805,7 @@ class Payment {
3805
3805
  * @returns {Promise<PaymentPlatformModel.EdcDeviceAddDetails>} - Success response
3806
3806
  * @name updateEdcDevice
3807
3807
  * @summary: Update EDC device
3808
- * @description: Enables the modification of settings and details associated with an Electronic Data Capture (EDC) device linked to a specific application within a company. Upon success, it returns the updated information of the EDC device. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/updateEdcDevice/).
3808
+ * @description: Enables the modification of settings and details associated with an Electronic Data Capture (EDC) device linked to a specific application within a company. Upon success, it returns the updated information of the EDC device. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/updateEdcDevice/).
3809
3809
  */
3810
3810
  async updateEdcDevice(
3811
3811
  { body, requestHeaders } = { requestHeaders: {} },
@@ -3886,7 +3886,7 @@ class Payment {
3886
3886
  * @returns {Promise<PaymentPlatformModel.RefundPriorityDetails>} - Success response
3887
3887
  * @name updateMerchantRefundPriority
3888
3888
  * @summary: Update merchant refund priority
3889
- * @description: Update merchant refund priority configurations, with the provided refund sources priority details, and return the status of the operation. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/updateMerchantRefundPriority/).
3889
+ * @description: Update merchant refund priority configurations, with the provided refund sources priority details, and return the status of the operation. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/updateMerchantRefundPriority/).
3890
3890
  */
3891
3891
  async updateMerchantRefundPriority(
3892
3892
  { configType, body, requestHeaders } = { requestHeaders: {} },
@@ -3970,7 +3970,7 @@ class Payment {
3970
3970
  * Success response
3971
3971
  * @name updatePaymentSession
3972
3972
  * @summary: Update payment session
3973
- * @description: Update the details of a payment session associated with a given order ID or transaction ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/updatePaymentSession/).
3973
+ * @description: Update the details of a payment session associated with a given order ID or transaction ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/updatePaymentSession/).
3974
3974
  */
3975
3975
  async updatePaymentSession(
3976
3976
  { gid, body, requestHeaders } = { requestHeaders: {} },
@@ -4053,7 +4053,7 @@ class Payment {
4053
4053
  * @returns {Promise<PaymentPlatformModel.RefundSessionDetails>} - Success response
4054
4054
  * @name updateRefundSession
4055
4055
  * @summary: Update refund session
4056
- * @description: Allows users to update the details of a refund session associated with a specific global identifier (GID) and request ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/updateRefundSession/).
4056
+ * @description: Allows users to update the details of a refund session associated with a specific global identifier (GID) and request ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/updateRefundSession/).
4057
4057
  */
4058
4058
  async updateRefundSession(
4059
4059
  { gid, requestId, body, requestHeaders } = { requestHeaders: {} },
@@ -4139,7 +4139,7 @@ class Payment {
4139
4139
  * Success response
4140
4140
  * @name validateCustomerAndCreditSummary
4141
4141
  * @summary: Verify payment customer and show credit summary
4142
- * @description: Verify if the user is eligible for payment and also show credit summary if activated. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/validateCustomerAndCreditSummary/).
4142
+ * @description: Verify if the user is eligible for payment and also show credit summary if activated. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/validateCustomerAndCreditSummary/).
4143
4143
  */
4144
4144
  async validateCustomerAndCreditSummary(
4145
4145
  { body, requestHeaders } = { requestHeaders: {} },
@@ -4220,7 +4220,7 @@ class Payment {
4220
4220
  * @returns {Promise<PaymentPlatformModel.ValidateCustomerDetails>} - Success response
4221
4221
  * @name verifyCustomerForPayment
4222
4222
  * @summary: Validate customer for paylater
4223
- * @description: Verify whether the user is eligible for pay-later payment from the payment aggregator's side using the customer's phone number - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/verifyCustomerForPayment/).
4223
+ * @description: Verify whether the user is eligible for pay-later payment from the payment aggregator's side using the customer's phone number - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/verifyCustomerForPayment/).
4224
4224
  */
4225
4225
  async verifyCustomerForPayment(
4226
4226
  { body, requestHeaders } = { requestHeaders: {} },
@@ -9,7 +9,7 @@ declare class Payment {
9
9
  * @returns {Promise<PaymentPlatformModel.UpdatePayoutDetails>} - Success response
10
10
  * @name activateAndDectivatePayout
11
11
  * @summary: Activate/Deactivate payout
12
- * @description: Enable or disable payout functionality. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/activateAndDectivatePayout/).
12
+ * @description: Enable or disable payout functionality. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/activateAndDectivatePayout/).
13
13
  */
14
14
  activateAndDectivatePayout({ uniqueTransferNo, body, requestHeaders }?: PaymentPlatformValidator.ActivateAndDectivatePayoutParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.UpdatePayoutDetails>;
15
15
  /**
@@ -19,7 +19,7 @@ declare class Payment {
19
19
  * @returns {Promise<PaymentPlatformModel.DeletePayoutDetails>} - Success response
20
20
  * @name deletePayout
21
21
  * @summary: Delete payout
22
- * @description: Remove a payout transaction from the system. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/deletePayout/).
22
+ * @description: Remove a payout transaction from the system. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/deletePayout/).
23
23
  */
24
24
  deletePayout({ uniqueTransferNo, requestHeaders }?: PaymentPlatformValidator.DeletePayoutParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.DeletePayoutDetails>;
25
25
  /**
@@ -33,7 +33,7 @@ declare class Payment {
33
33
  *
34
34
  * @name deleteSubscriptionPaymentMethod
35
35
  * @summary: Delete subscription payment method
36
- * @description: Remove a payment method from subscription options. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/deleteSubscriptionPaymentMethod/).
36
+ * @description: Remove a payment method from subscription options. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/deleteSubscriptionPaymentMethod/).
37
37
  */
38
38
  deleteSubscriptionPaymentMethod({ uniqueExternalId, paymentMethodId, requestHeaders }?: PaymentPlatformValidator.DeleteSubscriptionPaymentMethodParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.DeleteSubscriptionPaymentMethodDetails>;
39
39
  /**
@@ -43,7 +43,7 @@ declare class Payment {
43
43
  * @returns {Promise<PaymentPlatformModel.PayoutsDetails>} - Success response
44
44
  * @name getAllPayouts
45
45
  * @summary: List payouts
46
- * @description: Retrieve a list of all payout transactions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getAllPayouts/).
46
+ * @description: Retrieve a list of all payout transactions. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getAllPayouts/).
47
47
  */
48
48
  getAllPayouts({ uniqueExternalId, requestHeaders }?: PaymentPlatformValidator.GetAllPayoutsParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.PayoutsDetails>;
49
49
  /**
@@ -54,7 +54,7 @@ declare class Payment {
54
54
  * Success response
55
55
  * @name getSubscriptionConfig
56
56
  * @summary: Get subscription config
57
- * @description: Retrieve configuration settings for subscriptions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getSubscriptionConfig/).
57
+ * @description: Retrieve configuration settings for subscriptions. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getSubscriptionConfig/).
58
58
  */
59
59
  getSubscriptionConfig({ requestHeaders }?: any, { responseHeaders }?: object): Promise<PaymentPlatformModel.SubscriptionConfigDetails>;
60
60
  /**
@@ -68,7 +68,7 @@ declare class Payment {
68
68
  *
69
69
  * @name getSubscriptionPaymentMethod
70
70
  * @summary: Get subscription payment method
71
- * @description: Retrieve payment methods for subscriptions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getSubscriptionPaymentMethod/).
71
+ * @description: Retrieve payment methods for subscriptions. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/getSubscriptionPaymentMethod/).
72
72
  */
73
73
  getSubscriptionPaymentMethod({ uniqueExternalId, requestHeaders }?: PaymentPlatformValidator.GetSubscriptionPaymentMethodParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.SubscriptionPaymentMethodDetails>;
74
74
  /**
@@ -78,7 +78,7 @@ declare class Payment {
78
78
  * @returns {Promise<PaymentPlatformModel.PayoutDetails>} - Success response
79
79
  * @name savePayout
80
80
  * @summary: Save payout
81
- * @description: Store and process a payout transaction. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/savePayout/).
81
+ * @description: Store and process a payout transaction. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/savePayout/).
82
82
  */
83
83
  savePayout({ body, requestHeaders }?: PaymentPlatformValidator.SavePayoutParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.PayoutDetails>;
84
84
  /**
@@ -90,7 +90,7 @@ declare class Payment {
90
90
  *
91
91
  * @name saveSubscriptionSetupIntent
92
92
  * @summary: Save subscription setup intent
93
- * @description: Store and process setup intent for subscriptions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/saveSubscriptionSetupIntent/).
93
+ * @description: Store and process setup intent for subscriptions. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/saveSubscriptionSetupIntent/).
94
94
  */
95
95
  saveSubscriptionSetupIntent({ body, requestHeaders }?: PaymentPlatformValidator.SaveSubscriptionSetupIntentParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.SaveSubscriptionSetupIntentDetails>;
96
96
  /**
@@ -100,7 +100,7 @@ declare class Payment {
100
100
  * @returns {Promise<PaymentPlatformModel.UpdatePayoutDetails>} - Success response
101
101
  * @name updatePayout
102
102
  * @summary: Update payout
103
- * @description: Modify the details of a payout transaction. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/updatePayout/).
103
+ * @description: Modify the details of a payout transaction. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/updatePayout/).
104
104
  */
105
105
  updatePayout({ uniqueTransferNo, body, requestHeaders }?: PaymentPlatformValidator.UpdatePayoutParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.UpdatePayoutDetails>;
106
106
  /**
@@ -110,7 +110,7 @@ declare class Payment {
110
110
  * @returns {Promise<PaymentPlatformModel.IfscCodeDetails>} - Success response
111
111
  * @name verifyIfscCode
112
112
  * @summary: Verify IFSC code
113
- * @description: Checks the validity of the provided IFSC code and returns bank details if valid. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/verifyIfscCode/).
113
+ * @description: Checks the validity of the provided IFSC code and returns bank details if valid. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/payment/verifyIfscCode/).
114
114
  */
115
115
  verifyIfscCode({ ifscCode, requestHeaders }?: PaymentPlatformValidator.VerifyIfscCodeParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.IfscCodeDetails>;
116
116
  }