@finverse/sdk-typescript 0.0.373 → 0.0.374
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 +378 -212
- package/dist/api.d.ts +0 -261
- package/dist/api.js +0 -490
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -10498,12 +10498,6 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
10498
10498
|
* @throws {RequiredError}
|
|
10499
10499
|
*/
|
|
10500
10500
|
cancelPayout: (payoutId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10501
|
-
/**
|
|
10502
|
-
* Initiate change payment method from payment link front-end
|
|
10503
|
-
* @param {*} [options] Override http request option.
|
|
10504
|
-
* @throws {RequiredError}
|
|
10505
|
-
*/
|
|
10506
|
-
changePaymentMethodPaymentLink: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10507
10501
|
/**
|
|
10508
10502
|
* Complete a KCP payment
|
|
10509
10503
|
* @param {CompleteKcpPaymentRequest} completeKcpPaymentRequest Parameters from the KCP SDK callback to complete the payment
|
|
@@ -10555,12 +10549,6 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
10555
10549
|
* @throws {RequiredError}
|
|
10556
10550
|
*/
|
|
10557
10551
|
createScheduledPayout: (idempotencyKey: string, createScheduledPayoutRequest: CreateScheduledPayoutRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10558
|
-
/**
|
|
10559
|
-
* Demote payment attempt
|
|
10560
|
-
* @param {*} [options] Override http request option.
|
|
10561
|
-
* @throws {RequiredError}
|
|
10562
|
-
*/
|
|
10563
|
-
demotePaymentAttempt: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10564
10552
|
/**
|
|
10565
10553
|
* Download the balance statement for the ledger (CSV)
|
|
10566
10554
|
* @param {string} [dateFrom] ISO format (YYYY-MM-DD)
|
|
@@ -10596,18 +10584,6 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
10596
10584
|
* @throws {RequiredError}
|
|
10597
10585
|
*/
|
|
10598
10586
|
getPaymentMethod: (paymentMethodId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10599
|
-
/**
|
|
10600
|
-
* Get payment method in payment link flow
|
|
10601
|
-
* @param {*} [options] Override http request option.
|
|
10602
|
-
* @throws {RequiredError}
|
|
10603
|
-
*/
|
|
10604
|
-
getPaymentMethodPaymentLink: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10605
|
-
/**
|
|
10606
|
-
* Get payment (if exists) on the payment link for front-end
|
|
10607
|
-
* @param {*} [options] Override http request option.
|
|
10608
|
-
* @throws {RequiredError}
|
|
10609
|
-
*/
|
|
10610
|
-
getPaymentPaymentLink: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10611
10587
|
/**
|
|
10612
10588
|
* Get payout by payout_id
|
|
10613
10589
|
* @param {string} payoutId payout id
|
|
@@ -10615,18 +10591,6 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
10615
10591
|
* @throws {RequiredError}
|
|
10616
10592
|
*/
|
|
10617
10593
|
getPayoutById: (payoutId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10618
|
-
/**
|
|
10619
|
-
* Get sender payment user in payment link flow
|
|
10620
|
-
* @param {*} [options] Override http request option.
|
|
10621
|
-
* @throws {RequiredError}
|
|
10622
|
-
*/
|
|
10623
|
-
getSenderPaymentUser: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10624
|
-
/**
|
|
10625
|
-
* List available payment methods
|
|
10626
|
-
* @param {*} [options] Override http request option.
|
|
10627
|
-
* @throws {RequiredError}
|
|
10628
|
-
*/
|
|
10629
|
-
listAvailablePaymentMethodsPaymentLink: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10630
10594
|
/**
|
|
10631
10595
|
* List mandates details
|
|
10632
10596
|
* @param {string} [dateFrom] ISO format (YYYY-MM-DD)
|
|
@@ -10710,12 +10674,6 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
10710
10674
|
* @throws {RequiredError}
|
|
10711
10675
|
*/
|
|
10712
10676
|
listPayouts: (dateFrom?: string, dateTo?: string, statuses?: Array<ListPayoutsStatusesEnum>, currencies?: Array<string>, payoutTypes?: Array<ListPayoutsPayoutTypesEnum>, mandateId?: string, senderAccountId?: string, recipientAccountId?: string, recipientUserId?: string, recipientExternalUserId?: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10713
|
-
/**
|
|
10714
|
-
* Refresh payment attempt from payment link front-end
|
|
10715
|
-
* @param {*} [options] Override http request option.
|
|
10716
|
-
* @throws {RequiredError}
|
|
10717
|
-
*/
|
|
10718
|
-
refreshPaymentAttempt: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10719
10677
|
/**
|
|
10720
10678
|
* Select a payment method for payment link
|
|
10721
10679
|
* @param {SelectPaymentMethodRequest} selectPaymentMethodRequest request body for selecting a payment method
|
|
@@ -10723,13 +10681,6 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
10723
10681
|
* @throws {RequiredError}
|
|
10724
10682
|
*/
|
|
10725
10683
|
selectPaymentMethodPaymentLink: (selectPaymentMethodRequest: SelectPaymentMethodRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10726
|
-
/**
|
|
10727
|
-
* Set autopay consent for payment user
|
|
10728
|
-
* @param {SetAutopayConsentRequest} setAutopayConsentRequest
|
|
10729
|
-
* @param {*} [options] Override http request option.
|
|
10730
|
-
* @throws {RequiredError}
|
|
10731
|
-
*/
|
|
10732
|
-
setAutopayConsent: (setAutopayConsentRequest: SetAutopayConsentRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10733
10684
|
/**
|
|
10734
10685
|
* Update a payment user
|
|
10735
10686
|
* @param {string} paymentUserId
|
|
@@ -10758,12 +10709,6 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
10758
10709
|
* @throws {RequiredError}
|
|
10759
10710
|
*/
|
|
10760
10711
|
cancelPayout(payoutId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PayoutSnapshotResponse>>;
|
|
10761
|
-
/**
|
|
10762
|
-
* Initiate change payment method from payment link front-end
|
|
10763
|
-
* @param {*} [options] Override http request option.
|
|
10764
|
-
* @throws {RequiredError}
|
|
10765
|
-
*/
|
|
10766
|
-
changePaymentMethodPaymentLink(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ChangePaymentMethodFvLinkResponse>>;
|
|
10767
10712
|
/**
|
|
10768
10713
|
* Complete a KCP payment
|
|
10769
10714
|
* @param {CompleteKcpPaymentRequest} completeKcpPaymentRequest Parameters from the KCP SDK callback to complete the payment
|
|
@@ -10815,12 +10760,6 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
10815
10760
|
* @throws {RequiredError}
|
|
10816
10761
|
*/
|
|
10817
10762
|
createScheduledPayout(idempotencyKey: string, createScheduledPayoutRequest: CreateScheduledPayoutRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PayoutSnapshotResponse>>;
|
|
10818
|
-
/**
|
|
10819
|
-
* Demote payment attempt
|
|
10820
|
-
* @param {*} [options] Override http request option.
|
|
10821
|
-
* @throws {RequiredError}
|
|
10822
|
-
*/
|
|
10823
|
-
demotePaymentAttempt(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
10824
10763
|
/**
|
|
10825
10764
|
* Download the balance statement for the ledger (CSV)
|
|
10826
10765
|
* @param {string} [dateFrom] ISO format (YYYY-MM-DD)
|
|
@@ -10856,18 +10795,6 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
10856
10795
|
* @throws {RequiredError}
|
|
10857
10796
|
*/
|
|
10858
10797
|
getPaymentMethod(paymentMethodId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentMethodResponse>>;
|
|
10859
|
-
/**
|
|
10860
|
-
* Get payment method in payment link flow
|
|
10861
|
-
* @param {*} [options] Override http request option.
|
|
10862
|
-
* @throws {RequiredError}
|
|
10863
|
-
*/
|
|
10864
|
-
getPaymentMethodPaymentLink(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentMethodFvLinkResponse>>;
|
|
10865
|
-
/**
|
|
10866
|
-
* Get payment (if exists) on the payment link for front-end
|
|
10867
|
-
* @param {*} [options] Override http request option.
|
|
10868
|
-
* @throws {RequiredError}
|
|
10869
|
-
*/
|
|
10870
|
-
getPaymentPaymentLink(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentFvLinkResponse>>;
|
|
10871
10798
|
/**
|
|
10872
10799
|
* Get payout by payout_id
|
|
10873
10800
|
* @param {string} payoutId payout id
|
|
@@ -10875,18 +10802,6 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
10875
10802
|
* @throws {RequiredError}
|
|
10876
10803
|
*/
|
|
10877
10804
|
getPayoutById(payoutId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PayoutSnapshotResponse>>;
|
|
10878
|
-
/**
|
|
10879
|
-
* Get sender payment user in payment link flow
|
|
10880
|
-
* @param {*} [options] Override http request option.
|
|
10881
|
-
* @throws {RequiredError}
|
|
10882
|
-
*/
|
|
10883
|
-
getSenderPaymentUser(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPaymentUserResponse>>;
|
|
10884
|
-
/**
|
|
10885
|
-
* List available payment methods
|
|
10886
|
-
* @param {*} [options] Override http request option.
|
|
10887
|
-
* @throws {RequiredError}
|
|
10888
|
-
*/
|
|
10889
|
-
listAvailablePaymentMethodsPaymentLink(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AvailablePaymentMethodsFvLinkResponse>>;
|
|
10890
10805
|
/**
|
|
10891
10806
|
* List mandates details
|
|
10892
10807
|
* @param {string} [dateFrom] ISO format (YYYY-MM-DD)
|
|
@@ -10970,12 +10885,6 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
10970
10885
|
* @throws {RequiredError}
|
|
10971
10886
|
*/
|
|
10972
10887
|
listPayouts(dateFrom?: string, dateTo?: string, statuses?: Array<ListPayoutsStatusesEnum>, currencies?: Array<string>, payoutTypes?: Array<ListPayoutsPayoutTypesEnum>, mandateId?: string, senderAccountId?: string, recipientAccountId?: string, recipientUserId?: string, recipientExternalUserId?: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPayoutsResponse>>;
|
|
10973
|
-
/**
|
|
10974
|
-
* Refresh payment attempt from payment link front-end
|
|
10975
|
-
* @param {*} [options] Override http request option.
|
|
10976
|
-
* @throws {RequiredError}
|
|
10977
|
-
*/
|
|
10978
|
-
refreshPaymentAttempt(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RefreshPaymentAttemptResponse>>;
|
|
10979
10888
|
/**
|
|
10980
10889
|
* Select a payment method for payment link
|
|
10981
10890
|
* @param {SelectPaymentMethodRequest} selectPaymentMethodRequest request body for selecting a payment method
|
|
@@ -10983,13 +10892,6 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
10983
10892
|
* @throws {RequiredError}
|
|
10984
10893
|
*/
|
|
10985
10894
|
selectPaymentMethodPaymentLink(selectPaymentMethodRequest: SelectPaymentMethodRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SelectPaymentMethodResponse>>;
|
|
10986
|
-
/**
|
|
10987
|
-
* Set autopay consent for payment user
|
|
10988
|
-
* @param {SetAutopayConsentRequest} setAutopayConsentRequest
|
|
10989
|
-
* @param {*} [options] Override http request option.
|
|
10990
|
-
* @throws {RequiredError}
|
|
10991
|
-
*/
|
|
10992
|
-
setAutopayConsent(setAutopayConsentRequest: SetAutopayConsentRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
10993
10895
|
/**
|
|
10994
10896
|
* Update a payment user
|
|
10995
10897
|
* @param {string} paymentUserId
|
|
@@ -11018,12 +10920,6 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
11018
10920
|
* @throws {RequiredError}
|
|
11019
10921
|
*/
|
|
11020
10922
|
cancelPayout(payoutId: string, options?: RawAxiosRequestConfig): AxiosPromise<PayoutSnapshotResponse>;
|
|
11021
|
-
/**
|
|
11022
|
-
* Initiate change payment method from payment link front-end
|
|
11023
|
-
* @param {*} [options] Override http request option.
|
|
11024
|
-
* @throws {RequiredError}
|
|
11025
|
-
*/
|
|
11026
|
-
changePaymentMethodPaymentLink(options?: RawAxiosRequestConfig): AxiosPromise<ChangePaymentMethodFvLinkResponse>;
|
|
11027
10923
|
/**
|
|
11028
10924
|
* Complete a KCP payment
|
|
11029
10925
|
* @param {CompleteKcpPaymentRequest} completeKcpPaymentRequest Parameters from the KCP SDK callback to complete the payment
|
|
@@ -11075,12 +10971,6 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
11075
10971
|
* @throws {RequiredError}
|
|
11076
10972
|
*/
|
|
11077
10973
|
createScheduledPayout(idempotencyKey: string, createScheduledPayoutRequest: CreateScheduledPayoutRequest, options?: RawAxiosRequestConfig): AxiosPromise<PayoutSnapshotResponse>;
|
|
11078
|
-
/**
|
|
11079
|
-
* Demote payment attempt
|
|
11080
|
-
* @param {*} [options] Override http request option.
|
|
11081
|
-
* @throws {RequiredError}
|
|
11082
|
-
*/
|
|
11083
|
-
demotePaymentAttempt(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
11084
10974
|
/**
|
|
11085
10975
|
* Download the balance statement for the ledger (CSV)
|
|
11086
10976
|
* @param {string} [dateFrom] ISO format (YYYY-MM-DD)
|
|
@@ -11116,18 +11006,6 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
11116
11006
|
* @throws {RequiredError}
|
|
11117
11007
|
*/
|
|
11118
11008
|
getPaymentMethod(paymentMethodId: string, options?: RawAxiosRequestConfig): AxiosPromise<PaymentMethodResponse>;
|
|
11119
|
-
/**
|
|
11120
|
-
* Get payment method in payment link flow
|
|
11121
|
-
* @param {*} [options] Override http request option.
|
|
11122
|
-
* @throws {RequiredError}
|
|
11123
|
-
*/
|
|
11124
|
-
getPaymentMethodPaymentLink(options?: RawAxiosRequestConfig): AxiosPromise<PaymentMethodFvLinkResponse>;
|
|
11125
|
-
/**
|
|
11126
|
-
* Get payment (if exists) on the payment link for front-end
|
|
11127
|
-
* @param {*} [options] Override http request option.
|
|
11128
|
-
* @throws {RequiredError}
|
|
11129
|
-
*/
|
|
11130
|
-
getPaymentPaymentLink(options?: RawAxiosRequestConfig): AxiosPromise<PaymentFvLinkResponse>;
|
|
11131
11009
|
/**
|
|
11132
11010
|
* Get payout by payout_id
|
|
11133
11011
|
* @param {string} payoutId payout id
|
|
@@ -11135,18 +11013,6 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
11135
11013
|
* @throws {RequiredError}
|
|
11136
11014
|
*/
|
|
11137
11015
|
getPayoutById(payoutId: string, options?: RawAxiosRequestConfig): AxiosPromise<PayoutSnapshotResponse>;
|
|
11138
|
-
/**
|
|
11139
|
-
* Get sender payment user in payment link flow
|
|
11140
|
-
* @param {*} [options] Override http request option.
|
|
11141
|
-
* @throws {RequiredError}
|
|
11142
|
-
*/
|
|
11143
|
-
getSenderPaymentUser(options?: RawAxiosRequestConfig): AxiosPromise<GetPaymentUserResponse>;
|
|
11144
|
-
/**
|
|
11145
|
-
* List available payment methods
|
|
11146
|
-
* @param {*} [options] Override http request option.
|
|
11147
|
-
* @throws {RequiredError}
|
|
11148
|
-
*/
|
|
11149
|
-
listAvailablePaymentMethodsPaymentLink(options?: RawAxiosRequestConfig): AxiosPromise<AvailablePaymentMethodsFvLinkResponse>;
|
|
11150
11016
|
/**
|
|
11151
11017
|
* List mandates details
|
|
11152
11018
|
* @param {string} [dateFrom] ISO format (YYYY-MM-DD)
|
|
@@ -11230,12 +11096,6 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
11230
11096
|
* @throws {RequiredError}
|
|
11231
11097
|
*/
|
|
11232
11098
|
listPayouts(dateFrom?: string, dateTo?: string, statuses?: Array<ListPayoutsStatusesEnum>, currencies?: Array<string>, payoutTypes?: Array<ListPayoutsPayoutTypesEnum>, mandateId?: string, senderAccountId?: string, recipientAccountId?: string, recipientUserId?: string, recipientExternalUserId?: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig): AxiosPromise<ListPayoutsResponse>;
|
|
11233
|
-
/**
|
|
11234
|
-
* Refresh payment attempt from payment link front-end
|
|
11235
|
-
* @param {*} [options] Override http request option.
|
|
11236
|
-
* @throws {RequiredError}
|
|
11237
|
-
*/
|
|
11238
|
-
refreshPaymentAttempt(options?: RawAxiosRequestConfig): AxiosPromise<RefreshPaymentAttemptResponse>;
|
|
11239
11099
|
/**
|
|
11240
11100
|
* Select a payment method for payment link
|
|
11241
11101
|
* @param {SelectPaymentMethodRequest} selectPaymentMethodRequest request body for selecting a payment method
|
|
@@ -11243,13 +11103,6 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
11243
11103
|
* @throws {RequiredError}
|
|
11244
11104
|
*/
|
|
11245
11105
|
selectPaymentMethodPaymentLink(selectPaymentMethodRequest: SelectPaymentMethodRequest, options?: RawAxiosRequestConfig): AxiosPromise<SelectPaymentMethodResponse>;
|
|
11246
|
-
/**
|
|
11247
|
-
* Set autopay consent for payment user
|
|
11248
|
-
* @param {SetAutopayConsentRequest} setAutopayConsentRequest
|
|
11249
|
-
* @param {*} [options] Override http request option.
|
|
11250
|
-
* @throws {RequiredError}
|
|
11251
|
-
*/
|
|
11252
|
-
setAutopayConsent(setAutopayConsentRequest: SetAutopayConsentRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
11253
11106
|
/**
|
|
11254
11107
|
* Update a payment user
|
|
11255
11108
|
* @param {string} paymentUserId
|
|
@@ -11281,13 +11134,6 @@ export interface DefaultApiInterface {
|
|
|
11281
11134
|
* @memberof DefaultApiInterface
|
|
11282
11135
|
*/
|
|
11283
11136
|
cancelPayout(payoutId: string, options?: RawAxiosRequestConfig): AxiosPromise<PayoutSnapshotResponse>;
|
|
11284
|
-
/**
|
|
11285
|
-
* Initiate change payment method from payment link front-end
|
|
11286
|
-
* @param {*} [options] Override http request option.
|
|
11287
|
-
* @throws {RequiredError}
|
|
11288
|
-
* @memberof DefaultApiInterface
|
|
11289
|
-
*/
|
|
11290
|
-
changePaymentMethodPaymentLink(options?: RawAxiosRequestConfig): AxiosPromise<ChangePaymentMethodFvLinkResponse>;
|
|
11291
11137
|
/**
|
|
11292
11138
|
* Complete a KCP payment
|
|
11293
11139
|
* @param {CompleteKcpPaymentRequest} completeKcpPaymentRequest Parameters from the KCP SDK callback to complete the payment
|
|
@@ -11346,13 +11192,6 @@ export interface DefaultApiInterface {
|
|
|
11346
11192
|
* @memberof DefaultApiInterface
|
|
11347
11193
|
*/
|
|
11348
11194
|
createScheduledPayout(idempotencyKey: string, createScheduledPayoutRequest: CreateScheduledPayoutRequest, options?: RawAxiosRequestConfig): AxiosPromise<PayoutSnapshotResponse>;
|
|
11349
|
-
/**
|
|
11350
|
-
* Demote payment attempt
|
|
11351
|
-
* @param {*} [options] Override http request option.
|
|
11352
|
-
* @throws {RequiredError}
|
|
11353
|
-
* @memberof DefaultApiInterface
|
|
11354
|
-
*/
|
|
11355
|
-
demotePaymentAttempt(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
11356
11195
|
/**
|
|
11357
11196
|
* Download the balance statement for the ledger (CSV)
|
|
11358
11197
|
* @param {string} [dateFrom] ISO format (YYYY-MM-DD)
|
|
@@ -11393,20 +11232,6 @@ export interface DefaultApiInterface {
|
|
|
11393
11232
|
* @memberof DefaultApiInterface
|
|
11394
11233
|
*/
|
|
11395
11234
|
getPaymentMethod(paymentMethodId: string, options?: RawAxiosRequestConfig): AxiosPromise<PaymentMethodResponse>;
|
|
11396
|
-
/**
|
|
11397
|
-
* Get payment method in payment link flow
|
|
11398
|
-
* @param {*} [options] Override http request option.
|
|
11399
|
-
* @throws {RequiredError}
|
|
11400
|
-
* @memberof DefaultApiInterface
|
|
11401
|
-
*/
|
|
11402
|
-
getPaymentMethodPaymentLink(options?: RawAxiosRequestConfig): AxiosPromise<PaymentMethodFvLinkResponse>;
|
|
11403
|
-
/**
|
|
11404
|
-
* Get payment (if exists) on the payment link for front-end
|
|
11405
|
-
* @param {*} [options] Override http request option.
|
|
11406
|
-
* @throws {RequiredError}
|
|
11407
|
-
* @memberof DefaultApiInterface
|
|
11408
|
-
*/
|
|
11409
|
-
getPaymentPaymentLink(options?: RawAxiosRequestConfig): AxiosPromise<PaymentFvLinkResponse>;
|
|
11410
11235
|
/**
|
|
11411
11236
|
* Get payout by payout_id
|
|
11412
11237
|
* @param {string} payoutId payout id
|
|
@@ -11415,20 +11240,6 @@ export interface DefaultApiInterface {
|
|
|
11415
11240
|
* @memberof DefaultApiInterface
|
|
11416
11241
|
*/
|
|
11417
11242
|
getPayoutById(payoutId: string, options?: RawAxiosRequestConfig): AxiosPromise<PayoutSnapshotResponse>;
|
|
11418
|
-
/**
|
|
11419
|
-
* Get sender payment user in payment link flow
|
|
11420
|
-
* @param {*} [options] Override http request option.
|
|
11421
|
-
* @throws {RequiredError}
|
|
11422
|
-
* @memberof DefaultApiInterface
|
|
11423
|
-
*/
|
|
11424
|
-
getSenderPaymentUser(options?: RawAxiosRequestConfig): AxiosPromise<GetPaymentUserResponse>;
|
|
11425
|
-
/**
|
|
11426
|
-
* List available payment methods
|
|
11427
|
-
* @param {*} [options] Override http request option.
|
|
11428
|
-
* @throws {RequiredError}
|
|
11429
|
-
* @memberof DefaultApiInterface
|
|
11430
|
-
*/
|
|
11431
|
-
listAvailablePaymentMethodsPaymentLink(options?: RawAxiosRequestConfig): AxiosPromise<AvailablePaymentMethodsFvLinkResponse>;
|
|
11432
11243
|
/**
|
|
11433
11244
|
* List mandates details
|
|
11434
11245
|
* @param {string} [dateFrom] ISO format (YYYY-MM-DD)
|
|
@@ -11518,13 +11329,6 @@ export interface DefaultApiInterface {
|
|
|
11518
11329
|
* @memberof DefaultApiInterface
|
|
11519
11330
|
*/
|
|
11520
11331
|
listPayouts(dateFrom?: string, dateTo?: string, statuses?: Array<ListPayoutsStatusesEnum>, currencies?: Array<string>, payoutTypes?: Array<ListPayoutsPayoutTypesEnum>, mandateId?: string, senderAccountId?: string, recipientAccountId?: string, recipientUserId?: string, recipientExternalUserId?: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig): AxiosPromise<ListPayoutsResponse>;
|
|
11521
|
-
/**
|
|
11522
|
-
* Refresh payment attempt from payment link front-end
|
|
11523
|
-
* @param {*} [options] Override http request option.
|
|
11524
|
-
* @throws {RequiredError}
|
|
11525
|
-
* @memberof DefaultApiInterface
|
|
11526
|
-
*/
|
|
11527
|
-
refreshPaymentAttempt(options?: RawAxiosRequestConfig): AxiosPromise<RefreshPaymentAttemptResponse>;
|
|
11528
11332
|
/**
|
|
11529
11333
|
* Select a payment method for payment link
|
|
11530
11334
|
* @param {SelectPaymentMethodRequest} selectPaymentMethodRequest request body for selecting a payment method
|
|
@@ -11533,14 +11337,6 @@ export interface DefaultApiInterface {
|
|
|
11533
11337
|
* @memberof DefaultApiInterface
|
|
11534
11338
|
*/
|
|
11535
11339
|
selectPaymentMethodPaymentLink(selectPaymentMethodRequest: SelectPaymentMethodRequest, options?: RawAxiosRequestConfig): AxiosPromise<SelectPaymentMethodResponse>;
|
|
11536
|
-
/**
|
|
11537
|
-
* Set autopay consent for payment user
|
|
11538
|
-
* @param {SetAutopayConsentRequest} setAutopayConsentRequest
|
|
11539
|
-
* @param {*} [options] Override http request option.
|
|
11540
|
-
* @throws {RequiredError}
|
|
11541
|
-
* @memberof DefaultApiInterface
|
|
11542
|
-
*/
|
|
11543
|
-
setAutopayConsent(setAutopayConsentRequest: SetAutopayConsentRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
11544
11340
|
/**
|
|
11545
11341
|
* Update a payment user
|
|
11546
11342
|
* @param {string} paymentUserId
|
|
@@ -11574,13 +11370,6 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
|
|
|
11574
11370
|
* @memberof DefaultApi
|
|
11575
11371
|
*/
|
|
11576
11372
|
cancelPayout(payoutId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PayoutSnapshotResponse, any, {}>>;
|
|
11577
|
-
/**
|
|
11578
|
-
* Initiate change payment method from payment link front-end
|
|
11579
|
-
* @param {*} [options] Override http request option.
|
|
11580
|
-
* @throws {RequiredError}
|
|
11581
|
-
* @memberof DefaultApi
|
|
11582
|
-
*/
|
|
11583
|
-
changePaymentMethodPaymentLink(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChangePaymentMethodFvLinkResponse, any, {}>>;
|
|
11584
11373
|
/**
|
|
11585
11374
|
* Complete a KCP payment
|
|
11586
11375
|
* @param {CompleteKcpPaymentRequest} completeKcpPaymentRequest Parameters from the KCP SDK callback to complete the payment
|
|
@@ -11639,13 +11428,6 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
|
|
|
11639
11428
|
* @memberof DefaultApi
|
|
11640
11429
|
*/
|
|
11641
11430
|
createScheduledPayout(idempotencyKey: string, createScheduledPayoutRequest: CreateScheduledPayoutRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PayoutSnapshotResponse, any, {}>>;
|
|
11642
|
-
/**
|
|
11643
|
-
* Demote payment attempt
|
|
11644
|
-
* @param {*} [options] Override http request option.
|
|
11645
|
-
* @throws {RequiredError}
|
|
11646
|
-
* @memberof DefaultApi
|
|
11647
|
-
*/
|
|
11648
|
-
demotePaymentAttempt(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
11649
11431
|
/**
|
|
11650
11432
|
* Download the balance statement for the ledger (CSV)
|
|
11651
11433
|
* @param {string} [dateFrom] ISO format (YYYY-MM-DD)
|
|
@@ -11686,20 +11468,6 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
|
|
|
11686
11468
|
* @memberof DefaultApi
|
|
11687
11469
|
*/
|
|
11688
11470
|
getPaymentMethod(paymentMethodId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentMethodResponse, any, {}>>;
|
|
11689
|
-
/**
|
|
11690
|
-
* Get payment method in payment link flow
|
|
11691
|
-
* @param {*} [options] Override http request option.
|
|
11692
|
-
* @throws {RequiredError}
|
|
11693
|
-
* @memberof DefaultApi
|
|
11694
|
-
*/
|
|
11695
|
-
getPaymentMethodPaymentLink(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentMethodFvLinkResponse, any, {}>>;
|
|
11696
|
-
/**
|
|
11697
|
-
* Get payment (if exists) on the payment link for front-end
|
|
11698
|
-
* @param {*} [options] Override http request option.
|
|
11699
|
-
* @throws {RequiredError}
|
|
11700
|
-
* @memberof DefaultApi
|
|
11701
|
-
*/
|
|
11702
|
-
getPaymentPaymentLink(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentFvLinkResponse, any, {}>>;
|
|
11703
11471
|
/**
|
|
11704
11472
|
* Get payout by payout_id
|
|
11705
11473
|
* @param {string} payoutId payout id
|
|
@@ -11708,20 +11476,6 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
|
|
|
11708
11476
|
* @memberof DefaultApi
|
|
11709
11477
|
*/
|
|
11710
11478
|
getPayoutById(payoutId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PayoutSnapshotResponse, any, {}>>;
|
|
11711
|
-
/**
|
|
11712
|
-
* Get sender payment user in payment link flow
|
|
11713
|
-
* @param {*} [options] Override http request option.
|
|
11714
|
-
* @throws {RequiredError}
|
|
11715
|
-
* @memberof DefaultApi
|
|
11716
|
-
*/
|
|
11717
|
-
getSenderPaymentUser(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPaymentUserResponse, any, {}>>;
|
|
11718
|
-
/**
|
|
11719
|
-
* List available payment methods
|
|
11720
|
-
* @param {*} [options] Override http request option.
|
|
11721
|
-
* @throws {RequiredError}
|
|
11722
|
-
* @memberof DefaultApi
|
|
11723
|
-
*/
|
|
11724
|
-
listAvailablePaymentMethodsPaymentLink(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AvailablePaymentMethodsFvLinkResponse, any, {}>>;
|
|
11725
11479
|
/**
|
|
11726
11480
|
* List mandates details
|
|
11727
11481
|
* @param {string} [dateFrom] ISO format (YYYY-MM-DD)
|
|
@@ -11811,13 +11565,6 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
|
|
|
11811
11565
|
* @memberof DefaultApi
|
|
11812
11566
|
*/
|
|
11813
11567
|
listPayouts(dateFrom?: string, dateTo?: string, statuses?: Array<ListPayoutsStatusesEnum>, currencies?: Array<string>, payoutTypes?: Array<ListPayoutsPayoutTypesEnum>, mandateId?: string, senderAccountId?: string, recipientAccountId?: string, recipientUserId?: string, recipientExternalUserId?: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPayoutsResponse, any, {}>>;
|
|
11814
|
-
/**
|
|
11815
|
-
* Refresh payment attempt from payment link front-end
|
|
11816
|
-
* @param {*} [options] Override http request option.
|
|
11817
|
-
* @throws {RequiredError}
|
|
11818
|
-
* @memberof DefaultApi
|
|
11819
|
-
*/
|
|
11820
|
-
refreshPaymentAttempt(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RefreshPaymentAttemptResponse, any, {}>>;
|
|
11821
11568
|
/**
|
|
11822
11569
|
* Select a payment method for payment link
|
|
11823
11570
|
* @param {SelectPaymentMethodRequest} selectPaymentMethodRequest request body for selecting a payment method
|
|
@@ -11826,14 +11573,6 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
|
|
|
11826
11573
|
* @memberof DefaultApi
|
|
11827
11574
|
*/
|
|
11828
11575
|
selectPaymentMethodPaymentLink(selectPaymentMethodRequest: SelectPaymentMethodRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SelectPaymentMethodResponse, any, {}>>;
|
|
11829
|
-
/**
|
|
11830
|
-
* Set autopay consent for payment user
|
|
11831
|
-
* @param {SetAutopayConsentRequest} setAutopayConsentRequest
|
|
11832
|
-
* @param {*} [options] Override http request option.
|
|
11833
|
-
* @throws {RequiredError}
|
|
11834
|
-
* @memberof DefaultApi
|
|
11835
|
-
*/
|
|
11836
|
-
setAutopayConsent(setAutopayConsentRequest: SetAutopayConsentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
11837
11576
|
/**
|
|
11838
11577
|
* Update a payment user
|
|
11839
11578
|
* @param {string} paymentUserId
|