@gofynd/fdk-client-javascript 1.4.2-beta.7 → 1.4.4

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 (254) hide show
  1. package/README.md +1 -10
  2. package/application.d.ts +3 -3
  3. package/common.d.ts +3 -3
  4. package/index.d.ts +15 -15
  5. package/package.json +5 -3
  6. package/partner.d.ts +3 -3
  7. package/platform.d.ts +3 -3
  8. package/public.d.ts +2 -2
  9. package/sdk/application/ApplicationAPIClient.d.ts +1 -1
  10. package/sdk/application/ApplicationAPIClient.js +0 -1
  11. package/sdk/application/ApplicationClient.d.ts +17 -17
  12. package/sdk/application/ApplicationConfig.d.ts +3 -3
  13. package/sdk/application/Cart/CartApplicationClient.d.ts +58 -58
  14. package/sdk/application/Cart/CartApplicationClient.js +56 -56
  15. package/sdk/application/Cart/CartApplicationValidator.d.ts +1 -1
  16. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +72 -72
  17. package/sdk/application/Catalog/CatalogApplicationClient.js +69 -69
  18. package/sdk/application/Common/CommonApplicationClient.d.ts +6 -6
  19. package/sdk/application/Common/CommonApplicationClient.js +4 -4
  20. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +8 -8
  21. package/sdk/application/Communication/CommunicationApplicationClient.js +6 -6
  22. package/sdk/application/Communication/CommunicationApplicationValidator.d.ts +1 -1
  23. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +34 -34
  24. package/sdk/application/Configuration/ConfigurationApplicationClient.js +32 -32
  25. package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +1 -1
  26. package/sdk/application/Content/ContentApplicationClient.d.ts +48 -48
  27. package/sdk/application/Content/ContentApplicationClient.js +45 -45
  28. package/sdk/application/Content/ContentApplicationModel.d.ts +18 -18
  29. package/sdk/application/Content/ContentApplicationModel.js +26 -26
  30. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +7 -7
  31. package/sdk/application/FileStorage/FileStorageApplicationClient.js +15 -9
  32. package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +1 -1
  33. package/sdk/application/Lead/LeadApplicationClient.d.ts +12 -12
  34. package/sdk/application/Lead/LeadApplicationClient.js +10 -10
  35. package/sdk/application/Lead/LeadApplicationModel.d.ts +64 -77
  36. package/sdk/application/Lead/LeadApplicationModel.js +42 -52
  37. package/sdk/application/Lead/LeadApplicationValidator.d.ts +1 -1
  38. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +24 -24
  39. package/sdk/application/Logistic/LogisticApplicationClient.js +22 -22
  40. package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +1 -1
  41. package/sdk/application/Order/OrderApplicationClient.d.ts +19 -30
  42. package/sdk/application/Order/OrderApplicationClient.js +17 -97
  43. package/sdk/application/Order/OrderApplicationValidator.d.ts +2 -16
  44. package/sdk/application/Order/OrderApplicationValidator.js +0 -13
  45. package/sdk/application/Payment/PaymentApplicationClient.d.ts +91 -91
  46. package/sdk/application/Payment/PaymentApplicationClient.js +94 -94
  47. package/sdk/application/Payment/PaymentApplicationModel.d.ts +5 -2
  48. package/sdk/application/Payment/PaymentApplicationModel.js +4 -2
  49. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +6 -6
  50. package/sdk/application/Payment/PaymentApplicationValidator.js +3 -3
  51. package/sdk/application/PosCart/PosCartApplicationClient.d.ts +29 -29
  52. package/sdk/application/PosCart/PosCartApplicationClient.js +27 -27
  53. package/sdk/application/PosCart/PosCartApplicationValidator.d.ts +1 -1
  54. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +9 -9
  55. package/sdk/application/Rewards/RewardsApplicationClient.js +7 -7
  56. package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +1 -1
  57. package/sdk/application/Share/ShareApplicationClient.d.ts +9 -9
  58. package/sdk/application/Share/ShareApplicationClient.js +7 -7
  59. package/sdk/application/Share/ShareApplicationModel.d.ts +2 -0
  60. package/sdk/application/Share/ShareApplicationModel.js +2 -0
  61. package/sdk/application/Share/ShareApplicationValidator.d.ts +1 -1
  62. package/sdk/application/Theme/ThemeApplicationClient.d.ts +10 -10
  63. package/sdk/application/Theme/ThemeApplicationClient.js +8 -8
  64. package/sdk/application/Theme/ThemeApplicationModel.d.ts +25 -32
  65. package/sdk/application/Theme/ThemeApplicationModel.js +30 -40
  66. package/sdk/application/User/UserApplicationClient.d.ts +76 -76
  67. package/sdk/application/User/UserApplicationClient.js +74 -74
  68. package/sdk/application/User/UserApplicationModel.d.ts +44 -13
  69. package/sdk/application/User/UserApplicationModel.js +17 -13
  70. package/sdk/application/User/UserApplicationValidator.d.ts +1 -1
  71. package/sdk/application/index.d.ts +18 -18
  72. package/sdk/common/AxiosHelper.d.ts +1 -1
  73. package/sdk/common/AxiosHelper.js +38 -17
  74. package/sdk/common/Clickstream.js +22 -16
  75. package/sdk/common/curlHelper.js +1 -3
  76. package/sdk/common/utils.d.ts +15 -0
  77. package/sdk/common/utils.js +30 -0
  78. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +3 -3
  79. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +2 -2
  80. package/sdk/partner/Lead/LeadPartnerClient.d.ts +3 -3
  81. package/sdk/partner/Lead/LeadPartnerClient.js +1 -1
  82. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +5 -5
  83. package/sdk/partner/Logistics/LogisticsPartnerClient.js +4 -4
  84. package/sdk/partner/OAuthClient.d.ts +4 -4
  85. package/sdk/partner/PartnerAPIClient.d.ts +1 -1
  86. package/sdk/partner/PartnerAPIClient.js +0 -1
  87. package/sdk/partner/PartnerClient.d.ts +6 -6
  88. package/sdk/partner/PartnerConfig.d.ts +4 -4
  89. package/sdk/partner/Theme/ThemePartnerClient.d.ts +20 -20
  90. package/sdk/partner/Theme/ThemePartnerClient.js +19 -19
  91. package/sdk/partner/Theme/ThemePartnerModel.d.ts +25 -32
  92. package/sdk/partner/Theme/ThemePartnerModel.js +30 -40
  93. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +3 -3
  94. package/sdk/partner/Webhook/WebhookPartnerClient.js +2 -2
  95. package/sdk/partner/index.d.ts +7 -7
  96. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +8 -8
  97. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +6 -6
  98. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -1
  99. package/sdk/platform/Billing/BillingPlatformClient.d.ts +25 -25
  100. package/sdk/platform/Billing/BillingPlatformClient.js +23 -23
  101. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +1 -1
  102. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +115 -115
  103. package/sdk/platform/Cart/CartPlatformApplicationClient.js +113 -113
  104. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +1 -1
  105. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +147 -146
  106. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +146 -145
  107. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +1 -1
  108. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +156 -156
  109. package/sdk/platform/Catalog/CatalogPlatformClient.js +153 -153
  110. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +65 -28
  111. package/sdk/platform/Catalog/CatalogPlatformModel.js +68 -36
  112. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +1 -1
  113. package/sdk/platform/Common/CommonPlatformClient.d.ts +5 -5
  114. package/sdk/platform/Common/CommonPlatformClient.js +3 -3
  115. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +133 -133
  116. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +131 -131
  117. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +1 -1
  118. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +4 -4
  119. package/sdk/platform/Communication/CommunicationPlatformClient.js +2 -2
  120. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +12 -0
  121. package/sdk/platform/Communication/CommunicationPlatformModel.js +12 -0
  122. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +28 -28
  123. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +25 -25
  124. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -0
  125. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +2 -0
  126. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +1 -1
  127. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +52 -52
  128. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +50 -50
  129. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +1 -1
  130. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +31 -31
  131. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +29 -29
  132. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +1 -1
  133. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +128 -128
  134. package/sdk/platform/Content/ContentPlatformApplicationClient.js +131 -131
  135. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +5 -5
  136. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +4 -4
  137. package/sdk/platform/Content/ContentPlatformClient.d.ts +33 -33
  138. package/sdk/platform/Content/ContentPlatformClient.js +37 -37
  139. package/sdk/platform/Content/ContentPlatformModel.d.ts +18 -18
  140. package/sdk/platform/Content/ContentPlatformModel.js +26 -26
  141. package/sdk/platform/Content/ContentPlatformValidator.d.ts +5 -5
  142. package/sdk/platform/Content/ContentPlatformValidator.js +4 -4
  143. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +24 -24
  144. package/sdk/platform/Discount/DiscountPlatformClient.js +22 -22
  145. package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +1 -1
  146. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +24 -23
  147. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +32 -25
  148. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +1 -1
  149. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +15 -15
  150. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +28 -19
  151. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +12 -1
  152. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +16 -2
  153. package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +1 -1
  154. package/sdk/platform/Finance/FinancePlatformClient.d.ts +30 -30
  155. package/sdk/platform/Finance/FinancePlatformClient.js +28 -28
  156. package/sdk/platform/Finance/FinancePlatformValidator.d.ts +1 -1
  157. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +19 -19
  158. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +17 -17
  159. package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +1 -1
  160. package/sdk/platform/Lead/LeadPlatformClient.d.ts +20 -20
  161. package/sdk/platform/Lead/LeadPlatformClient.js +18 -18
  162. package/sdk/platform/Lead/LeadPlatformModel.d.ts +62 -77
  163. package/sdk/platform/Lead/LeadPlatformModel.js +40 -52
  164. package/sdk/platform/Lead/LeadPlatformValidator.d.ts +1 -1
  165. package/sdk/platform/OAuthClient.d.ts +3 -3
  166. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +12 -12
  167. package/sdk/platform/Order/OrderPlatformApplicationClient.js +10 -10
  168. package/sdk/platform/Order/OrderPlatformClient.d.ts +111 -122
  169. package/sdk/platform/Order/OrderPlatformClient.js +109 -204
  170. package/sdk/platform/Order/OrderPlatformModel.d.ts +18 -2
  171. package/sdk/platform/Order/OrderPlatformModel.js +12 -2
  172. package/sdk/platform/Order/OrderPlatformValidator.d.ts +2 -34
  173. package/sdk/platform/Order/OrderPlatformValidator.js +0 -20
  174. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +6 -6
  175. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +4 -4
  176. package/sdk/platform/Partner/PartnerPlatformApplicationValidator.d.ts +1 -1
  177. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +97 -97
  178. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +95 -95
  179. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +1 -1
  180. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +13 -13
  181. package/sdk/platform/Payment/PaymentPlatformClient.js +11 -11
  182. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +7 -0
  183. package/sdk/platform/Payment/PaymentPlatformModel.js +3 -0
  184. package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +1 -1
  185. package/sdk/platform/PlatformAPIClient.d.ts +1 -1
  186. package/sdk/platform/PlatformAPIClient.js +0 -1
  187. package/sdk/platform/PlatformApplicationClient.d.ts +16 -16
  188. package/sdk/platform/PlatformClient.d.ts +19 -21
  189. package/sdk/platform/PlatformClient.js +0 -4
  190. package/sdk/platform/PlatformConfig.d.ts +4 -4
  191. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +14 -14
  192. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
  193. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +1 -1
  194. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +42 -42
  195. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +40 -40
  196. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +1 -1
  197. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +55 -54
  198. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +53 -52
  199. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2 -2
  200. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +4 -2
  201. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +1 -1
  202. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +7 -7
  203. package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
  204. package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +1 -1
  205. package/sdk/platform/Share/SharePlatformModel.d.ts +4 -0
  206. package/sdk/platform/Share/SharePlatformModel.js +4 -0
  207. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +42 -112
  208. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +40 -597
  209. package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +2 -101
  210. package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +0 -92
  211. package/sdk/platform/Theme/ThemePlatformClient.d.ts +8 -8
  212. package/sdk/platform/Theme/ThemePlatformClient.js +6 -6
  213. package/sdk/platform/Theme/ThemePlatformModel.d.ts +25 -32
  214. package/sdk/platform/Theme/ThemePlatformModel.js +30 -40
  215. package/sdk/platform/Theme/ThemePlatformValidator.d.ts +1 -1
  216. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +37 -37
  217. package/sdk/platform/User/UserPlatformApplicationClient.js +35 -35
  218. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +1 -1
  219. package/sdk/platform/User/UserPlatformModel.d.ts +48 -13
  220. package/sdk/platform/User/UserPlatformModel.js +21 -13
  221. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +20 -19
  222. package/sdk/platform/Webhook/WebhookPlatformClient.js +18 -17
  223. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +2 -2
  224. package/sdk/platform/Webhook/WebhookPlatformModel.js +1 -1
  225. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +1 -1
  226. package/sdk/platform/index.d.ts +24 -25
  227. package/sdk/platform/index.js +0 -2
  228. package/sdk/public/Billing/BillingPublicClient.d.ts +3 -3
  229. package/sdk/public/Billing/BillingPublicClient.js +4 -4
  230. package/sdk/public/Billing/BillingPublicValidator.d.ts +2 -2
  231. package/sdk/public/Billing/BillingPublicValidator.js +2 -2
  232. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +3 -3
  233. package/sdk/public/Configuration/ConfigurationPublicClient.js +1 -1
  234. package/sdk/public/Content/ContentPublicClient.d.ts +2 -2
  235. package/sdk/public/Content/ContentPublicValidator.d.ts +2 -2
  236. package/sdk/public/Content/ContentPublicValidator.js +3 -3
  237. package/sdk/public/Inventory/InventoryPublicClient.d.ts +2 -2
  238. package/sdk/public/Inventory/InventoryPublicModel.d.ts +8 -8
  239. package/sdk/public/Inventory/InventoryPublicModel.js +8 -8
  240. package/sdk/public/Inventory/InventoryPublicValidator.d.ts +1 -1
  241. package/sdk/public/Partner/PartnerPublicClient.d.ts +3 -3
  242. package/sdk/public/Partner/PartnerPublicClient.js +1 -1
  243. package/sdk/public/PublicAPIClient.d.ts +1 -1
  244. package/sdk/public/PublicClient.d.ts +7 -7
  245. package/sdk/public/Webhook/WebhookPublicClient.d.ts +4 -4
  246. package/sdk/public/Webhook/WebhookPublicClient.js +2 -2
  247. package/sdk/public/Webhook/WebhookPublicValidator.d.ts +1 -1
  248. package/sdk/public/index.d.ts +8 -8
  249. package/sdk/platform/Inventory/InventoryPlatformClient.d.ts +0 -152
  250. package/sdk/platform/Inventory/InventoryPlatformClient.js +0 -1017
  251. package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +0 -1355
  252. package/sdk/platform/Inventory/InventoryPlatformModel.js +0 -1544
  253. package/sdk/platform/Inventory/InventoryPlatformValidator.d.ts +0 -171
  254. package/sdk/platform/Inventory/InventoryPlatformValidator.js +0 -159
