@finverse/sdk-typescript 0.0.133 → 0.0.135
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/dist/api.d.ts +12 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -455,6 +455,12 @@ export interface AuthChecklistOptions {
|
|
|
455
455
|
* @memberof AuthChecklistOptions
|
|
456
456
|
*/
|
|
457
457
|
submitted_by?: AuthChecklistOptionsSubmittedByEnum;
|
|
458
|
+
/**
|
|
459
|
+
* Redirect to bank for authentication
|
|
460
|
+
* @type {string}
|
|
461
|
+
* @memberof AuthChecklistOptions
|
|
462
|
+
*/
|
|
463
|
+
redirect_url?: string;
|
|
458
464
|
}
|
|
459
465
|
export declare const AuthChecklistOptionsNameEnum: {
|
|
460
466
|
readonly CredentialsLogin: "INSTITUTION_CREDENTIALS_LOGIN";
|
|
@@ -845,6 +851,12 @@ export interface CreatePaymentLinkCardPaymentResponse {
|
|
|
845
851
|
* @memberof CreatePaymentLinkCardPaymentResponse
|
|
846
852
|
*/
|
|
847
853
|
card_processor_redirect_uri: string;
|
|
854
|
+
/**
|
|
855
|
+
* Finverse Payment ID
|
|
856
|
+
* @type {string}
|
|
857
|
+
* @memberof CreatePaymentLinkCardPaymentResponse
|
|
858
|
+
*/
|
|
859
|
+
payment_id?: string;
|
|
848
860
|
}
|
|
849
861
|
/**
|
|
850
862
|
*
|