@gofynd/fdk-client-javascript 1.4.2-beta.7 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +5 -3
- package/sdk/application/ApplicationAPIClient.d.ts +1 -1
- package/sdk/application/ApplicationAPIClient.js +0 -1
- package/sdk/application/Cart/CartApplicationClient.d.ts +25 -25
- package/sdk/application/Cart/CartApplicationClient.js +25 -25
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +40 -40
- package/sdk/application/Catalog/CatalogApplicationClient.js +40 -40
- package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
- package/sdk/application/Common/CommonApplicationClient.js +2 -2
- package/sdk/application/Communication/CommunicationApplicationClient.d.ts +3 -3
- package/sdk/application/Communication/CommunicationApplicationClient.js +3 -3
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +16 -16
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +16 -16
- package/sdk/application/Content/ContentApplicationClient.d.ts +10 -10
- package/sdk/application/Content/ContentApplicationClient.js +10 -10
- package/sdk/application/Content/ContentApplicationModel.d.ts +18 -18
- package/sdk/application/Content/ContentApplicationModel.js +26 -26
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +2 -2
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +12 -6
- package/sdk/application/Lead/LeadApplicationClient.d.ts +7 -7
- package/sdk/application/Lead/LeadApplicationClient.js +7 -7
- package/sdk/application/Lead/LeadApplicationModel.d.ts +64 -77
- package/sdk/application/Lead/LeadApplicationModel.js +42 -52
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +9 -9
- package/sdk/application/Logistic/LogisticApplicationClient.js +9 -9
- package/sdk/application/Order/OrderApplicationClient.d.ts +12 -12
- package/sdk/application/Order/OrderApplicationClient.js +12 -12
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +47 -47
- package/sdk/application/Payment/PaymentApplicationClient.js +52 -52
- package/sdk/application/Payment/PaymentApplicationModel.d.ts +5 -2
- package/sdk/application/Payment/PaymentApplicationModel.js +4 -2
- package/sdk/application/Payment/PaymentApplicationValidator.d.ts +5 -5
- package/sdk/application/Payment/PaymentApplicationValidator.js +3 -3
- package/sdk/application/PosCart/PosCartApplicationClient.d.ts +27 -27
- package/sdk/application/PosCart/PosCartApplicationClient.js +27 -27
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +6 -6
- package/sdk/application/Rewards/RewardsApplicationClient.js +6 -6
- package/sdk/application/Share/ShareApplicationClient.d.ts +7 -7
- package/sdk/application/Share/ShareApplicationClient.js +7 -7
- package/sdk/application/Share/ShareApplicationModel.d.ts +2 -0
- package/sdk/application/Share/ShareApplicationModel.js +2 -0
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
- package/sdk/application/Theme/ThemeApplicationClient.js +4 -4
- package/sdk/application/Theme/ThemeApplicationModel.d.ts +25 -32
- package/sdk/application/Theme/ThemeApplicationModel.js +30 -40
- package/sdk/application/User/UserApplicationClient.d.ts +28 -28
- package/sdk/application/User/UserApplicationClient.js +28 -28
- package/sdk/application/User/UserApplicationModel.d.ts +44 -13
- package/sdk/application/User/UserApplicationModel.js +17 -13
- package/sdk/common/AxiosHelper.d.ts +1 -1
- package/sdk/common/AxiosHelper.js +38 -17
- package/sdk/common/Clickstream.js +22 -16
- package/sdk/common/curlHelper.js +1 -3
- package/sdk/common/utils.d.ts +15 -0
- package/sdk/common/utils.js +30 -0
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +2 -2
- package/sdk/partner/FileStorage/FileStoragePartnerClient.js +2 -2
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +1 -1
- package/sdk/partner/Lead/LeadPartnerClient.js +1 -1
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +4 -4
- package/sdk/partner/Logistics/LogisticsPartnerClient.js +4 -4
- package/sdk/partner/OAuthClient.d.ts +3 -3
- package/sdk/partner/PartnerAPIClient.d.ts +1 -1
- package/sdk/partner/PartnerAPIClient.js +0 -1
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +19 -19
- package/sdk/partner/Theme/ThemePartnerClient.js +19 -19
- package/sdk/partner/Theme/ThemePartnerModel.d.ts +25 -32
- package/sdk/partner/Theme/ThemePartnerModel.js +30 -40
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +2 -2
- package/sdk/partner/Webhook/WebhookPartnerClient.js +2 -2
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +4 -4
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +4 -4
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +17 -17
- package/sdk/platform/Billing/BillingPlatformClient.js +17 -17
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +49 -49
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +49 -49
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +60 -60
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +62 -62
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +87 -87
- package/sdk/platform/Catalog/CatalogPlatformClient.js +87 -87
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +65 -28
- package/sdk/platform/Catalog/CatalogPlatformModel.js +68 -36
- package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
- package/sdk/platform/Common/CommonPlatformClient.js +2 -2
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +58 -58
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +58 -58
- package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
- package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +12 -0
- package/sdk/platform/Communication/CommunicationPlatformModel.js +12 -0
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +16 -16
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +16 -16
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -0
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +2 -0
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +18 -18
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +18 -18
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +57 -57
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +63 -63
- package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +4 -4
- package/sdk/platform/Content/ContentPlatformApplicationValidator.js +4 -4
- package/sdk/platform/Content/ContentPlatformClient.d.ts +3 -3
- package/sdk/platform/Content/ContentPlatformClient.js +9 -9
- package/sdk/platform/Content/ContentPlatformModel.d.ts +18 -18
- package/sdk/platform/Content/ContentPlatformModel.js +26 -26
- package/sdk/platform/Content/ContentPlatformValidator.d.ts +4 -4
- package/sdk/platform/Content/ContentPlatformValidator.js +4 -4
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +11 -11
- package/sdk/platform/Discount/DiscountPlatformClient.js +11 -11
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +9 -9
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +19 -13
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +8 -8
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +23 -14
- package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +12 -1
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +14 -0
- package/sdk/platform/Finance/FinancePlatformClient.d.ts +27 -27
- package/sdk/platform/Finance/FinancePlatformClient.js +27 -27
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +6 -6
- package/sdk/platform/Lead/LeadPlatformApplicationClient.js +6 -6
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +11 -11
- package/sdk/platform/Lead/LeadPlatformClient.js +11 -11
- package/sdk/platform/Lead/LeadPlatformModel.d.ts +62 -77
- package/sdk/platform/Lead/LeadPlatformModel.js +40 -52
- package/sdk/platform/OAuthClient.d.ts +3 -3
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +2 -2
- package/sdk/platform/Order/OrderPlatformClient.d.ts +41 -41
- package/sdk/platform/Order/OrderPlatformClient.js +41 -41
- package/sdk/platform/Order/OrderPlatformModel.d.ts +8 -2
- package/sdk/platform/Order/OrderPlatformModel.js +8 -2
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +38 -38
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +38 -38
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
- package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
- package/sdk/platform/PlatformAPIClient.d.ts +1 -1
- package/sdk/platform/PlatformAPIClient.js +0 -1
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +9 -9
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +9 -9
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +15 -15
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +15 -15
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2 -2
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +4 -2
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
- package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
- package/sdk/platform/Share/SharePlatformModel.d.ts +2 -0
- package/sdk/platform/Share/SharePlatformModel.js +2 -0
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +28 -28
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +28 -28
- package/sdk/platform/Theme/ThemePlatformClient.d.ts +3 -3
- package/sdk/platform/Theme/ThemePlatformClient.js +3 -3
- package/sdk/platform/Theme/ThemePlatformModel.d.ts +25 -32
- package/sdk/platform/Theme/ThemePlatformModel.js +30 -40
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +16 -16
- package/sdk/platform/User/UserPlatformApplicationClient.js +16 -16
- package/sdk/platform/User/UserPlatformModel.d.ts +48 -13
- package/sdk/platform/User/UserPlatformModel.js +21 -13
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +16 -16
- package/sdk/platform/Webhook/WebhookPlatformClient.js +16 -16
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +2 -2
- package/sdk/platform/Webhook/WebhookPlatformModel.js +1 -1
- package/sdk/public/Billing/BillingPublicClient.d.ts +1 -1
- package/sdk/public/Billing/BillingPublicClient.js +4 -4
- package/sdk/public/Billing/BillingPublicValidator.d.ts +2 -2
- package/sdk/public/Billing/BillingPublicValidator.js +2 -2
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +1 -1
- package/sdk/public/Configuration/ConfigurationPublicClient.js +1 -1
- package/sdk/public/Content/ContentPublicValidator.d.ts +2 -2
- package/sdk/public/Content/ContentPublicValidator.js +3 -3
- package/sdk/public/Inventory/InventoryPublicModel.d.ts +8 -8
- package/sdk/public/Inventory/InventoryPublicModel.js +8 -8
- package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
- package/sdk/public/Partner/PartnerPublicClient.js +1 -1
- package/sdk/public/PublicAPIClient.d.ts +1 -1
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +2 -2
- package/sdk/public/Webhook/WebhookPublicClient.js +2 -2
|
@@ -62,7 +62,7 @@ class Order {
|
|
|
62
62
|
* @returns {Promise<OrderApplicationModel.CustomerDetailsResponse>} -
|
|
63
63
|
* Success response
|
|
64
64
|
* @name getCustomerDetailsByShipmentId
|
|
65
|
-
* @summary: Retrieves shipment customer
|
|
65
|
+
* @summary: Retrieves shipment customer
|
|
66
66
|
* @description: Retrieve customer details such as mobile number using Shipment ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/getCustomerDetailsByShipmentId/).
|
|
67
67
|
*/
|
|
68
68
|
async getCustomerDetailsByShipmentId(
|
|
@@ -143,7 +143,7 @@ class Order {
|
|
|
143
143
|
* @returns {Promise<OrderApplicationModel.ResponseGetInvoiceShipment>} -
|
|
144
144
|
* Success response
|
|
145
145
|
* @name getInvoiceByShipmentId
|
|
146
|
-
* @summary: Retrieves invoice for shipment
|
|
146
|
+
* @summary: Retrieves invoice for shipment
|
|
147
147
|
* @description: Retrieve the invoice corresponding to a specific shipment ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/getInvoiceByShipmentId/).
|
|
148
148
|
*/
|
|
149
149
|
async getInvoiceByShipmentId(
|
|
@@ -223,7 +223,7 @@ class Order {
|
|
|
223
223
|
* @param {import("../ApplicationAPIClient").Options} - Options
|
|
224
224
|
* @returns {Promise<OrderApplicationModel.OrderById>} - Success response
|
|
225
225
|
* @name getOrderById
|
|
226
|
-
* @summary: Fetches order by ID
|
|
226
|
+
* @summary: Fetches order by ID
|
|
227
227
|
* @description: Retrieve order details such as tracking details, shipment, store information using Fynd Order ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/getOrderById/).
|
|
228
228
|
*/
|
|
229
229
|
async getOrderById(
|
|
@@ -302,7 +302,7 @@ class Order {
|
|
|
302
302
|
* @param {import("../ApplicationAPIClient").Options} - Options
|
|
303
303
|
* @returns {Promise<OrderApplicationModel.OrderList>} - Success response
|
|
304
304
|
* @name getOrders
|
|
305
|
-
* @summary: Lists customer orders
|
|
305
|
+
* @summary: Lists customer orders
|
|
306
306
|
* @description: Retrieves all orders associated with a customer account. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/getOrders/).
|
|
307
307
|
*/
|
|
308
308
|
async getOrders(
|
|
@@ -418,7 +418,7 @@ class Order {
|
|
|
418
418
|
* @param {import("../ApplicationAPIClient").Options} - Options
|
|
419
419
|
* @returns {Promise<OrderApplicationModel.OrderById>} - Success response
|
|
420
420
|
* @name getPosOrderById
|
|
421
|
-
* @summary: Retrieves POS order details
|
|
421
|
+
* @summary: Retrieves POS order details
|
|
422
422
|
* @description: Retrieve a POS order and all its details such as tracking details, shipment, store information using Fynd Order ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/getPosOrderById/).
|
|
423
423
|
*/
|
|
424
424
|
async getPosOrderById(
|
|
@@ -496,7 +496,7 @@ class Order {
|
|
|
496
496
|
* @param {import("../ApplicationAPIClient").Options} - Options
|
|
497
497
|
* @returns {Promise<OrderApplicationModel.ShipmentBagReasons>} - Success response
|
|
498
498
|
* @name getShipmentBagReasons
|
|
499
|
-
* @summary: Lists bag reasons
|
|
499
|
+
* @summary: Lists bag reasons
|
|
500
500
|
* @description: Retrieves reasons that led to the cancellation for the status of shipment bags. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/getShipmentBagReasons/).
|
|
501
501
|
*/
|
|
502
502
|
async getShipmentBagReasons(
|
|
@@ -576,7 +576,7 @@ class Order {
|
|
|
576
576
|
* @param {import("../ApplicationAPIClient").Options} - Options
|
|
577
577
|
* @returns {Promise<OrderApplicationModel.ShipmentById>} - Success response
|
|
578
578
|
* @name getShipmentById
|
|
579
|
-
* @summary: Fetches shipment by ID
|
|
579
|
+
* @summary: Fetches shipment by ID
|
|
580
580
|
* @description: Retrieve shipment details such as price breakup, tracking details, store information, etc. using Shipment ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/getShipmentById/).
|
|
581
581
|
*/
|
|
582
582
|
async getShipmentById(
|
|
@@ -655,7 +655,7 @@ class Order {
|
|
|
655
655
|
* @param {import("../ApplicationAPIClient").Options} - Options
|
|
656
656
|
* @returns {Promise<OrderApplicationModel.ShipmentReasons>} - Success response
|
|
657
657
|
* @name getShipmentReasons
|
|
658
|
-
* @summary: Lists shipment reasons
|
|
658
|
+
* @summary: Lists shipment reasons
|
|
659
659
|
* @description: Retrieve reasons explaining various shipment statuses. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/getShipmentReasons/).
|
|
660
660
|
*/
|
|
661
661
|
async getShipmentReasons(
|
|
@@ -734,7 +734,7 @@ class Order {
|
|
|
734
734
|
* @returns {Promise<OrderApplicationModel.SendOtpToCustomerResponse>} -
|
|
735
735
|
* Success response
|
|
736
736
|
* @name sendOtpToShipmentCustomer
|
|
737
|
-
* @summary: Sends OTP to customer
|
|
737
|
+
* @summary: Sends OTP to customer
|
|
738
738
|
* @description: Sends a one-time password (OTP) to the customer for shipment verification. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/sendOtpToShipmentCustomer/).
|
|
739
739
|
*/
|
|
740
740
|
async sendOtpToShipmentCustomer(
|
|
@@ -814,7 +814,7 @@ class Order {
|
|
|
814
814
|
* @param {import("../ApplicationAPIClient").Options} - Options
|
|
815
815
|
* @returns {Promise<OrderApplicationModel.ShipmentTrack>} - Success response
|
|
816
816
|
* @name trackShipment
|
|
817
|
-
* @summary: Tracks shipment status
|
|
817
|
+
* @summary: Tracks shipment status
|
|
818
818
|
* @description: Track Shipment by shipment id, for application based on application Id. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/trackShipment/).
|
|
819
819
|
*/
|
|
820
820
|
async trackShipment(
|
|
@@ -894,7 +894,7 @@ class Order {
|
|
|
894
894
|
* - Success response
|
|
895
895
|
*
|
|
896
896
|
* @name updateShipmentStatus
|
|
897
|
-
* @summary: Updates shipment status
|
|
897
|
+
* @summary: Updates shipment status
|
|
898
898
|
* @description: Modifies the current status of a specific shipment using its shipment ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/updateShipmentStatus/).
|
|
899
899
|
*/
|
|
900
900
|
async updateShipmentStatus(
|
|
@@ -972,7 +972,7 @@ class Order {
|
|
|
972
972
|
* @param {import("../ApplicationAPIClient").Options} - Options
|
|
973
973
|
* @returns {Promise<OrderApplicationModel.VerifyOtpResponse>} - Success response
|
|
974
974
|
* @name verifyOtpShipmentCustomer
|
|
975
|
-
* @summary: Verifies OTP
|
|
975
|
+
* @summary: Verifies OTP
|
|
976
976
|
* @description: Confirms the OTP sent to the shipment customer for verification. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/verifyOtpShipmentCustomer/).
|
|
977
977
|
*/
|
|
978
978
|
async verifyOtpShipmentCustomer(
|
|
@@ -48,7 +48,7 @@ declare class Payment {
|
|
|
48
48
|
verifyIfscCode: string;
|
|
49
49
|
verifyOtpAndAddBeneficiaryForBank: string;
|
|
50
50
|
verifyOtpAndAddBeneficiaryForWallet: string;
|
|
51
|
-
|
|
51
|
+
walletLinkInitiate: string;
|
|
52
52
|
};
|
|
53
53
|
_urls: {};
|
|
54
54
|
updateUrls(urls: any): void;
|
|
@@ -59,7 +59,7 @@ declare class Payment {
|
|
|
59
59
|
* @returns {Promise<PaymentApplicationModel.RefundAccountResponse>} -
|
|
60
60
|
* Success response
|
|
61
61
|
* @name addBeneficiaryDetails
|
|
62
|
-
* @summary: Add beneficiary
|
|
62
|
+
* @summary: Add beneficiary
|
|
63
63
|
* @description: Adds beneficiary details for future transactions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/addBeneficiaryDetails/).
|
|
64
64
|
*/
|
|
65
65
|
addBeneficiaryDetails({ body, requestHeaders }?: PaymentApplicationValidator.AddBeneficiaryDetailsParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.RefundAccountResponse>;
|
|
@@ -72,7 +72,7 @@ declare class Payment {
|
|
|
72
72
|
* @returns {Promise<PaymentApplicationModel.RefundAccountResponse>} -
|
|
73
73
|
* Success response
|
|
74
74
|
* @name addRefundBankAccountUsingOTP
|
|
75
|
-
* @summary: Add refund account
|
|
75
|
+
* @summary: Add refund account
|
|
76
76
|
* @description: Adds a bank account for refunds using OTP verification. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/addRefundBankAccountUsingOTP/).
|
|
77
77
|
*/
|
|
78
78
|
addRefundBankAccountUsingOTP({ body, requestHeaders }?: PaymentApplicationValidator.AddRefundBankAccountUsingOTPParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.RefundAccountResponse>;
|
|
@@ -82,7 +82,7 @@ declare class Payment {
|
|
|
82
82
|
* @param {import("../ApplicationAPIClient").Options} - Options
|
|
83
83
|
* @returns {Promise<PaymentApplicationModel.AttachCardsResponse>} - Success response
|
|
84
84
|
* @name attachCardToCustomer
|
|
85
|
-
* @summary: Attach card to user
|
|
85
|
+
* @summary: Attach card to user
|
|
86
86
|
* @description: Links a payment card to a customer's account. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/attachCardToCustomer/).
|
|
87
87
|
*/
|
|
88
88
|
attachCardToCustomer({ body, requestHeaders }?: PaymentApplicationValidator.AttachCardToCustomerParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.AttachCardsResponse>;
|
|
@@ -93,7 +93,7 @@ declare class Payment {
|
|
|
93
93
|
* @returns {Promise<PaymentApplicationModel.CancelPaymentLinkResponse>} -
|
|
94
94
|
* Success response
|
|
95
95
|
* @name cancelPaymentLink
|
|
96
|
-
* @summary: Cancel link
|
|
96
|
+
* @summary: Cancel link
|
|
97
97
|
* @description: Cancels a previously generated payment link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/cancelPaymentLink/).
|
|
98
98
|
*/
|
|
99
99
|
cancelPaymentLink({ body, requestHeaders }?: PaymentApplicationValidator.CancelPaymentLinkParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.CancelPaymentLinkResponse>;
|
|
@@ -103,7 +103,7 @@ declare class Payment {
|
|
|
103
103
|
* @param {import("../ApplicationAPIClient").Options} - Options
|
|
104
104
|
* @returns {Promise<PaymentApplicationModel.CardDetailsResponse>} - Success response
|
|
105
105
|
* @name cardDetails
|
|
106
|
-
* @summary: Fetch card details
|
|
106
|
+
* @summary: Fetch card details
|
|
107
107
|
* @description: Gets the details of a specified payment card. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/cardDetails/).
|
|
108
108
|
*/
|
|
109
109
|
cardDetails({ cardInfo, aggregator, requestHeaders }?: PaymentApplicationValidator.CardDetailsParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.CardDetailsResponse>;
|
|
@@ -117,7 +117,7 @@ declare class Payment {
|
|
|
117
117
|
* - Success response
|
|
118
118
|
*
|
|
119
119
|
* @name checkAndUpdatePaymentStatus
|
|
120
|
-
* @summary: Update payment status
|
|
120
|
+
* @summary: Update payment status
|
|
121
121
|
* @description: Checks and updates the current status of a payment. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/checkAndUpdatePaymentStatus/).
|
|
122
122
|
*/
|
|
123
123
|
checkAndUpdatePaymentStatus({ body, requestHeaders }?: PaymentApplicationValidator.CheckAndUpdatePaymentStatusParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.PaymentStatusUpdateResponse>;
|
|
@@ -131,7 +131,7 @@ declare class Payment {
|
|
|
131
131
|
* - Success response
|
|
132
132
|
*
|
|
133
133
|
* @name checkAndUpdatePaymentStatusPaymentLink
|
|
134
|
-
* @summary: Update link status
|
|
134
|
+
* @summary: Update link status
|
|
135
135
|
* @description: Checks and updates the status of payment via a link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/checkAndUpdatePaymentStatusPaymentLink/).
|
|
136
136
|
*/
|
|
137
137
|
checkAndUpdatePaymentStatusPaymentLink({ body, requestHeaders }?: PaymentApplicationValidator.CheckAndUpdatePaymentStatusPaymentLinkParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.PaymentStatusUpdateResponse>;
|
|
@@ -141,7 +141,7 @@ declare class Payment {
|
|
|
141
141
|
* @param {import("../ApplicationAPIClient").Options} - Options
|
|
142
142
|
* @returns {Promise<PaymentApplicationModel.CheckCreditResponse>} - Success response
|
|
143
143
|
* @name checkCredit
|
|
144
|
-
* @summary: Verify credit
|
|
144
|
+
* @summary: Verify credit
|
|
145
145
|
* @description: Checks the availability and status of customer credit. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/checkCredit/).
|
|
146
146
|
*/
|
|
147
147
|
checkCredit({ aggregator, requestHeaders }?: PaymentApplicationValidator.CheckCreditParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.CheckCreditResponse>;
|
|
@@ -154,7 +154,7 @@ declare class Payment {
|
|
|
154
154
|
* @returns {Promise<PaymentApplicationModel.CreateOrderUserResponse>} -
|
|
155
155
|
* Success response
|
|
156
156
|
* @name createOrderHandlerPaymentLink
|
|
157
|
-
* @summary: Order via link
|
|
157
|
+
* @summary: Order via link
|
|
158
158
|
* @description: Creates an order handler for payment through a link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/createOrderHandlerPaymentLink/).
|
|
159
159
|
*/
|
|
160
160
|
createOrderHandlerPaymentLink({ body, requestHeaders }?: PaymentApplicationValidator.CreateOrderHandlerPaymentLinkParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.CreateOrderUserResponse>;
|
|
@@ -165,7 +165,7 @@ declare class Payment {
|
|
|
165
165
|
* @returns {Promise<PaymentApplicationModel.CreatePaymentLinkResponse>} -
|
|
166
166
|
* Success response
|
|
167
167
|
* @name createPaymentLink
|
|
168
|
-
* @summary: Create payment link
|
|
168
|
+
* @summary: Create payment link
|
|
169
169
|
* @description: Generates a new payment link for transactions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/createPaymentLink/).
|
|
170
170
|
*/
|
|
171
171
|
createPaymentLink({ body, requestHeaders }?: PaymentApplicationValidator.CreatePaymentLinkParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.CreatePaymentLinkResponse>;
|
|
@@ -187,7 +187,7 @@ declare class Payment {
|
|
|
187
187
|
* - Success response
|
|
188
188
|
*
|
|
189
189
|
* @name customerCreditSummary
|
|
190
|
-
* @summary: Credit summary
|
|
190
|
+
* @summary: Credit summary
|
|
191
191
|
* @description: Retrieves a summary of the customer's credit details. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/customerCreditSummary/).
|
|
192
192
|
*/
|
|
193
193
|
customerCreditSummary({ aggregator, requestHeaders }?: PaymentApplicationValidator.CustomerCreditSummaryParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.CustomerCreditSummaryResponse>;
|
|
@@ -198,7 +198,7 @@ declare class Payment {
|
|
|
198
198
|
* @returns {Promise<PaymentApplicationModel.CustomerOnboardingResponse>} -
|
|
199
199
|
* Success response
|
|
200
200
|
* @name customerOnboard
|
|
201
|
-
* @summary: Onboard customer
|
|
201
|
+
* @summary: Onboard customer
|
|
202
202
|
* @description: Initiates the onboarding process for payment services. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/customerOnboard/).
|
|
203
203
|
*/
|
|
204
204
|
customerOnboard({ body, requestHeaders }?: PaymentApplicationValidator.CustomerOnboardParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.CustomerOnboardingResponse>;
|
|
@@ -208,7 +208,7 @@ declare class Payment {
|
|
|
208
208
|
* @param {import("../ApplicationAPIClient").Options} - Options
|
|
209
209
|
* @returns {Promise<PaymentApplicationModel.DeleteCardsResponse>} - Success response
|
|
210
210
|
* @name deleteUserCard
|
|
211
|
-
* @summary: Remove user's card
|
|
211
|
+
* @summary: Remove user's card
|
|
212
212
|
* @description: Deletes a payment card from the user's account. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/deleteUserCard/).
|
|
213
213
|
*/
|
|
214
214
|
deleteUserCard({ body, requestHeaders }?: PaymentApplicationValidator.DeleteUserCardParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.DeleteCardsResponse>;
|
|
@@ -232,7 +232,7 @@ declare class Payment {
|
|
|
232
232
|
* - Success response
|
|
233
233
|
*
|
|
234
234
|
* @name enableOrDisableRefundTransferMode
|
|
235
|
-
* @summary: Toggle refund mode
|
|
235
|
+
* @summary: Toggle refund mode
|
|
236
236
|
* @description: Enables or disables a particular refund transfer mode. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/enableOrDisableRefundTransferMode/).
|
|
237
237
|
*/
|
|
238
238
|
enableOrDisableRefundTransferMode({ body, requestHeaders }?: PaymentApplicationValidator.EnableOrDisableRefundTransferModeParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.UpdateRefundTransferModeResponse>;
|
|
@@ -244,7 +244,7 @@ declare class Payment {
|
|
|
244
244
|
* - Success response
|
|
245
245
|
*
|
|
246
246
|
* @name getActiveCardAggregator
|
|
247
|
-
* @summary: Active card info
|
|
247
|
+
* @summary: Active card info
|
|
248
248
|
* @description: Gets the active card aggregator for the user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getActiveCardAggregator/).
|
|
249
249
|
*/
|
|
250
250
|
getActiveCardAggregator({ refresh, requestHeaders }?: PaymentApplicationValidator.GetActiveCardAggregatorParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.ActiveCardPaymentGatewayResponse>;
|
|
@@ -256,7 +256,7 @@ declare class Payment {
|
|
|
256
256
|
* @param {import("../ApplicationAPIClient").Options} - Options
|
|
257
257
|
* @returns {Promise<PaymentApplicationModel.TransferModeResponse>} - Success response
|
|
258
258
|
* @name getActiveRefundTransferModes
|
|
259
|
-
* @summary: Refund modes
|
|
259
|
+
* @summary: Refund modes
|
|
260
260
|
* @description: Lists the active transfer modes for refunds. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getActiveRefundTransferModes/).
|
|
261
261
|
*/
|
|
262
262
|
getActiveRefundTransferModes({ requestHeaders }?: any, { responseHeaders }?: object): Promise<PaymentApplicationModel.TransferModeResponse>;
|
|
@@ -266,7 +266,7 @@ declare class Payment {
|
|
|
266
266
|
* @param {import("../ApplicationAPIClient").Options} - Options
|
|
267
267
|
* @returns {Promise<PaymentApplicationModel.ListCardsResponse>} - Success response
|
|
268
268
|
* @name getActiveUserCards
|
|
269
|
-
* @summary: List user's cards
|
|
269
|
+
* @summary: List user's cards
|
|
270
270
|
* @description: Retrieves all active cards linked to a user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getActiveUserCards/).
|
|
271
271
|
*/
|
|
272
272
|
getActiveUserCards({ forceRefresh, requestHeaders }?: PaymentApplicationValidator.GetActiveUserCardsParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.ListCardsResponse>;
|
|
@@ -278,7 +278,7 @@ declare class Payment {
|
|
|
278
278
|
* - Success response
|
|
279
279
|
*
|
|
280
280
|
* @name getAggregatorsConfig
|
|
281
|
-
* @summary: Fetch payment aggregators
|
|
281
|
+
* @summary: Fetch payment aggregators
|
|
282
282
|
* @description: Retrieves configuration details for available payment aggregators. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getAggregatorsConfig/).
|
|
283
283
|
*/
|
|
284
284
|
getAggregatorsConfig({ xApiToken, refresh, requestHeaders }?: PaymentApplicationValidator.GetAggregatorsConfigParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.AggregatorsConfigDetailResponse>;
|
|
@@ -291,7 +291,7 @@ declare class Payment {
|
|
|
291
291
|
* @returns {Promise<PaymentApplicationModel.EpaylaterBannerResponse>} -
|
|
292
292
|
* Success response
|
|
293
293
|
* @name getEpaylaterBannerDetails
|
|
294
|
-
* @summary: Epay banner info
|
|
294
|
+
* @summary: Epay banner info
|
|
295
295
|
* @description: Gets details for displaying the Epaylater payment banner. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getEpaylaterBannerDetails/).
|
|
296
296
|
*/
|
|
297
297
|
getEpaylaterBannerDetails({ requestHeaders }?: any, { responseHeaders }?: object): Promise<PaymentApplicationModel.EpaylaterBannerResponse>;
|
|
@@ -304,7 +304,7 @@ declare class Payment {
|
|
|
304
304
|
* @returns {Promise<PaymentApplicationModel.OrderBeneficiaryResponse>} -
|
|
305
305
|
* Success response
|
|
306
306
|
* @name getOrderBeneficiariesDetail
|
|
307
|
-
* @summary: Order beneficiaries
|
|
307
|
+
* @summary: Order beneficiaries
|
|
308
308
|
* @description: Retrieve the beneficiary details related to an order. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getOrderBeneficiariesDetail/).
|
|
309
309
|
*/
|
|
310
310
|
getOrderBeneficiariesDetail({ orderId, requestHeaders }?: PaymentApplicationValidator.GetOrderBeneficiariesDetailParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.OrderBeneficiaryResponse>;
|
|
@@ -315,7 +315,7 @@ declare class Payment {
|
|
|
315
315
|
* @returns {Promise<PaymentApplicationModel.GetPaymentLinkResponse>} -
|
|
316
316
|
* Success response
|
|
317
317
|
* @name getPaymentLink
|
|
318
|
-
* @summary: Fetch payment link
|
|
318
|
+
* @summary: Fetch payment link
|
|
319
319
|
* @description: Retrieves a generated payment link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getPaymentLink/).
|
|
320
320
|
*/
|
|
321
321
|
getPaymentLink({ paymentLinkId, requestHeaders }?: PaymentApplicationValidator.GetPaymentLinkParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.GetPaymentLinkResponse>;
|
|
@@ -326,7 +326,7 @@ declare class Payment {
|
|
|
326
326
|
* @returns {Promise<PaymentApplicationModel.PaymentModeRouteResponse>} -
|
|
327
327
|
* Success response
|
|
328
328
|
* @name getPaymentModeRoutes
|
|
329
|
-
* @summary: Get payment modes
|
|
329
|
+
* @summary: Get payment modes
|
|
330
330
|
* @description: Lists the payment mode options and their routing details. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getPaymentModeRoutes/).
|
|
331
331
|
*/
|
|
332
332
|
getPaymentModeRoutes({ amount, cartId, checkoutMode, refresh, orderId, cardReference, userDetails, displaySplit, advancePayment, shipmentId, requestHeaders, }?: PaymentApplicationValidator.GetPaymentModeRoutesParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.PaymentModeRouteResponse>;
|
|
@@ -339,7 +339,7 @@ declare class Payment {
|
|
|
339
339
|
* @returns {Promise<PaymentApplicationModel.PaymentModeRouteResponse>} -
|
|
340
340
|
* Success response
|
|
341
341
|
* @name getPaymentModeRoutesPaymentLink
|
|
342
|
-
* @summary: Payment link modes
|
|
342
|
+
* @summary: Payment link modes
|
|
343
343
|
* @description: Lists payment modes available for a given payment link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getPaymentModeRoutesPaymentLink/).
|
|
344
344
|
*/
|
|
345
345
|
getPaymentModeRoutesPaymentLink({ paymentLinkId, requestHeaders }?: PaymentApplicationValidator.GetPaymentModeRoutesPaymentLinkParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.PaymentModeRouteResponse>;
|
|
@@ -350,7 +350,7 @@ declare class Payment {
|
|
|
350
350
|
* @returns {Promise<PaymentApplicationModel.PaymentModeRouteResponse>} -
|
|
351
351
|
* Success response
|
|
352
352
|
* @name getPosPaymentModeRoutes
|
|
353
|
-
* @summary: POS payment modes
|
|
353
|
+
* @summary: POS payment modes
|
|
354
354
|
* @description: Lists payment modes available for Point-of-Sale (POS). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getPosPaymentModeRoutes/).
|
|
355
355
|
*/
|
|
356
356
|
getPosPaymentModeRoutes({ amount, pincode, orderType, cartId, checkoutMode, refresh, cardReference, userDetails, requestHeaders, }?: PaymentApplicationValidator.GetPosPaymentModeRoutesParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.PaymentModeRouteResponse>;
|
|
@@ -360,7 +360,7 @@ declare class Payment {
|
|
|
360
360
|
* @param {import("../ApplicationAPIClient").Options} - Options
|
|
361
361
|
* @returns {Promise<PaymentApplicationModel.RupifiBannerResponse>} - Success response
|
|
362
362
|
* @name getRupifiBannerDetails
|
|
363
|
-
* @summary: Rupifi banner info
|
|
363
|
+
* @summary: Rupifi banner info
|
|
364
364
|
* @description: Retrieve details for displaying the Rupifi payment banner. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getRupifiBannerDetails/).
|
|
365
365
|
*/
|
|
366
366
|
getRupifiBannerDetails({ requestHeaders }?: any, { responseHeaders }?: object): Promise<PaymentApplicationModel.RupifiBannerResponse>;
|
|
@@ -373,7 +373,7 @@ declare class Payment {
|
|
|
373
373
|
* @returns {Promise<PaymentApplicationModel.OrderBeneficiaryResponse>} -
|
|
374
374
|
* Success response
|
|
375
375
|
* @name getUserBeneficiariesDetail
|
|
376
|
-
* @summary: Beneficiary info
|
|
376
|
+
* @summary: Beneficiary info
|
|
377
377
|
* @description: Retrieves details of beneficiaries linked to the user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getUserBeneficiariesDetail/).
|
|
378
378
|
*/
|
|
379
379
|
getUserBeneficiariesDetail({ orderId, requestHeaders }?: PaymentApplicationValidator.GetUserBeneficiariesDetailParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.OrderBeneficiaryResponse>;
|
|
@@ -385,7 +385,7 @@ declare class Payment {
|
|
|
385
385
|
* - Success response
|
|
386
386
|
*
|
|
387
387
|
* @name initialisePayment
|
|
388
|
-
* @summary: Start payment process
|
|
388
|
+
* @summary: Start payment process
|
|
389
389
|
* @description: Initializes the payment procedure for an order. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/initialisePayment/).
|
|
390
390
|
*/
|
|
391
391
|
initialisePayment({ body, requestHeaders }?: PaymentApplicationValidator.InitialisePaymentParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.PaymentInitializationResponse>;
|
|
@@ -399,7 +399,7 @@ declare class Payment {
|
|
|
399
399
|
* - Success response
|
|
400
400
|
*
|
|
401
401
|
* @name initialisePaymentPaymentLink
|
|
402
|
-
* @summary: Initialise link payment
|
|
402
|
+
* @summary: Initialise link payment
|
|
403
403
|
* @description: Initializes payment for an order via a payment link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/initialisePaymentPaymentLink/).
|
|
404
404
|
*/
|
|
405
405
|
initialisePaymentPaymentLink({ body, requestHeaders }?: PaymentApplicationValidator.InitialisePaymentPaymentLinkParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.PaymentInitializationResponse>;
|
|
@@ -421,7 +421,7 @@ declare class Payment {
|
|
|
421
421
|
* - Success response
|
|
422
422
|
*
|
|
423
423
|
* @name outstandingOrderDetails
|
|
424
|
-
* @summary: Outstanding orders
|
|
424
|
+
* @summary: Outstanding orders
|
|
425
425
|
* @description: Lists details of orders with outstanding payments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/outstandingOrderDetails/).
|
|
426
426
|
*/
|
|
427
427
|
outstandingOrderDetails({ aggregator, requestHeaders }?: PaymentApplicationValidator.OutstandingOrderDetailsParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.OutstandingOrderDetailsResponse>;
|
|
@@ -432,7 +432,7 @@ declare class Payment {
|
|
|
432
432
|
* @returns {Promise<PaymentApplicationModel.PaidOrderDetailsResponse>} -
|
|
433
433
|
* Success response
|
|
434
434
|
* @name paidOrderDetails
|
|
435
|
-
* @summary: Paid orders
|
|
435
|
+
* @summary: Paid orders
|
|
436
436
|
* @description: Retrieves details of orders that have been paid for. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/paidOrderDetails/).
|
|
437
437
|
*/
|
|
438
438
|
paidOrderDetails({ aggregator, requestHeaders }?: PaymentApplicationValidator.PaidOrderDetailsParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.PaidOrderDetailsResponse>;
|
|
@@ -443,7 +443,7 @@ declare class Payment {
|
|
|
443
443
|
* @returns {Promise<PaymentApplicationModel.PollingPaymentLinkResponse>} -
|
|
444
444
|
* Success response
|
|
445
445
|
* @name pollingPaymentLink
|
|
446
|
-
* @summary: Poll payment link
|
|
446
|
+
* @summary: Poll payment link
|
|
447
447
|
* @description: Polls the status of a payment link for updates. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/pollingPaymentLink/).
|
|
448
448
|
*/
|
|
449
449
|
pollingPaymentLink({ paymentLinkId, requestHeaders }?: PaymentApplicationValidator.PollingPaymentLinkParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.PollingPaymentLinkResponse>;
|
|
@@ -455,7 +455,7 @@ declare class Payment {
|
|
|
455
455
|
* - Success response
|
|
456
456
|
*
|
|
457
457
|
* @name redirectToAggregator
|
|
458
|
-
* @summary: Redirect for payment
|
|
458
|
+
* @summary: Redirect for payment
|
|
459
459
|
* @description: Redirects the user to the payment aggregator's interface. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/redirectToAggregator/).
|
|
460
460
|
*/
|
|
461
461
|
redirectToAggregator({ source, aggregator, requestHeaders }?: PaymentApplicationValidator.RedirectToAggregatorParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.RedirectToAggregatorResponse>;
|
|
@@ -465,7 +465,7 @@ declare class Payment {
|
|
|
465
465
|
* @param {import("../ApplicationAPIClient").Options} - Options
|
|
466
466
|
* @returns {Promise<PaymentApplicationModel.renderHTMLResponse>} - Success response
|
|
467
467
|
* @name renderHTML
|
|
468
|
-
* @summary: Render HTML
|
|
468
|
+
* @summary: Render HTML
|
|
469
469
|
* @description: Generates HTML for payment-related interfaces. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/renderHTML/).
|
|
470
470
|
*/
|
|
471
471
|
renderHTML({ body, requestHeaders }?: PaymentApplicationValidator.RenderHTMLParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.renderHTMLResponse>;
|
|
@@ -477,7 +477,7 @@ declare class Payment {
|
|
|
477
477
|
* - Success response
|
|
478
478
|
*
|
|
479
479
|
* @name resendOrCancelPayment
|
|
480
|
-
* @summary: Manage payment
|
|
480
|
+
* @summary: Manage payment
|
|
481
481
|
* @description: Resends or cancels a pending payment transaction. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/resendOrCancelPayment/).
|
|
482
482
|
*/
|
|
483
483
|
resendOrCancelPayment({ body, requestHeaders }?: PaymentApplicationValidator.ResendOrCancelPaymentParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.ResendOrCancelPaymentResponse>;
|
|
@@ -488,7 +488,7 @@ declare class Payment {
|
|
|
488
488
|
* @returns {Promise<PaymentApplicationModel.ResendPaymentLinkResponse>} -
|
|
489
489
|
* Success response
|
|
490
490
|
* @name resendPaymentLink
|
|
491
|
-
* @summary: Resend link
|
|
491
|
+
* @summary: Resend link
|
|
492
492
|
* @description: Resends an existing payment link to the user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/resendPaymentLink/).
|
|
493
493
|
*/
|
|
494
494
|
resendPaymentLink({ body, requestHeaders }?: PaymentApplicationValidator.ResendPaymentLinkParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.ResendPaymentLinkResponse>;
|
|
@@ -501,7 +501,7 @@ declare class Payment {
|
|
|
501
501
|
* - Success response
|
|
502
502
|
*
|
|
503
503
|
* @name updateDefaultBeneficiary
|
|
504
|
-
* @summary: Set default beneficiary
|
|
504
|
+
* @summary: Set default beneficiary
|
|
505
505
|
* @description: Updates the default beneficiary for the user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/updateDefaultBeneficiary/).
|
|
506
506
|
*/
|
|
507
507
|
updateDefaultBeneficiary({ body, requestHeaders }?: PaymentApplicationValidator.UpdateDefaultBeneficiaryParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.SetDefaultBeneficiaryResponse>;
|
|
@@ -511,7 +511,7 @@ declare class Payment {
|
|
|
511
511
|
* @param {import("../ApplicationAPIClient").Options} - Options
|
|
512
512
|
* @returns {Promise<PaymentApplicationModel.ValidateVPAResponse>} - Success response
|
|
513
513
|
* @name validateVPA
|
|
514
|
-
* @summary: Validate VPA
|
|
514
|
+
* @summary: Validate VPA
|
|
515
515
|
* @description: Checks the validity of a Virtual Payment Address (VPA). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/validateVPA/).
|
|
516
516
|
*/
|
|
517
517
|
validateVPA({ body, requestHeaders }?: PaymentApplicationValidator.ValidateVPAParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.ValidateVPAResponse>;
|
|
@@ -522,7 +522,7 @@ declare class Payment {
|
|
|
522
522
|
* @returns {Promise<PaymentApplicationModel.ChargeCustomerResponse>} -
|
|
523
523
|
* Success response
|
|
524
524
|
* @name verifyAndChargePayment
|
|
525
|
-
* @summary: Verify and charge
|
|
525
|
+
* @summary: Verify and charge
|
|
526
526
|
* @description: Validates and processes a payment transaction. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/verifyAndChargePayment/).
|
|
527
527
|
*/
|
|
528
528
|
verifyAndChargePayment({ body, requestHeaders }?: PaymentApplicationValidator.VerifyAndChargePaymentParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.ChargeCustomerResponse>;
|
|
@@ -534,7 +534,7 @@ declare class Payment {
|
|
|
534
534
|
* @returns {Promise<PaymentApplicationModel.ValidateCustomerResponse>} -
|
|
535
535
|
* Success response
|
|
536
536
|
* @name verifyCustomerForPayment
|
|
537
|
-
* @summary: Verify payment customer
|
|
537
|
+
* @summary: Verify payment customer
|
|
538
538
|
* @description: Checks the user's validity for proceeding with payment. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/verifyCustomerForPayment/).
|
|
539
539
|
*/
|
|
540
540
|
verifyCustomerForPayment({ body, requestHeaders }?: PaymentApplicationValidator.VerifyCustomerForPaymentParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.ValidateCustomerResponse>;
|
|
@@ -544,7 +544,7 @@ declare class Payment {
|
|
|
544
544
|
* @param {import("../ApplicationAPIClient").Options} - Options
|
|
545
545
|
* @returns {Promise<PaymentApplicationModel.IfscCodeResponse>} - Success response
|
|
546
546
|
* @name verifyIfscCode
|
|
547
|
-
* @summary: Verify IFSC
|
|
547
|
+
* @summary: Verify IFSC
|
|
548
548
|
* @description: Checks the validity of an IFSC code for bank transactions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/verifyIfscCode/).
|
|
549
549
|
*/
|
|
550
550
|
verifyIfscCode({ ifscCode, requestHeaders }?: PaymentApplicationValidator.VerifyIfscCodeParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.IfscCodeResponse>;
|
|
@@ -558,7 +558,7 @@ declare class Payment {
|
|
|
558
558
|
* - Success response
|
|
559
559
|
*
|
|
560
560
|
* @name verifyOtpAndAddBeneficiaryForBank
|
|
561
|
-
* @summary: Verify OTP for bank
|
|
561
|
+
* @summary: Verify OTP for bank
|
|
562
562
|
* @description: Confirms OTP and adds a bank beneficiary. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/verifyOtpAndAddBeneficiaryForBank/).
|
|
563
563
|
*/
|
|
564
564
|
verifyOtpAndAddBeneficiaryForBank({ body, requestHeaders }?: PaymentApplicationValidator.VerifyOtpAndAddBeneficiaryForBankParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.AddBeneficiaryViaOtpVerificationResponse>;
|
|
@@ -570,20 +570,20 @@ declare class Payment {
|
|
|
570
570
|
* @param {import("../ApplicationAPIClient").Options} - Options
|
|
571
571
|
* @returns {Promise<PaymentApplicationModel.WalletOtpResponse>} - Success response
|
|
572
572
|
* @name verifyOtpAndAddBeneficiaryForWallet
|
|
573
|
-
* @summary: Verify OTP for wallet
|
|
573
|
+
* @summary: Verify OTP for wallet
|
|
574
574
|
* @description: Confirms OTP and adds a wallet beneficiary. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/verifyOtpAndAddBeneficiaryForWallet/).
|
|
575
575
|
*/
|
|
576
576
|
verifyOtpAndAddBeneficiaryForWallet({ body, requestHeaders }?: PaymentApplicationValidator.VerifyOtpAndAddBeneficiaryForWalletParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.WalletOtpResponse>;
|
|
577
577
|
/**
|
|
578
|
-
* @param {PaymentApplicationValidator.
|
|
578
|
+
* @param {PaymentApplicationValidator.WalletLinkInitiateParam} arg - Arg object.
|
|
579
579
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
580
580
|
* @param {import("../ApplicationAPIClient").Options} - Options
|
|
581
581
|
* @returns {Promise<PaymentApplicationModel.WalletResponseSchema>} - Success response
|
|
582
|
-
* @name
|
|
582
|
+
* @name walletLinkInitiate
|
|
583
583
|
* @summary: Initiate linking of wallet
|
|
584
|
-
* @description: It will initiate linking of wallet for the aggregator. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/
|
|
584
|
+
* @description: It will initiate linking of wallet for the aggregator. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/walletLinkInitiate/).
|
|
585
585
|
*/
|
|
586
|
-
|
|
586
|
+
walletLinkInitiate({ body, requestHeaders }?: PaymentApplicationValidator.WalletLinkInitiateParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.WalletResponseSchema>;
|
|
587
587
|
}
|
|
588
588
|
import PaymentApplicationValidator = require("./PaymentApplicationValidator");
|
|
589
589
|
import PaymentApplicationModel = require("./PaymentApplicationModel");
|