@@ -21,8 +21,8 @@ class Payment {
21
21
  * @param {import("../PlatformAPIClient").Options} - Options
22
22
  * @returns {Promise<PaymentPlatformModel.EdcDeviceUpdateResponse>} - Success response
23
23
  * @name addEdcDevice
24
- * @summary: Add EDC device.
25
- * @description: Register and add a new EDC device. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/addEdcDevice/).
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/).
26
26
  */
27
27
  async addEdcDevice(
28
28
  { terminalUniqueIdentifier, body, requestHeaders } = { requestHeaders: {} },
@@ -104,8 +104,8 @@ class Payment {
104
104
  * @param {import("../PlatformAPIClient").Options} - Options
105
105
  * @returns {Promise<PaymentPlatformModel.RefundAccountResponse>} - Success response
106
106
  * @name addRefundBankAccountUsingOTP
107
- * @summary: Add refund bank account using OTP.
108
- * @description: Register a refund bank account with OTP verification. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/addRefundBankAccountUsingOTP/).
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/).
109
109
  */
110
110
  async addRefundBankAccountUsingOTP(
111
111
  { body, requestHeaders } = { requestHeaders: {} },
@@ -186,7 +186,7 @@ class Payment {
186
186
  * @returns {Promise<PaymentPlatformModel.CancelPaymentLinkResponse>} -
187
187
  * Success response
188
188
  * @name cancelPaymentLink
189
- * @summary: Cancel payment link.
189
+ * @summary: Cancel payment link
190
190
  * @description: Deactivate and cancel a payment link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/cancelPaymentLink/).
191
191
  */
192
192
  async cancelPaymentLink(
@@ -268,8 +268,8 @@ class Payment {
268
268
  * @returns {Promise<PaymentPlatformModel.PaymentStatusUpdateResponse>} -
269
269
  * Success response
270
270
  * @name checkAndUpdatePaymentStatus
271
- * @summary: Check and update payment status.
272
- * @description: Verify and modify the status of a payment. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/checkAndUpdatePaymentStatus/).
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/).
273
273
  */
274
274
  async checkAndUpdatePaymentStatus(
275
275
  { body, requestHeaders } = { requestHeaders: {} },
@@ -348,8 +348,8 @@ class Payment {
348
348
  * @returns {Promise<PaymentPlatformModel.PaymentConfirmationResponse>} -
349
349
  * Success response
350
350
  * @name confirmPayment
351
- * @summary: Confirm payment.
352
- * @description: Authenticate and confirm a payment. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/confirmPayment/).
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/).
353
353
  */
354
354
  async confirmPayment(
355
355
  { body, requestHeaders } = { requestHeaders: {} },
@@ -431,8 +431,8 @@ class Payment {
431
431
  * - Success response
432
432
  *
433
433
  * @name createMerchantRefundPriority
434
- * @summary: Crete merchant refund priority
435
- * @description: Crete merchant refund priority. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/createMerchantRefundPriority/).
434
+ * @summary: Create merchant refund priority
435
+ * @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/).
436
436
  */
437
437
  async createMerchantRefundPriority(
438
438
  { configType, body, requestHeaders } = { requestHeaders: {} },
@@ -515,8 +515,8 @@ class Payment {
515
515
  * @returns {Promise<PaymentPlatformModel.CreatePaymentLinkResponse>} -
516
516
  * Success response
517
517
  * @name createPaymentLink
518
- * @summary: Create payment link.
519
- * @description: Generate a new link for accepting payments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/createPaymentLink/).
518
+ * @summary: Create payment link
519
+ * @description: Generate a payment link for accepting payments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/createPaymentLink/).
520
520
  */
521
521
  async createPaymentLink(
522
522
  { body, requestHeaders } = { requestHeaders: {} },
@@ -597,7 +597,7 @@ class Payment {
597
597
  * @returns {Promise<PaymentPlatformModel.PaymentOrderResponse>} - Success response
598
598
  * @name createPaymentOrder
599
599
  * @summary: Create Order
600
- * @description: Use this API to create a order and payment on aggregator side - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/createPaymentOrder/).
600
+ * @description: Create an order and payment on the aggregator side - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/createPaymentOrder/).
601
601
  */
602
602
  async createPaymentOrder(
603
603
  { body, requestHeaders } = { requestHeaders: {} },
@@ -679,7 +679,7 @@ class Payment {
679
679
  * - Success response
680
680
  *
681
681
  * @name edcAggregatorsAndModelList
682
- * @summary: EDC aggregators and model list.
682
+ * @summary: EDC aggregators and model list
683
683
  * @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/).
684
684
  */
685
685
  async edcAggregatorsAndModelList(
@@ -754,8 +754,8 @@ class Payment {
754
754
  * @param {import("../PlatformAPIClient").Options} - Options
755
755
  * @returns {Promise<PaymentPlatformModel.EdcDeviceListResponse>} - Success response
756
756
  * @name edcDeviceList
757
- * @summary: EDC device list.
758
- * @description: Retrieve a list of available EDC devices. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/edcDeviceList/).
757
+ * @summary: List EDC devices
758
+ * @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/).
759
759
  */
760
760
  async edcDeviceList(
761
761
  { pageNo, pageSize, isActive, storeId, deviceTag, requestHeaders } = {
@@ -848,8 +848,8 @@ class Payment {
848
848
  * @param {import("../PlatformAPIClient").Options} - Options
849
849
  * @returns {Promise<PaymentPlatformModel.EdcDeviceStatsResponse>} - Success response
850
850
  * @name edcDeviceStats
851
- * @summary: EDC device stats.
852
- * @description: Get statistics and data related to EDC devices. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/edcDeviceStats/).
851
+ * @summary: EDC device stats
852
+ * @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/).
853
853
  */
854
854
  async edcDeviceStats(
855
855
  { requestHeaders } = { requestHeaders: {} },
@@ -925,8 +925,8 @@ class Payment {
925
925
  * @param {import("../PlatformAPIClient").Options} - Options
926
926
  * @returns {Promise<PaymentPlatformModel.RefundAccountResponse>} - Success response
927
927
  * @name getBankAccountDetailsOpenAPI
928
- * @summary: Get bank account details.
929
- * @description: Retrieve bank account information using an open API. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getBankAccountDetailsOpenAPI/).
928
+ * @summary: Get bank account details
929
+ * @description: Retrieve bank account information - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getBankAccountDetailsOpenAPI/).
930
930
  */
931
931
  async getBankAccountDetailsOpenAPI(
932
932
  { orderId, requestHash, requestHeaders } = { requestHeaders: {} },
@@ -1013,8 +1013,8 @@ class Payment {
1013
1013
  * @returns {Promise<PaymentPlatformModel.PaymentGatewayConfigResponse>} -
1014
1014
  * Success response
1015
1015
  * @name getBrandPaymentGatewayConfig
1016
- * @summary: Get brand payment gateway config
1017
- * @description: Retrieve configuration settings for brand payment gateways. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getBrandPaymentGatewayConfig/).
1016
+ * @summary: Get secrets for brand payment gateway
1017
+ * @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/).
1018
1018
  */
1019
1019
  async getBrandPaymentGatewayConfig(
1020
1020
  { aggregator, configType, requestHeaders } = { requestHeaders: {} },
@@ -1097,8 +1097,8 @@ class Payment {
1097
1097
  * @returns {Promise<PaymentPlatformModel.EdcDeviceDetailsResponse>} -
1098
1098
  * Success response
1099
1099
  * @name getEdcDevice
1100
- * @summary: Get EDC device.
1101
- * @description: Retrieve detailed information about an EDC device. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getEdcDevice/).
1100
+ * @summary: Get an EDC device
1101
+ * @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/).
1102
1102
  */
1103
1103
  async getEdcDevice(
1104
1104
  { terminalUniqueIdentifier, requestHeaders } = { requestHeaders: {} },
@@ -1179,8 +1179,8 @@ class Payment {
1179
1179
  * @returns {Promise<PaymentPlatformModel.AggregatorVersionResponse>} -
1180
1180
  * Success response
1181
1181
  * @name getMerchantAggregatorAppVersion
1182
- * @summary: Get app version required for Payment Mode.
1183
- * @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/).
1182
+ * @summary: Get app version for Aggregator
1183
+ * @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/).
1184
1184
  */
1185
1185
  async getMerchantAggregatorAppVersion(
1186
1186
  {
@@ -1280,8 +1280,8 @@ class Payment {
1280
1280
  * @returns {Promise<PaymentPlatformModel.PlatformPaymentModeResponse>} -
1281
1281
  * Success response
1282
1282
  * @name getMerchantAggregatorPaymentModeDetails
1283
- * @summary: Get merchant aggregator payment mode details.
1284
- * @description: swagger not found. so operationId not found - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getMerchantAggregatorPaymentModeDetails/).
1283
+ * @summary: Get merchant aggregator and their payment mode
1284
+ * @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/).
1285
1285
  */
1286
1286
  async getMerchantAggregatorPaymentModeDetails(
1287
1287
  { aggregatorId, businessUnit, device, requestHeaders } = {
@@ -1371,7 +1371,7 @@ class Payment {
1371
1371
  * Success response
1372
1372
  * @name getMerchantPaymentOption
1373
1373
  * @summary: Get merchant payment option
1374
- * @description: Retrieve all the available Paymet Gateways for merchant and its offline payment mode details. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getMerchantPaymentOption/).
1374
+ * @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/).
1375
1375
  */
1376
1376
  async getMerchantPaymentOption(
1377
1377
  { requestHeaders } = { requestHeaders: {} },
@@ -1450,7 +1450,7 @@ class Payment {
1450
1450
  *
1451
1451
  * @name getMerchantRefundPriority
1452
1452
  * @summary: Get merchant refund priority
1453
- * @description: Get merchant refund priority. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getMerchantRefundPriority/).
1453
+ * @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/).
1454
1454
  */
1455
1455
  async getMerchantRefundPriority(
1456
1456
  { configType, requestHeaders } = { requestHeaders: {} },
@@ -1531,8 +1531,8 @@ class Payment {
1531
1531
  * @returns {Promise<PaymentPlatformModel.PlatformPaymentModeResponse>} -
1532
1532
  * Success response
1533
1533
  * @name getPGConfigAggregators
1534
- * @summary: Get PG (Payment Gateway) config aggregators.
1535
- * @description: swagger not found. so operationId not found - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPGConfigAggregators/).
1534
+ * @summary: Get merchant aggregator payment mode
1535
+ * @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/).
1536
1536
  */
1537
1537
  async getPGConfigAggregators(
1538
1538
  { requestHeaders } = { requestHeaders: {} },
@@ -1608,8 +1608,8 @@ class Payment {
1608
1608
  * @param {import("../PlatformAPIClient").Options} - Options
1609
1609
  * @returns {Promise<PaymentPlatformModel.GetPaymentCodeResponse>} - Success response
1610
1610
  * @name getPaymentCodeOption
1611
- * @summary: Get payment mode code.
1612
- * @description: Retrieve options for payment codes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPaymentCodeOption/).
1611
+ * @summary: Get payment mode codes
1612
+ * @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/).
1613
1613
  */
1614
1614
  async getPaymentCodeOption(
1615
1615
  { requestHeaders } = { requestHeaders: {} },
@@ -1683,8 +1683,8 @@ class Payment {
1683
1683
  * @param {import("../PlatformAPIClient").Options} - Options
1684
1684
  * @returns {Promise<PaymentPlatformModel.GetPaymentLinkResponse>} - Success response
1685
1685
  * @name getPaymentLink
1686
- * @summary: Get payment link.
1687
- * @description: Retrieve a link for making payments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPaymentLink/).
1686
+ * @summary: Get payment link
1687
+ * @description: Retrieve a payment link for making payments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPaymentLink/).
1688
1688
  */
1689
1689
  async getPaymentLink(
1690
1690
  { paymentLinkId, requestHeaders } = { requestHeaders: {} },
@@ -1766,8 +1766,8 @@ class Payment {
1766
1766
  * @returns {Promise<PaymentPlatformModel.PlatformPaymentModeResponse>} -
1767
1767
  * Success response
1768
1768
  * @name getPaymentModeControlRoutes
1769
- * @summary: Get details for the given offline / advance payment mode for merchant
1770
- * @description: Use this API to get details for the given offline / advance payment mode for merchant - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPaymentModeControlRoutes/).
1769
+ * @summary: Get offline/advance payment mode
1770
+ * @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/).
1771
1771
  */
1772
1772
  async getPaymentModeControlRoutes(
1773
1773
  { mode, requestHeaders } = { requestHeaders: {} },
@@ -1849,8 +1849,8 @@ class Payment {
1849
1849
  * - Success response
1850
1850
  *
1851
1851
  * @name getPaymentModeCustomConfig
1852
- * @summary: Get details of advance payment custom configurations of merchant
1853
- * @description: Use this API to Get details of advance payment custom configurations of merchant - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPaymentModeCustomConfig/).
1852
+ * @summary: Get advance payment custom configurations
1853
+ * @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/).
1854
1854
  */
1855
1855
  async getPaymentModeCustomConfig(
1856
1856
  { mode, requestHeaders } = { requestHeaders: {} },
@@ -1930,8 +1930,8 @@ class Payment {
1930
1930
  * @param {import("../PlatformAPIClient").Options} - Options
1931
1931
  * @returns {Promise<PaymentPlatformModel.PaymentOptionsResponse>} - Success response
1932
1932
  * @name getPaymentModeRoutes
1933
- * @summary: Get payment mode routes.
1934
- * @description: Retrieve routes and options for payment modes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPaymentModeRoutes/).
1933
+ * @summary: Get payment modes
1934
+ * @description: 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/).
1935
1935
  */
1936
1936
  async getPaymentModeRoutes(
1937
1937
  { refresh, requestType, orderId, shipmentId, requestHeaders } = {
@@ -2024,8 +2024,8 @@ class Payment {
2024
2024
  * @returns {Promise<PaymentPlatformModel.PaymentSessionSerializer>} -
2025
2025
  * Success response
2026
2026
  * @name getPaymentSession
2027
- * @summary: API to get payment session details
2028
- * @description: Use this API to fetch the payment session details for given order ID or Transaction ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPaymentSession/).
2027
+ * @summary: Get payment session
2028
+ * @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/).
2029
2029
  */
2030
2030
  async getPaymentSession(
2031
2031
  { gid, lineItem, requestHeaders } = { requestHeaders: {} },
@@ -2109,8 +2109,8 @@ class Payment {
2109
2109
  * @returns {Promise<PaymentPlatformModel.PaymentModeRouteResponse>} -
2110
2110
  * Success response
2111
2111
  * @name getPosPaymentModeRoutes
2112
- * @summary: Get POS payment mode routes.
2113
- * @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/).
2112
+ * @summary: List POS payment modes
2113
+ * @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/).
2114
2114
  */
2115
2115
  async getPosPaymentModeRoutes(
2116
2116
  {
@@ -2239,8 +2239,8 @@ class Payment {
2239
2239
  * @returns {Promise<PaymentPlatformModel.OrderBeneficiaryResponse>} -
2240
2240
  * Success response
2241
2241
  * @name getUserBeneficiaries
2242
- * @summary: Get user beneficiaries.
2243
- * @description: Retrieve beneficiaries associated with a user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getUserBeneficiaries/).
2242
+ * @summary: Get user beneficiaries
2243
+ * @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/).
2244
2244
  */
2245
2245
  async getUserBeneficiaries(
2246
2246
  { orderId, requestHeaders } = { requestHeaders: {} },
@@ -2317,8 +2317,8 @@ class Payment {
2317
2317
  * @param {import("../PlatformAPIClient").Options} - Options
2318
2318
  * @returns {Promise<PaymentPlatformModel.GetUserCODLimitResponse>} - Success response
2319
2319
  * @name getUserCODlimitRoutes
2320
- * @summary: Get user COD limit routes.
2321
- * @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/).
2320
+ * @summary: Get user COD
2321
+ * @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/).
2322
2322
  */
2323
2323
  async getUserCODlimitRoutes(
2324
2324
  { merchantUserId, mobileNo, requestHeaders } = { requestHeaders: {} },
@@ -2403,8 +2403,8 @@ class Payment {
2403
2403
  * @returns {Promise<PaymentPlatformModel.OrderBeneficiaryResponse>} -
2404
2404
  * Success response
2405
2405
  * @name getUserOrderBeneficiaries
2406
- * @summary: Get user order beneficiaries.
2407
- * @description: Retrieve beneficiaries associated with a user orders. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getUserOrderBeneficiaries/).
2406
+ * @summary: Get user order beneficiaries
2407
+ * @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/).
2408
2408
  */
2409
2409
  async getUserOrderBeneficiaries(
2410
2410
  { orderId, requestHeaders } = { requestHeaders: {} },
@@ -2482,8 +2482,8 @@ class Payment {
2482
2482
  * @returns {Promise<PaymentPlatformModel.PaymentInitializationResponse>} -
2483
2483
  * Success response
2484
2484
  * @name initialisePayment
2485
- * @summary: Initialize payment.
2486
- * @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/).
2485
+ * @summary: Start payment process
2486
+ * @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/).
2487
2487
  */
2488
2488
  async initialisePayment(
2489
2489
  { body, requestHeaders } = { requestHeaders: {} },
@@ -2564,8 +2564,8 @@ class Payment {
2564
2564
  * @returns {Promise<PaymentPlatformModel.MerchantOnBoardingResponse>} -
2565
2565
  * Success response
2566
2566
  * @name merchantOnBoarding
2567
- * @summary: Merchant onboarding for BNPL.
2568
- * @description: Initiate the onboarding process for a merchant. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/merchantOnBoarding/).
2567
+ * @summary: Merchant onboarding for BNPL
2568
+ * @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/).
2569
2569
  */
2570
2570
  async merchantOnBoarding(
2571
2571
  { body, requestHeaders } = { requestHeaders: {} },
@@ -2643,8 +2643,8 @@ class Payment {
2643
2643
  * @param {import("../PlatformAPIClient").Options} - Options
2644
2644
  * @returns {Promise<PaymentPlatformModel.GetOauthUrlResponse>} - Success response
2645
2645
  * @name oauthGetUrl
2646
- * @summary: Get OAuth URL.
2647
- * @description: Retrieve an OAuth URL for PG API authentication. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/oauthGetUrl/).
2646
+ * @summary: Get OAuth URL
2647
+ * @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/).
2648
2648
  */
2649
2649
  async oauthGetUrl(
2650
2650
  { aggregator, successRedirectUrl, failureRedirectUrl, requestHeaders } = {
@@ -2733,8 +2733,8 @@ class Payment {
2733
2733
  * @returns {Promise<PaymentPlatformModel.PlatformPaymentModeResponse>} -
2734
2734
  * Success response
2735
2735
  * @name patchMerchantAggregatorPaymentModeDetails
2736
- * @summary: Patch merchant aggregator payment mode details.
2737
- * @description: swagger not found. so operationId not found - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/patchMerchantAggregatorPaymentModeDetails/).
2736
+ * @summary: Update merchant aggregator payment mode
2737
+ * @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/).
2738
2738
  */
2739
2739
  async patchMerchantAggregatorPaymentModeDetails(
2740
2740
  { aggregatorId, body, requestHeaders } = { requestHeaders: {} },
@@ -2817,8 +2817,8 @@ class Payment {
2817
2817
  * @returns {Promise<PaymentPlatformModel.PlatformPaymentModeResponse>} -
2818
2818
  * Success response
2819
2819
  * @name patchMerchantPaymentOption
2820
- * @summary: Patch merchant payment option
2821
- * @description: To updated online payment as active/inactive or offline payment configuration like cod charges, anonymous cod allowed flags. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/patchMerchantPaymentOption/).
2820
+ * @summary: Update payment gateways and payment mode
2821
+ * @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/).
2822
2822
  */
2823
2823
  async patchMerchantPaymentOption(
2824
2824
  { body, requestHeaders } = { requestHeaders: {} },
@@ -2899,8 +2899,8 @@ class Payment {
2899
2899
  * @returns {Promise<PaymentPlatformModel.PlatformPaymentModeResponse>} -
2900
2900
  * Success response
2901
2901
  * @name patchMerchantPaymentOptionVersion
2902
- * @summary: Update app version required for Payment Mode.
2903
- * @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/).
2902
+ * @summary: Update app version for Aggrgator
2903
+ * @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/).
2904
2904
  */
2905
2905
  async patchMerchantPaymentOptionVersion(
2906
2906
  { aggregatorId, body, requestHeaders } = { requestHeaders: {} },
@@ -2984,8 +2984,8 @@ class Payment {
2984
2984
  * - Success response
2985
2985
  *
2986
2986
  * @name paymentStatusBulk
2987
- * @summary: Payment status bulk.
2988
- * @description: Retrieve the status of multiple payments in bulk. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/paymentStatusBulk/).
2987
+ * @summary: Retrieve status of multiple payments in bulk
2988
+ * @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/).
2989
2989
  */
2990
2990
  async paymentStatusBulk(
2991
2991
  { body, requestHeaders } = { requestHeaders: {} },
@@ -3066,8 +3066,8 @@ class Payment {
3066
3066
  * @returns {Promise<PaymentPlatformModel.PollingPaymentLinkResponse>} -
3067
3067
  * Success response
3068
3068
  * @name pollingPaymentLink
3069
- * @summary: Polling payment link.
3070
- * @description: Continuously check the status of a payment link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/pollingPaymentLink/).
3069
+ * @summary: Poll status of payment link
3070
+ * @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/).
3071
3071
  */
3072
3072
  async pollingPaymentLink(
3073
3073
  { paymentLinkId, requestHeaders } = { requestHeaders: {} },
@@ -3146,8 +3146,8 @@ class Payment {
3146
3146
  * @param {import("../PlatformAPIClient").Options} - Options
3147
3147
  * @returns {Promise<PaymentPlatformModel.RepaymentResponse>} - Success response
3148
3148
  * @name repaymentDetails
3149
- * @summary: Repayment details for BNPL.
3150
- * @description: Retrieve information about repayment transactions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/repaymentDetails/).
3149
+ * @summary: Repayment details for BNPL
3150
+ * @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/).
3151
3151
  */
3152
3152
  async repaymentDetails(
3153
3153
  { body, requestHeaders } = { requestHeaders: {} },
@@ -3228,8 +3228,8 @@ class Payment {
3228
3228
  * @returns {Promise<PaymentPlatformModel.ResendOrCancelPaymentResponse>} -
3229
3229
  * Success response
3230
3230
  * @name resendOrCancelPayment
3231
- * @summary: Resend or cancel payment.
3232
- * @description: Resend or cancel a payment link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/resendOrCancelPayment/).
3231
+ * @summary: Resend or cancel payment
3232
+ * @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/).
3233
3233
  */
3234
3234
  async resendOrCancelPayment(
3235
3235
  { body, requestHeaders } = { requestHeaders: {} },
@@ -3310,8 +3310,8 @@ class Payment {
3310
3310
  * @returns {Promise<PaymentPlatformModel.ResendPaymentLinkResponse>} -
3311
3311
  * Success response
3312
3312
  * @name resendPaymentLink
3313
- * @summary: Resend payment link.
3314
- * @description: Reissue a payment link to a recipient. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/resendPaymentLink/).
3313
+ * @summary: Resend payment link
3314
+ * @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/).
3315
3315
  */
3316
3316
  async resendPaymentLink(
3317
3317
  { body, requestHeaders } = { requestHeaders: {} },
@@ -3389,8 +3389,8 @@ class Payment {
3389
3389
  * @param {import("../PlatformAPIClient").Options} - Options
3390
3390
  * @returns {Promise<PaymentPlatformModel.RevokeOAuthToken>} - Success response
3391
3391
  * @name revokeOauthToken
3392
- * @summary: Revoke OAuth token.
3393
- * @description: Invalidate an OAuth token. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/revokeOauthToken/).
3392
+ * @summary: Revoke OAuth token
3393
+ * @description: Revoke the creds for payment aggregator razropay. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/revokeOauthToken/).
3394
3394
  */
3395
3395
  async revokeOauthToken(
3396
3396
  { aggregator, requestHeaders } = { requestHeaders: {} },
@@ -3471,8 +3471,8 @@ class Payment {
3471
3471
  * @returns {Promise<PaymentPlatformModel.PaymentGatewayToBeReviewed>} -
3472
3472
  * Success response
3473
3473
  * @name saveBrandPaymentGatewayConfig
3474
- * @summary: Save brand payment gateway config.
3475
- * @description: Store and update configuration settings for brand payment gateways. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/saveBrandPaymentGatewayConfig/).
3474
+ * @summary: Save brand payment gateway config
3475
+ * @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/).
3476
3476
  */
3477
3477
  async saveBrandPaymentGatewayConfig(
3478
3478
  { body, requestHeaders } = { requestHeaders: {} },
@@ -3553,8 +3553,8 @@ class Payment {
3553
3553
  * @returns {Promise<PaymentPlatformModel.PlatformPaymentModeResponse>} -
3554
3554
  * Success response
3555
3555
  * @name setMerchantModeControlRoutes
3556
- * @summary: Update offline payment mode details for the merchant
3557
- * @description: Use this API to update given offline / advance payment mode details for the merchant - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/setMerchantModeControlRoutes/).
3556
+ * @summary: Update offline payment mode
3557
+ * @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/).
3558
3558
  */
3559
3559
  async setMerchantModeControlRoutes(
3560
3560
  { mode, body, requestHeaders } = { requestHeaders: {} },
@@ -3638,8 +3638,8 @@ class Payment {
3638
3638
  * - Success response
3639
3639
  *
3640
3640
  * @name setPaymentModeCustomConfig
3641
- * @summary: Update details of advance payment custom configurations of merchant
3642
- * @description: Use this API to update given details of advance payment custom configurations of merchant - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/setPaymentModeCustomConfig/).
3641
+ * @summary: Update advance payment custom configurations
3642
+ * @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/).
3643
3643
  */
3644
3644
  async setPaymentModeCustomConfig(
3645
3645
  { mode, body, requestHeaders } = { requestHeaders: {} },
@@ -3721,8 +3721,8 @@ class Payment {
3721
3721
  * @param {import("../PlatformAPIClient").Options} - Options
3722
3722
  * @returns {Promise<PaymentPlatformModel.SetCODOptionResponse>} - Success response
3723
3723
  * @name setUserCODlimitRoutes
3724
- * @summary: Set user COD limit routes.
3725
- * @description: Configure routes and limits for user COD transactions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/setUserCODlimitRoutes/).
3724
+ * @summary: Set user COD
3725
+ * @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/).
3726
3726
  */
3727
3727
  async setUserCODlimitRoutes(
3728
3728
  { body, requestHeaders } = { requestHeaders: {} },
@@ -3800,8 +3800,8 @@ class Payment {
3800
3800
  * @param {import("../PlatformAPIClient").Options} - Options
3801
3801
  * @returns {Promise<PaymentPlatformModel.EdcDeviceAddResponse>} - Success response
3802
3802
  * @name updateEdcDevice
3803
- * @summary: Update EDC device.
3804
- * @description: Modify the settings and details of an EDC device. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/updateEdcDevice/).
3803
+ * @summary: Update EDC device
3804
+ * @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/).
3805
3805
  */
3806
3806
  async updateEdcDevice(
3807
3807
  { body, requestHeaders } = { requestHeaders: {} },
@@ -3883,8 +3883,8 @@ class Payment {
3883
3883
  * - Success response
3884
3884
  *
3885
3885
  * @name updateMerchantRefundPriority
3886
- * @summary: API to update merchant refund priority
3887
- * @description: API to update merchant refund priority - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/updateMerchantRefundPriority/).
3886
+ * @summary: Update merchant refund priority
3887
+ * @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/).
3888
3888
  */
3889
3889
  async updateMerchantRefundPriority(
3890
3890
  { configType, body, requestHeaders } = { requestHeaders: {} },
@@ -3968,8 +3968,8 @@ class Payment {
3968
3968
  * - Success response
3969
3969
  *
3970
3970
  * @name updatePaymentSession
3971
- * @summary: Update payment session.
3972
- * @description: Modify the details of a payment session. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/updatePaymentSession/).
3971
+ * @summary: Update payment session
3972
+ * @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
3973
  */
3974
3974
  async updatePaymentSession(
3975
3975
  { gid, body, requestHeaders } = { requestHeaders: {} },
@@ -4053,8 +4053,8 @@ class Payment {
4053
4053
  * - Success response
4054
4054
  *
4055
4055
  * @name updateRefundSession
4056
- * @summary: Update refund session.
4057
- * @description: Modify the details of a refund session. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/updateRefundSession/).
4056
+ * @summary: Update refund session
4057
+ * @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/).
4058
4058
  */
4059
4059
  async updateRefundSession(
4060
4060
  { gid, requestId, body, requestHeaders } = { requestHeaders: {} },
@@ -4139,8 +4139,8 @@ class Payment {
4139
4139
  * @returns {Promise<PaymentPlatformModel.ValidateCustomerResponse>} -
4140
4140
  * Success response
4141
4141
  * @name verifyCustomerForPayment
4142
- * @summary: Verify customer for payment.
4143
- * @description: Retrieve a link for making payments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/verifyCustomerForPayment/).
4142
+ * @summary: Validate customer for paylater
4143
+ * @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/).
4144
4144
  */
4145
4145
  async verifyCustomerForPayment(
4146
4146
  { body, requestHeaders } = { requestHeaders: {} },
@@ -626,4 +626,4 @@ type EdcDeviceStatsParam = any;
626
626
  type GetMerchantPaymentOptionParam = any;
627
627
  type GetPGConfigAggregatorsParam = any;
628
628
  type GetPaymentCodeOptionParam = any;
629
- import PaymentPlatformModel = require("./PaymentPlatformModel");
629
+ import PaymentPlatformModel = require("sdk/output/javascript/code/sdk/platform/Payment/PaymentPlatformModel");