stripe 16.6.0-beta.1 → 16.6.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.
- package/CHANGELOG.md +116 -778
- package/README.md +0 -33
- package/VERSION +1 -1
- package/cjs/RequestSender.js +5 -66
- package/cjs/StripeResource.js +1 -1
- package/cjs/apiVersion.js +1 -2
- package/cjs/multipart.js +1 -1
- package/cjs/resources/FinancialConnections/Accounts.js +0 -5
- package/cjs/resources/Invoices.js +0 -13
- package/cjs/resources/OAuth.js +1 -1
- package/cjs/resources/PaymentIntents.js +0 -4
- package/cjs/resources/Quotes.js +0 -32
- package/cjs/resources/SubscriptionSchedules.js +0 -4
- package/cjs/resources/Terminal/Readers.js +0 -12
- package/cjs/resources.js +10 -42
- package/cjs/stripe.core.js +3 -6
- package/cjs/utils.js +3 -30
- package/esm/RequestSender.js +6 -67
- package/esm/StripeResource.js +2 -2
- package/esm/apiVersion.js +0 -1
- package/esm/multipart.js +2 -2
- package/esm/resources/FinancialConnections/Accounts.js +0 -5
- package/esm/resources/Invoices.js +0 -13
- package/esm/resources/OAuth.js +2 -2
- package/esm/resources/PaymentIntents.js +0 -4
- package/esm/resources/Quotes.js +0 -32
- package/esm/resources/SubscriptionSchedules.js +0 -4
- package/esm/resources/Terminal/Readers.js +0 -12
- package/esm/resources.js +0 -28
- package/esm/stripe.core.js +3 -6
- package/esm/utils.js +1 -27
- package/package.json +1 -1
- package/types/AccountLinksResource.d.ts +1 -5
- package/types/AccountSessions.d.ts +0 -15
- package/types/AccountSessionsResource.d.ts +0 -163
- package/types/Accounts.d.ts +1 -106
- package/types/AccountsResource.d.ts +0 -246
- package/types/Charges.d.ts +0 -72
- package/types/ChargesResource.d.ts +0 -1294
- package/types/Checkout/Sessions.d.ts +62 -29
- package/types/Checkout/SessionsResource.d.ts +64 -16
- package/types/ConfirmationTokens.d.ts +0 -62
- package/types/Coupons.d.ts +1 -1
- package/types/CouponsResource.d.ts +1 -1
- package/types/CreditNotes.d.ts +0 -21
- package/types/CreditNotesResource.d.ts +0 -51
- package/types/CustomersResource.d.ts +0 -2
- package/types/Disputes.d.ts +0 -168
- package/types/DisputesResource.d.ts +0 -120
- package/types/EventTypes.d.ts +0 -426
- package/types/Events.d.ts +0 -83
- package/types/FinancialConnections/Accounts.d.ts +3 -31
- package/types/FinancialConnections/AccountsResource.d.ts +3 -35
- package/types/FinancialConnections/Sessions.d.ts +1 -49
- package/types/FinancialConnections/SessionsResource.d.ts +1 -38
- package/types/InvoiceItems.d.ts +0 -5
- package/types/InvoiceItemsResource.d.ts +0 -98
- package/types/InvoiceLineItems.d.ts +0 -22
- package/types/Invoices.d.ts +2 -116
- package/types/InvoicesResource.d.ts +1782 -5359
- package/types/Issuing/CardholdersResource.d.ts +1 -2
- package/types/LineItems.d.ts +0 -7
- package/types/Mandates.d.ts +0 -77
- package/types/PaymentIntents.d.ts +79 -491
- package/types/PaymentIntentsResource.d.ts +3625 -6925
- package/types/PaymentMethodConfigurations.d.ts +0 -36
- package/types/PaymentMethodConfigurationsResource.d.ts +0 -50
- package/types/PaymentMethods.d.ts +0 -62
- package/types/PaymentMethodsResource.d.ts +0 -110
- package/types/Prices.d.ts +0 -22
- package/types/PricesResource.d.ts +0 -22
- package/types/Products.d.ts +0 -39
- package/types/ProductsResource.d.ts +0 -36
- package/types/Quotes.d.ts +1 -578
- package/types/QuotesResource.d.ts +266 -3175
- package/types/SetupAttempts.d.ts +1 -9
- package/types/SetupIntents.d.ts +3 -111
- package/types/SetupIntentsResource.d.ts +4 -499
- package/types/Sources.d.ts +0 -23
- package/types/SubscriptionItems.d.ts +0 -21
- package/types/SubscriptionItemsResource.d.ts +1 -110
- package/types/SubscriptionSchedules.d.ts +0 -164
- package/types/SubscriptionSchedulesResource.d.ts +13 -1231
- package/types/Subscriptions.d.ts +1 -46
- package/types/SubscriptionsResource.d.ts +4 -349
- package/types/Terminal/Readers.d.ts +0 -278
- package/types/Terminal/ReadersResource.d.ts +0 -208
- package/types/TestHelpers/ConfirmationTokensResource.d.ts +0 -55
- package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +0 -26
- package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +0 -26
- package/types/Treasury/FinancialAccounts.d.ts +0 -5
- package/types/Treasury/FinancialAccountsResource.d.ts +0 -10
- package/types/Treasury/OutboundTransfers.d.ts +0 -26
- package/types/Treasury/OutboundTransfersResource.d.ts +0 -26
- package/types/Treasury/ReceivedCredits.d.ts +0 -26
- package/types/Treasury/ReceivedDebits.d.ts +0 -31
- package/types/WebhookEndpointsResource.d.ts +0 -50
- package/types/index.d.ts +0 -69
- package/types/lib.d.ts +0 -12
- package/cjs/resources/AccountNotices.js +0 -21
- package/cjs/resources/Billing/Alerts.js +0 -27
- package/cjs/resources/Capital/FinancingOffers.js +0 -21
- package/cjs/resources/Capital/FinancingSummary.js +0 -12
- package/cjs/resources/Capital/FinancingTransactions.js +0 -17
- package/cjs/resources/FinancialConnections/Institutions.js +0 -17
- package/cjs/resources/GiftCards/Cards.js +0 -23
- package/cjs/resources/GiftCards/Transactions.js +0 -33
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js +0 -33
- package/cjs/resources/Margins.js +0 -22
- package/cjs/resources/Orders.js +0 -24
- package/cjs/resources/QuotePhases.js +0 -22
- package/cjs/resources/Tax/Associations.js +0 -9
- package/cjs/resources/Tax/Forms.js +0 -20
- package/esm/resources/AccountNotices.js +0 -18
- package/esm/resources/Billing/Alerts.js +0 -24
- package/esm/resources/Capital/FinancingOffers.js +0 -18
- package/esm/resources/Capital/FinancingSummary.js +0 -9
- package/esm/resources/Capital/FinancingTransactions.js +0 -14
- package/esm/resources/FinancialConnections/Institutions.js +0 -14
- package/esm/resources/GiftCards/Cards.js +0 -20
- package/esm/resources/GiftCards/Transactions.js +0 -30
- package/esm/resources/Issuing/CreditUnderwritingRecords.js +0 -30
- package/esm/resources/Margins.js +0 -19
- package/esm/resources/Orders.js +0 -21
- package/esm/resources/QuotePhases.js +0 -19
- package/esm/resources/Tax/Associations.js +0 -6
- package/esm/resources/Tax/Forms.js +0 -17
- package/types/AccountNotices.d.ts +0 -113
- package/types/AccountNoticesResource.d.ts +0 -98
- package/types/Billing/AlertsResource.d.ts +0 -176
- package/types/Capital/FinancingOffers.d.ts +0 -188
- package/types/Capital/FinancingOffersResource.d.ts +0 -97
- package/types/Capital/FinancingSummary.d.ts +0 -106
- package/types/Capital/FinancingSummaryResource.d.ts +0 -27
- package/types/Capital/FinancingTransactions.d.ts +0 -135
- package/types/Capital/FinancingTransactionsResource.d.ts +0 -68
- package/types/FinancialConnections/AccountInferredBalances.d.ts +0 -38
- package/types/FinancialConnections/Institutions.d.ts +0 -93
- package/types/FinancialConnections/InstitutionsResource.d.ts +0 -47
- package/types/GiftCards/Cards.d.ts +0 -118
- package/types/GiftCards/CardsResource.d.ts +0 -159
- package/types/GiftCards/Transactions.d.ts +0 -129
- package/types/GiftCards/TransactionsResource.d.ts +0 -201
- package/types/InvoicePayments.d.ts +0 -138
- package/types/Issuing/CreditUnderwritingRecords.d.ts +0 -446
- package/types/Issuing/CreditUnderwritingRecordsResource.d.ts +0 -1017
- package/types/Margins.d.ts +0 -56
- package/types/MarginsResource.d.ts +0 -114
- package/types/Orders.d.ts +0 -1057
- package/types/OrdersResource.d.ts +0 -2711
- package/types/QuoteLines.d.ts +0 -634
- package/types/QuotePhases.d.ts +0 -198
- package/types/QuotePhasesResource.d.ts +0 -67
- package/types/QuotePreviewInvoices.d.ts +0 -1528
- package/types/QuotePreviewSubscriptionSchedules.d.ts +0 -778
- package/types/Tax/Associations.d.ts +0 -126
- package/types/Tax/AssociationsResource.d.ts +0 -29
- package/types/Tax/Forms.d.ts +0 -133
- package/types/Tax/FormsResource.d.ts +0 -90
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec
|
|
2
|
-
|
|
3
|
-
declare module 'stripe' {
|
|
4
|
-
namespace Stripe {
|
|
5
|
-
/**
|
|
6
|
-
* A notice to a Connected account. Notice can be sent by Stripe on your behalf or you can opt to send the notices yourself.
|
|
7
|
-
*
|
|
8
|
-
* See the [guide to send notices](https://stripe.com/docs/issuing/compliance-us/issuing-regulated-customer-notices) to your connected accounts.
|
|
9
|
-
*/
|
|
10
|
-
interface AccountNotice {
|
|
11
|
-
/**
|
|
12
|
-
* Unique identifier for the object.
|
|
13
|
-
*/
|
|
14
|
-
id: string;
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* String representing the object's type. Objects of the same type share the same value.
|
|
18
|
-
*/
|
|
19
|
-
object: 'account_notice';
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Time at which the object was created. Measured in seconds since the Unix epoch.
|
|
23
|
-
*/
|
|
24
|
-
created: number;
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* When present, the deadline for sending the notice to meet the relevant regulations.
|
|
28
|
-
*/
|
|
29
|
-
deadline: number | null;
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* Information about the email when sent.
|
|
33
|
-
*/
|
|
34
|
-
email: AccountNotice.Email | null;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* Information about objects related to the notice.
|
|
38
|
-
*/
|
|
39
|
-
linked_objects: AccountNotice.LinkedObjects | null;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
|
43
|
-
*/
|
|
44
|
-
livemode: boolean;
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
|
|
48
|
-
*/
|
|
49
|
-
metadata: Stripe.Metadata | null;
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* Reason the notice is being sent. The reason determines what copy the notice must contain. See the [regulated customer notices](https://stripe.com/docs/issuing/compliance-us/issuing-regulated-customer-notices) guide. All reasons might not apply to your integration, and Stripe might add new reasons in the future, so we recommend an internal warning when you receive an unknown reason.
|
|
53
|
-
*/
|
|
54
|
-
reason: AccountNotice.Reason;
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* Date when the notice was sent. When absent, you must send the notice, update the content of the email and date when it was sent.
|
|
58
|
-
*/
|
|
59
|
-
sent_at: number | null;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
namespace AccountNotice {
|
|
63
|
-
interface Email {
|
|
64
|
-
/**
|
|
65
|
-
* Content of the email in plain text. The copy must match exactly the language that Stripe Compliance has approved for use.
|
|
66
|
-
*/
|
|
67
|
-
plain_text: string;
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* Email address of the recipient.
|
|
71
|
-
*/
|
|
72
|
-
recipient: string;
|
|
73
|
-
|
|
74
|
-
/**
|
|
75
|
-
* Subject of the email.
|
|
76
|
-
*/
|
|
77
|
-
subject: string;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
interface LinkedObjects {
|
|
81
|
-
/**
|
|
82
|
-
* Associated [Capability](https://stripe.com/docs/api/capabilities)
|
|
83
|
-
*/
|
|
84
|
-
capability: string | null;
|
|
85
|
-
|
|
86
|
-
/**
|
|
87
|
-
* Associated [Credit Underwriting Record](https://stripe.com/docs/api/issuing/credit_underwriting_record)
|
|
88
|
-
*/
|
|
89
|
-
issuing_credit_underwriting_record?: string | null;
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* Associated [Issuing Dispute](https://stripe.com/docs/api/issuing/disputes)
|
|
93
|
-
*/
|
|
94
|
-
issuing_dispute: string | null;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
type Reason =
|
|
98
|
-
| 'issuing.account_closed_for_inactivity'
|
|
99
|
-
| 'issuing.account_closed_for_not_providing_business_model_clarification'
|
|
100
|
-
| 'issuing.account_closed_for_not_providing_url_clarification'
|
|
101
|
-
| 'issuing.account_closed_for_not_providing_use_case_clarification'
|
|
102
|
-
| 'issuing.account_closed_for_terms_of_service_violation'
|
|
103
|
-
| 'issuing.application_rejected_for_failure_to_verify'
|
|
104
|
-
| 'issuing.credit_application_rejected'
|
|
105
|
-
| 'issuing.credit_increase_application_rejected'
|
|
106
|
-
| 'issuing.credit_limit_decreased'
|
|
107
|
-
| 'issuing.credit_line_closed'
|
|
108
|
-
| 'issuing.dispute_lost'
|
|
109
|
-
| 'issuing.dispute_submitted'
|
|
110
|
-
| 'issuing.dispute_won';
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec
|
|
2
|
-
|
|
3
|
-
declare module 'stripe' {
|
|
4
|
-
namespace Stripe {
|
|
5
|
-
interface AccountNoticeRetrieveParams {
|
|
6
|
-
/**
|
|
7
|
-
* Specifies which fields in the response should be expanded.
|
|
8
|
-
*/
|
|
9
|
-
expand?: Array<string>;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
interface AccountNoticeUpdateParams {
|
|
13
|
-
/**
|
|
14
|
-
* Information about the email you sent.
|
|
15
|
-
*/
|
|
16
|
-
email: AccountNoticeUpdateParams.Email;
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* Date when you sent the notice.
|
|
20
|
-
*/
|
|
21
|
-
sent_at: number;
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* Specifies which fields in the response should be expanded.
|
|
25
|
-
*/
|
|
26
|
-
expand?: Array<string>;
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
30
|
-
*/
|
|
31
|
-
metadata?: Stripe.MetadataParam;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
namespace AccountNoticeUpdateParams {
|
|
35
|
-
interface Email {
|
|
36
|
-
/**
|
|
37
|
-
* Content of the email in plain text. The copy must match exactly the language that Stripe Compliance has approved for use.
|
|
38
|
-
*/
|
|
39
|
-
plain_text: string;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* Email address of the recipient.
|
|
43
|
-
*/
|
|
44
|
-
recipient: string;
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* Subject of the email.
|
|
48
|
-
*/
|
|
49
|
-
subject: string;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
interface AccountNoticeListParams extends PaginationParams {
|
|
54
|
-
/**
|
|
55
|
-
* Specifies which fields in the response should be expanded.
|
|
56
|
-
*/
|
|
57
|
-
expand?: Array<string>;
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* Set to false to only return unsent AccountNotices.
|
|
61
|
-
*/
|
|
62
|
-
sent?: boolean;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
class AccountNoticesResource {
|
|
66
|
-
/**
|
|
67
|
-
* Retrieves an AccountNotice object.
|
|
68
|
-
*/
|
|
69
|
-
retrieve(
|
|
70
|
-
id: string,
|
|
71
|
-
params?: AccountNoticeRetrieveParams,
|
|
72
|
-
options?: RequestOptions
|
|
73
|
-
): Promise<Stripe.Response<Stripe.AccountNotice>>;
|
|
74
|
-
retrieve(
|
|
75
|
-
id: string,
|
|
76
|
-
options?: RequestOptions
|
|
77
|
-
): Promise<Stripe.Response<Stripe.AccountNotice>>;
|
|
78
|
-
|
|
79
|
-
/**
|
|
80
|
-
* Updates an AccountNotice object.
|
|
81
|
-
*/
|
|
82
|
-
update(
|
|
83
|
-
id: string,
|
|
84
|
-
params: AccountNoticeUpdateParams,
|
|
85
|
-
options?: RequestOptions
|
|
86
|
-
): Promise<Stripe.Response<Stripe.AccountNotice>>;
|
|
87
|
-
|
|
88
|
-
/**
|
|
89
|
-
* Retrieves a list of AccountNotice objects. The objects are sorted in descending order by creation date, with the most-recently-created object appearing first.
|
|
90
|
-
*/
|
|
91
|
-
list(
|
|
92
|
-
params?: AccountNoticeListParams,
|
|
93
|
-
options?: RequestOptions
|
|
94
|
-
): ApiListPromise<Stripe.AccountNotice>;
|
|
95
|
-
list(options?: RequestOptions): ApiListPromise<Stripe.AccountNotice>;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}
|
|
@@ -1,176 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec
|
|
2
|
-
|
|
3
|
-
declare module 'stripe' {
|
|
4
|
-
namespace Stripe {
|
|
5
|
-
namespace Billing {
|
|
6
|
-
interface AlertCreateParams {
|
|
7
|
-
/**
|
|
8
|
-
* The type of alert to create.
|
|
9
|
-
*/
|
|
10
|
-
alert_type: 'usage_threshold';
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* The title of the alert.
|
|
14
|
-
*/
|
|
15
|
-
title: string;
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Specifies which fields in the response should be expanded.
|
|
19
|
-
*/
|
|
20
|
-
expand?: Array<string>;
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* Filters to limit the scope of an alert.
|
|
24
|
-
*/
|
|
25
|
-
filter?: AlertCreateParams.Filter;
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* The configuration of the usage threshold.
|
|
29
|
-
*/
|
|
30
|
-
usage_threshold_config?: AlertCreateParams.UsageThresholdConfig;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
namespace AlertCreateParams {
|
|
34
|
-
interface Filter {
|
|
35
|
-
/**
|
|
36
|
-
* Limit the scope to this alert only to this customer.
|
|
37
|
-
*/
|
|
38
|
-
customer?: string;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
interface UsageThresholdConfig {
|
|
42
|
-
/**
|
|
43
|
-
* Defines at which value the alert will fire.
|
|
44
|
-
*/
|
|
45
|
-
gte: number;
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* The [Billing Meter](https://stripe.com/api/billing/meter) ID whose usage is monitored.
|
|
49
|
-
*/
|
|
50
|
-
meter?: string;
|
|
51
|
-
|
|
52
|
-
/**
|
|
53
|
-
* Whether the alert should only fire only once, or once per billing cycle.
|
|
54
|
-
*/
|
|
55
|
-
recurrence: 'one_time';
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
interface AlertRetrieveParams {
|
|
60
|
-
/**
|
|
61
|
-
* Specifies which fields in the response should be expanded.
|
|
62
|
-
*/
|
|
63
|
-
expand?: Array<string>;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
interface AlertListParams extends PaginationParams {
|
|
67
|
-
/**
|
|
68
|
-
* Filter results to only include this type of alert.
|
|
69
|
-
*/
|
|
70
|
-
alert_type?: 'usage_threshold';
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* Specifies which fields in the response should be expanded.
|
|
74
|
-
*/
|
|
75
|
-
expand?: Array<string>;
|
|
76
|
-
|
|
77
|
-
/**
|
|
78
|
-
* Filter results to only include alerts with the given meter.
|
|
79
|
-
*/
|
|
80
|
-
meter?: string;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
interface AlertActivateParams {
|
|
84
|
-
/**
|
|
85
|
-
* Specifies which fields in the response should be expanded.
|
|
86
|
-
*/
|
|
87
|
-
expand?: Array<string>;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
interface AlertArchiveParams {
|
|
91
|
-
/**
|
|
92
|
-
* Specifies which fields in the response should be expanded.
|
|
93
|
-
*/
|
|
94
|
-
expand?: Array<string>;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
interface AlertDeactivateParams {
|
|
98
|
-
/**
|
|
99
|
-
* Specifies which fields in the response should be expanded.
|
|
100
|
-
*/
|
|
101
|
-
expand?: Array<string>;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
class AlertsResource {
|
|
105
|
-
/**
|
|
106
|
-
* Creates a billing alert
|
|
107
|
-
*/
|
|
108
|
-
create(
|
|
109
|
-
params: AlertCreateParams,
|
|
110
|
-
options?: RequestOptions
|
|
111
|
-
): Promise<Stripe.Response<Stripe.Billing.Alert>>;
|
|
112
|
-
|
|
113
|
-
/**
|
|
114
|
-
* Retrieves a billing alert given an ID
|
|
115
|
-
*/
|
|
116
|
-
retrieve(
|
|
117
|
-
id: string,
|
|
118
|
-
params?: AlertRetrieveParams,
|
|
119
|
-
options?: RequestOptions
|
|
120
|
-
): Promise<Stripe.Response<Stripe.Billing.Alert>>;
|
|
121
|
-
retrieve(
|
|
122
|
-
id: string,
|
|
123
|
-
options?: RequestOptions
|
|
124
|
-
): Promise<Stripe.Response<Stripe.Billing.Alert>>;
|
|
125
|
-
|
|
126
|
-
/**
|
|
127
|
-
* Lists billing active and inactive alerts
|
|
128
|
-
*/
|
|
129
|
-
list(
|
|
130
|
-
params?: AlertListParams,
|
|
131
|
-
options?: RequestOptions
|
|
132
|
-
): ApiListPromise<Stripe.Billing.Alert>;
|
|
133
|
-
list(options?: RequestOptions): ApiListPromise<Stripe.Billing.Alert>;
|
|
134
|
-
|
|
135
|
-
/**
|
|
136
|
-
* Reactivates this alert, allowing it to trigger again.
|
|
137
|
-
*/
|
|
138
|
-
activate(
|
|
139
|
-
id: string,
|
|
140
|
-
params?: AlertActivateParams,
|
|
141
|
-
options?: RequestOptions
|
|
142
|
-
): Promise<Stripe.Response<Stripe.Billing.Alert>>;
|
|
143
|
-
activate(
|
|
144
|
-
id: string,
|
|
145
|
-
options?: RequestOptions
|
|
146
|
-
): Promise<Stripe.Response<Stripe.Billing.Alert>>;
|
|
147
|
-
|
|
148
|
-
/**
|
|
149
|
-
* Archives this alert, removing it from the list view and APIs. This is non-reversible.
|
|
150
|
-
*/
|
|
151
|
-
archive(
|
|
152
|
-
id: string,
|
|
153
|
-
params?: AlertArchiveParams,
|
|
154
|
-
options?: RequestOptions
|
|
155
|
-
): Promise<Stripe.Response<Stripe.Billing.Alert>>;
|
|
156
|
-
archive(
|
|
157
|
-
id: string,
|
|
158
|
-
options?: RequestOptions
|
|
159
|
-
): Promise<Stripe.Response<Stripe.Billing.Alert>>;
|
|
160
|
-
|
|
161
|
-
/**
|
|
162
|
-
* Deactivates this alert, preventing it from triggering.
|
|
163
|
-
*/
|
|
164
|
-
deactivate(
|
|
165
|
-
id: string,
|
|
166
|
-
params?: AlertDeactivateParams,
|
|
167
|
-
options?: RequestOptions
|
|
168
|
-
): Promise<Stripe.Response<Stripe.Billing.Alert>>;
|
|
169
|
-
deactivate(
|
|
170
|
-
id: string,
|
|
171
|
-
options?: RequestOptions
|
|
172
|
-
): Promise<Stripe.Response<Stripe.Billing.Alert>>;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
}
|
|
@@ -1,188 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec
|
|
2
|
-
|
|
3
|
-
declare module 'stripe' {
|
|
4
|
-
namespace Stripe {
|
|
5
|
-
namespace Capital {
|
|
6
|
-
/**
|
|
7
|
-
* This is an object representing an offer of financing from
|
|
8
|
-
* Stripe Capital to a Connect subaccount.
|
|
9
|
-
*/
|
|
10
|
-
interface FinancingOffer {
|
|
11
|
-
/**
|
|
12
|
-
* A unique identifier for the financing object.
|
|
13
|
-
*/
|
|
14
|
-
id: string;
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* The object type: financing_offer.
|
|
18
|
-
*/
|
|
19
|
-
object: 'capital.financing_offer';
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* This is an object representing the terms of an offer of financing from
|
|
23
|
-
* Stripe Capital to a Connected account. This resource represents
|
|
24
|
-
* the terms accepted by the Connected account, which may differ from those
|
|
25
|
-
* offered.
|
|
26
|
-
*/
|
|
27
|
-
accepted_terms?: FinancingOffer.AcceptedTerms;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* The ID of the merchant associated with this financing object.
|
|
31
|
-
*/
|
|
32
|
-
account: string;
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* The time at which this financing offer was charged off, if applicable. Given in seconds since unix epoch.
|
|
36
|
-
*/
|
|
37
|
-
charged_off_at?: number;
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* Time at which the offer was created. Given in seconds since unix epoch.
|
|
41
|
-
*/
|
|
42
|
-
created: number;
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* Time at which the offer expires. Given in seconds since unix epoch.
|
|
46
|
-
*/
|
|
47
|
-
expires_after: number;
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* The type of financing being offered.
|
|
51
|
-
*/
|
|
52
|
-
financing_type?: FinancingOffer.FinancingType;
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
|
56
|
-
*/
|
|
57
|
-
livemode: boolean;
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
|
|
61
|
-
*/
|
|
62
|
-
metadata?: Stripe.Metadata;
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* This is an object representing the terms of an offer of financing from
|
|
66
|
-
* Stripe Capital to a Connected account. This resource represents
|
|
67
|
-
* both the terms offered to the Connected account.
|
|
68
|
-
*/
|
|
69
|
-
offered_terms?: FinancingOffer.OfferedTerms;
|
|
70
|
-
|
|
71
|
-
/**
|
|
72
|
-
* Financing product identifier.
|
|
73
|
-
*/
|
|
74
|
-
product_type?: FinancingOffer.ProductType;
|
|
75
|
-
|
|
76
|
-
/**
|
|
77
|
-
* The ID of the financing offer that replaced this offer.
|
|
78
|
-
*/
|
|
79
|
-
replacement?: string;
|
|
80
|
-
|
|
81
|
-
/**
|
|
82
|
-
* The ID of the financing offer that this offer is a replacement for.
|
|
83
|
-
*/
|
|
84
|
-
replacement_for?: string;
|
|
85
|
-
|
|
86
|
-
/**
|
|
87
|
-
* The current status of the offer.
|
|
88
|
-
*/
|
|
89
|
-
status: FinancingOffer.Status;
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* See [financing_type](https://stripe.com/docs/api/capital/connect_financing_object#financing_offer_object-financing_type).
|
|
93
|
-
*/
|
|
94
|
-
type?: FinancingOffer.Type;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
namespace FinancingOffer {
|
|
98
|
-
interface AcceptedTerms {
|
|
99
|
-
/**
|
|
100
|
-
* Amount of financing offered, in minor units.
|
|
101
|
-
*/
|
|
102
|
-
advance_amount: number;
|
|
103
|
-
|
|
104
|
-
/**
|
|
105
|
-
* Currency that the financing offer is transacted in. For example, `usd`.
|
|
106
|
-
*/
|
|
107
|
-
currency: string;
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* Fixed fee amount, in minor units.
|
|
111
|
-
*/
|
|
112
|
-
fee_amount: number;
|
|
113
|
-
|
|
114
|
-
/**
|
|
115
|
-
* Populated when the `product_type` of the `financingoffer` is `refill`.
|
|
116
|
-
* Represents the discount amount on remaining premium for the existing loan at payout time.
|
|
117
|
-
*/
|
|
118
|
-
previous_financing_fee_discount_amount: number | null;
|
|
119
|
-
|
|
120
|
-
/**
|
|
121
|
-
* Per-transaction rate at which Stripe will withhold funds to repay the financing.
|
|
122
|
-
*/
|
|
123
|
-
withhold_rate: number;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
type FinancingType = 'cash_advance' | 'flex_loan';
|
|
127
|
-
|
|
128
|
-
interface OfferedTerms {
|
|
129
|
-
/**
|
|
130
|
-
* Amount of financing offered, in minor units.
|
|
131
|
-
*/
|
|
132
|
-
advance_amount: number;
|
|
133
|
-
|
|
134
|
-
/**
|
|
135
|
-
* Describes the type of user the offer is being extended to.
|
|
136
|
-
*/
|
|
137
|
-
campaign_type: OfferedTerms.CampaignType;
|
|
138
|
-
|
|
139
|
-
/**
|
|
140
|
-
* Currency that the financing offer is transacted in. For example, `usd`.
|
|
141
|
-
*/
|
|
142
|
-
currency: string;
|
|
143
|
-
|
|
144
|
-
/**
|
|
145
|
-
* Fixed fee amount, in minor units.
|
|
146
|
-
*/
|
|
147
|
-
fee_amount: number;
|
|
148
|
-
|
|
149
|
-
/**
|
|
150
|
-
* Populated when the `product_type` of the `financingoffer` is `refill`.
|
|
151
|
-
* Represents the discount rate percentage on remaining fee on the existing loan. When the `financing_offer`
|
|
152
|
-
* is paid out, the `previous_financing_fee_discount_amount` will be computed as the multiple of this rate
|
|
153
|
-
* and the remaining fee.
|
|
154
|
-
*/
|
|
155
|
-
previous_financing_fee_discount_rate: number | null;
|
|
156
|
-
|
|
157
|
-
/**
|
|
158
|
-
* Per-transaction rate at which Stripe will withhold funds to repay the financing.
|
|
159
|
-
*/
|
|
160
|
-
withhold_rate: number;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
namespace OfferedTerms {
|
|
164
|
-
type CampaignType =
|
|
165
|
-
| 'newly_eligible_user'
|
|
166
|
-
| 'previously_eligible_user'
|
|
167
|
-
| 'repeat_user';
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
type ProductType = 'refill' | 'standard';
|
|
171
|
-
|
|
172
|
-
type Status =
|
|
173
|
-
| 'accepted'
|
|
174
|
-
| 'canceled'
|
|
175
|
-
| 'completed'
|
|
176
|
-
| 'delivered'
|
|
177
|
-
| 'expired'
|
|
178
|
-
| 'fully_repaid'
|
|
179
|
-
| 'paid_out'
|
|
180
|
-
| 'rejected'
|
|
181
|
-
| 'replaced'
|
|
182
|
-
| 'undelivered';
|
|
183
|
-
|
|
184
|
-
type Type = 'cash_advance' | 'flex_loan';
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec
|
|
2
|
-
|
|
3
|
-
declare module 'stripe' {
|
|
4
|
-
namespace Stripe {
|
|
5
|
-
namespace Capital {
|
|
6
|
-
interface FinancingOfferRetrieveParams {
|
|
7
|
-
/**
|
|
8
|
-
* Specifies which fields in the response should be expanded.
|
|
9
|
-
*/
|
|
10
|
-
expand?: Array<string>;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
interface FinancingOfferListParams extends PaginationParams {
|
|
14
|
-
/**
|
|
15
|
-
* limit list to offers belonging to given connected account
|
|
16
|
-
*/
|
|
17
|
-
connected_account?: string;
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* Only return offers that were created during the given date interval.
|
|
21
|
-
*/
|
|
22
|
-
created?: Stripe.RangeQueryParam | number;
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* Specifies which fields in the response should be expanded.
|
|
26
|
-
*/
|
|
27
|
-
expand?: Array<string>;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* limit list to offers with given status
|
|
31
|
-
*/
|
|
32
|
-
status?: FinancingOfferListParams.Status;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
namespace FinancingOfferListParams {
|
|
36
|
-
type Status =
|
|
37
|
-
| 'accepted'
|
|
38
|
-
| 'canceled'
|
|
39
|
-
| 'completed'
|
|
40
|
-
| 'delivered'
|
|
41
|
-
| 'expired'
|
|
42
|
-
| 'fully_repaid'
|
|
43
|
-
| 'paid_out'
|
|
44
|
-
| 'rejected'
|
|
45
|
-
| 'revoked'
|
|
46
|
-
| 'undelivered';
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
interface FinancingOfferMarkDeliveredParams {
|
|
50
|
-
/**
|
|
51
|
-
* Specifies which fields in the response should be expanded.
|
|
52
|
-
*/
|
|
53
|
-
expand?: Array<string>;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
class FinancingOffersResource {
|
|
57
|
-
/**
|
|
58
|
-
* Get the details of the financing offer
|
|
59
|
-
*/
|
|
60
|
-
retrieve(
|
|
61
|
-
id: string,
|
|
62
|
-
params?: FinancingOfferRetrieveParams,
|
|
63
|
-
options?: RequestOptions
|
|
64
|
-
): Promise<Stripe.Response<Stripe.Capital.FinancingOffer>>;
|
|
65
|
-
retrieve(
|
|
66
|
-
id: string,
|
|
67
|
-
options?: RequestOptions
|
|
68
|
-
): Promise<Stripe.Response<Stripe.Capital.FinancingOffer>>;
|
|
69
|
-
|
|
70
|
-
/**
|
|
71
|
-
* Retrieves the financing offers available for Connected accounts that belong to your platform.
|
|
72
|
-
*/
|
|
73
|
-
list(
|
|
74
|
-
params?: FinancingOfferListParams,
|
|
75
|
-
options?: RequestOptions
|
|
76
|
-
): ApiListPromise<Stripe.Capital.FinancingOffer>;
|
|
77
|
-
list(
|
|
78
|
-
options?: RequestOptions
|
|
79
|
-
): ApiListPromise<Stripe.Capital.FinancingOffer>;
|
|
80
|
-
|
|
81
|
-
/**
|
|
82
|
-
* Acknowledges that platform has received and delivered the financing_offer to
|
|
83
|
-
* the intended merchant recipient.
|
|
84
|
-
*/
|
|
85
|
-
markDelivered(
|
|
86
|
-
id: string,
|
|
87
|
-
params?: FinancingOfferMarkDeliveredParams,
|
|
88
|
-
options?: RequestOptions
|
|
89
|
-
): Promise<Stripe.Response<Stripe.Capital.FinancingOffer>>;
|
|
90
|
-
markDelivered(
|
|
91
|
-
id: string,
|
|
92
|
-
options?: RequestOptions
|
|
93
|
-
): Promise<Stripe.Response<Stripe.Capital.FinancingOffer>>;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|