@leaflow/sdk 0.52.0 → 0.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1286,11 +1286,11 @@ export interface components {
|
|
|
1286
1286
|
};
|
|
1287
1287
|
PaymentMethodSetupSession: {
|
|
1288
1288
|
/**
|
|
1289
|
-
* @description
|
|
1289
|
+
* @description Confirms this attempt from the browser, against the provider's own inputs.
|
|
1290
1290
|
*
|
|
1291
|
-
* Not a URL
|
|
1292
|
-
*
|
|
1293
|
-
* when the page loads.
|
|
1291
|
+
* Not a URL and not a hosted page: only the inputs come from the provider, so the
|
|
1292
|
+
* heading, the button and the styling around them are this platform's. It expires, so
|
|
1293
|
+
* fetch it when the form is about to be shown rather than when the page loads.
|
|
1294
1294
|
*/
|
|
1295
1295
|
client_secret: string;
|
|
1296
1296
|
/**
|
|
@@ -1309,7 +1309,7 @@ export interface components {
|
|
|
1309
1309
|
* records the method. It is here so that a support conversation about one failed attempt
|
|
1310
1310
|
* has something to look it up by.
|
|
1311
1311
|
*/
|
|
1312
|
-
|
|
1312
|
+
setup_id?: string;
|
|
1313
1313
|
};
|
|
1314
1314
|
/**
|
|
1315
1315
|
* @description One saved way of collecting money later, without the account holder present.
|