stripe 13.1.0.pre.beta.2 → 13.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (91) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +660 -1368
  3. data/OPENAPI_VERSION +1 -1
  4. data/README.md +1 -1
  5. data/VERSION +1 -1
  6. data/examples/README.md +7 -2
  7. data/examples/example_template.rb +36 -0
  8. data/examples/meter_event_stream.rb +10 -0
  9. data/examples/{stripe_webhook_handler.rb → thinevent_webhook_handler.rb} +11 -0
  10. data/lib/stripe/api_resource.rb +8 -2
  11. data/lib/stripe/api_version.rb +1 -1
  12. data/lib/stripe/object_types.rb +1 -19
  13. data/lib/stripe/resources/billing/credit_balance_summary.rb +1 -1
  14. data/lib/stripe/resources/billing/credit_grant.rb +4 -1
  15. data/lib/stripe/resources/financial_connections/account.rb +0 -3
  16. data/lib/stripe/resources/invoice.rb +0 -81
  17. data/lib/stripe/resources/issuing/card.rb +2 -2
  18. data/lib/stripe/resources/payment_intent.rb +0 -50
  19. data/lib/stripe/resources/quote.rb +0 -104
  20. data/lib/stripe/resources/subscription_schedule.rb +0 -20
  21. data/lib/stripe/resources/terminal/reader.rb +0 -60
  22. data/lib/stripe/resources/token.rb +1 -1
  23. data/lib/stripe/resources/v2/billing/meter_event.rb +2 -2
  24. data/lib/stripe/resources/v2/billing/meter_event_adjustment.rb +2 -2
  25. data/lib/stripe/resources/v2/billing/meter_event_session.rb +2 -2
  26. data/lib/stripe/resources/v2/event_destination.rb +13 -0
  27. data/lib/stripe/resources.rb +1 -18
  28. data/lib/stripe/services/account_login_link_service.rb +1 -1
  29. data/lib/stripe/services/financial_connections/account_service.rb +1 -3
  30. data/lib/stripe/services/financial_connections_service.rb +1 -2
  31. data/lib/stripe/services/invoice_service.rb +1 -44
  32. data/lib/stripe/services/issuing_service.rb +1 -4
  33. data/lib/stripe/services/payment_intent_service.rb +0 -26
  34. data/lib/stripe/services/quote_service.rb +1 -49
  35. data/lib/stripe/services/subscription_schedule_service.rb +0 -11
  36. data/lib/stripe/services/tax_service.rb +1 -3
  37. data/lib/stripe/services/terminal/reader_service.rb +0 -33
  38. data/lib/stripe/services/terminal_service.rb +1 -2
  39. data/lib/stripe/services/test_helpers/issuing/card_service.rb +1 -1
  40. data/lib/stripe/services/token_service.rb +1 -1
  41. data/lib/stripe/services/v1_services.rb +1 -6
  42. data/lib/stripe/services/v2/core/event_destination_service.rb +98 -0
  43. data/lib/stripe/services/v2/core_service.rb +2 -1
  44. data/lib/stripe/services.rb +1 -22
  45. data/lib/stripe/stripe_configuration.rb +1 -3
  46. data/lib/stripe/util.rb +1 -7
  47. data/lib/stripe/version.rb +1 -1
  48. data/lib/stripe.rb +0 -45
  49. metadata +8 -47
  50. data/examples/new_example.rb +0 -24
  51. data/lib/stripe/request_signing_authenticator.rb +0 -79
  52. data/lib/stripe/resources/account_notice.rb +0 -32
  53. data/lib/stripe/resources/capital/financing_offer.rb +0 -49
  54. data/lib/stripe/resources/capital/financing_summary.rb +0 -15
  55. data/lib/stripe/resources/capital/financing_transaction.rb +0 -27
  56. data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -14
  57. data/lib/stripe/resources/financial_connections/institution.rb +0 -26
  58. data/lib/stripe/resources/gift_cards/card.rb +0 -59
  59. data/lib/stripe/resources/gift_cards/transaction.rb +0 -93
  60. data/lib/stripe/resources/invoice_payment.rb +0 -12
  61. data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -88
  62. data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -26
  63. data/lib/stripe/resources/margin.rb +0 -37
  64. data/lib/stripe/resources/order.rb +0 -120
  65. data/lib/stripe/resources/quote_preview_invoice.rb +0 -43
  66. data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -11
  67. data/lib/stripe/resources/tax/association.rb +0 -24
  68. data/lib/stripe/resources/tax/form.rb +0 -49
  69. data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -14
  70. data/lib/stripe/services/account_notice_service.rb +0 -39
  71. data/lib/stripe/services/capital/financing_offer_service.rb +0 -42
  72. data/lib/stripe/services/capital/financing_summary_service.rb +0 -19
  73. data/lib/stripe/services/capital/financing_transaction_service.rb +0 -31
  74. data/lib/stripe/services/capital_service.rb +0 -15
  75. data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +0 -19
  76. data/lib/stripe/services/financial_connections/institution_service.rb +0 -30
  77. data/lib/stripe/services/gift_cards/card_service.rb +0 -63
  78. data/lib/stripe/services/gift_cards/transaction_service.rb +0 -74
  79. data/lib/stripe/services/gift_cards_service.rb +0 -14
  80. data/lib/stripe/services/invoice_payment_service.rb +0 -28
  81. data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -74
  82. data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -30
  83. data/lib/stripe/services/margin_service.rb +0 -50
  84. data/lib/stripe/services/order_line_item_service.rb +0 -17
  85. data/lib/stripe/services/order_service.rb +0 -78
  86. data/lib/stripe/services/quote_line_service.rb +0 -17
  87. data/lib/stripe/services/quote_preview_invoice_service.rb +0 -17
  88. data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +0 -17
  89. data/lib/stripe/services/tax/association_service.rb +0 -19
  90. data/lib/stripe/services/tax/form_service.rb +0 -37
  91. data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -19
@@ -1,39 +0,0 @@
1
- # File generated from our OpenAPI spec
2
- # frozen_string_literal: true
3
-
4
- module Stripe
5
- class AccountNoticeService < StripeService
6
- # Retrieves a list of AccountNotice objects. The objects are sorted in descending order by creation date, with the most-recently-created object appearing first.
7
- def list(params = {}, opts = {})
8
- request(
9
- method: :get,
10
- path: "/v1/account_notices",
11
- params: params,
12
- opts: opts,
13
- base_address: :api
14
- )
15
- end
16
-
17
- # Retrieves an AccountNotice object.
18
- def retrieve(account_notice, params = {}, opts = {})
19
- request(
20
- method: :get,
21
- path: format("/v1/account_notices/%<account_notice>s", { account_notice: CGI.escape(account_notice) }),
22
- params: params,
23
- opts: opts,
24
- base_address: :api
25
- )
26
- end
27
-
28
- # Updates an AccountNotice object.
29
- def update(account_notice, params = {}, opts = {})
30
- request(
31
- method: :post,
32
- path: format("/v1/account_notices/%<account_notice>s", { account_notice: CGI.escape(account_notice) }),
33
- params: params,
34
- opts: opts,
35
- base_address: :api
36
- )
37
- end
38
- end
39
- end
@@ -1,42 +0,0 @@
1
- # File generated from our OpenAPI spec
2
- # frozen_string_literal: true
3
-
4
- module Stripe
5
- module Capital
6
- class FinancingOfferService < StripeService
7
- # Retrieves the financing offers available for Connected accounts that belong to your platform.
8
- def list(params = {}, opts = {})
9
- request(
10
- method: :get,
11
- path: "/v1/capital/financing_offers",
12
- params: params,
13
- opts: opts,
14
- base_address: :api
15
- )
16
- end
17
-
18
- # Acknowledges that platform has received and delivered the financing_offer to
19
- # the intended merchant recipient.
20
- def mark_delivered(financing_offer, params = {}, opts = {})
21
- request(
22
- method: :post,
23
- path: format("/v1/capital/financing_offers/%<financing_offer>s/mark_delivered", { financing_offer: CGI.escape(financing_offer) }),
24
- params: params,
25
- opts: opts,
26
- base_address: :api
27
- )
28
- end
29
-
30
- # Get the details of the financing offer
31
- def retrieve(financing_offer, params = {}, opts = {})
32
- request(
33
- method: :get,
34
- path: format("/v1/capital/financing_offers/%<financing_offer>s", { financing_offer: CGI.escape(financing_offer) }),
35
- params: params,
36
- opts: opts,
37
- base_address: :api
38
- )
39
- end
40
- end
41
- end
42
- end
@@ -1,19 +0,0 @@
1
- # File generated from our OpenAPI spec
2
- # frozen_string_literal: true
3
-
4
- module Stripe
5
- module Capital
6
- class FinancingSummaryService < StripeService
7
- # Retrieve the financing state for the account that was authenticated in the request.
8
- def retrieve(params = {}, opts = {})
9
- request(
10
- method: :get,
11
- path: "/v1/capital/financing_summary",
12
- params: params,
13
- opts: opts,
14
- base_address: :api
15
- )
16
- end
17
- end
18
- end
19
- end
@@ -1,31 +0,0 @@
1
- # File generated from our OpenAPI spec
2
- # frozen_string_literal: true
3
-
4
- module Stripe
5
- module Capital
6
- class FinancingTransactionService < StripeService
7
- # Returns a list of financing transactions. The transactions are returned in sorted order,
8
- # with the most recent transactions appearing first.
9
- def list(params = {}, opts = {})
10
- request(
11
- method: :get,
12
- path: "/v1/capital/financing_transactions",
13
- params: params,
14
- opts: opts,
15
- base_address: :api
16
- )
17
- end
18
-
19
- # Retrieves a financing transaction for a financing offer.
20
- def retrieve(financing_transaction, params = {}, opts = {})
21
- request(
22
- method: :get,
23
- path: format("/v1/capital/financing_transactions/%<financing_transaction>s", { financing_transaction: CGI.escape(financing_transaction) }),
24
- params: params,
25
- opts: opts,
26
- base_address: :api
27
- )
28
- end
29
- end
30
- end
31
- end
@@ -1,15 +0,0 @@
1
- # File generated from our OpenAPI spec
2
- # frozen_string_literal: true
3
-
4
- module Stripe
5
- class CapitalService < StripeService
6
- attr_reader :financing_offers, :financing_summary, :financing_transactions
7
-
8
- def initialize(requestor)
9
- super(requestor)
10
- @financing_offers = Stripe::Capital::FinancingOfferService.new(@requestor)
11
- @financing_summary = Stripe::Capital::FinancingSummaryService.new(@requestor)
12
- @financing_transactions = Stripe::Capital::FinancingTransactionService.new(@requestor)
13
- end
14
- end
15
- end
@@ -1,19 +0,0 @@
1
- # File generated from our OpenAPI spec
2
- # frozen_string_literal: true
3
-
4
- module Stripe
5
- module FinancialConnections
6
- class AccountInferredBalanceService < StripeService
7
- # Lists the recorded inferred balances for a Financial Connections Account.
8
- def list(account, params = {}, opts = {})
9
- request(
10
- method: :get,
11
- path: format("/v1/financial_connections/accounts/%<account>s/inferred_balances", { account: CGI.escape(account) }),
12
- params: params,
13
- opts: opts,
14
- base_address: :api
15
- )
16
- end
17
- end
18
- end
19
- end
@@ -1,30 +0,0 @@
1
- # File generated from our OpenAPI spec
2
- # frozen_string_literal: true
3
-
4
- module Stripe
5
- module FinancialConnections
6
- class InstitutionService < StripeService
7
- # Returns a list of Financial Connections Institution objects.
8
- def list(params = {}, opts = {})
9
- request(
10
- method: :get,
11
- path: "/v1/financial_connections/institutions",
12
- params: params,
13
- opts: opts,
14
- base_address: :api
15
- )
16
- end
17
-
18
- # Retrieves the details of a Financial Connections Institution.
19
- def retrieve(institution, params = {}, opts = {})
20
- request(
21
- method: :get,
22
- path: format("/v1/financial_connections/institutions/%<institution>s", { institution: CGI.escape(institution) }),
23
- params: params,
24
- opts: opts,
25
- base_address: :api
26
- )
27
- end
28
- end
29
- end
30
- end
@@ -1,63 +0,0 @@
1
- # File generated from our OpenAPI spec
2
- # frozen_string_literal: true
3
-
4
- module Stripe
5
- module GiftCards
6
- class CardService < StripeService
7
- # Creates a new gift card object.
8
- def create(params = {}, opts = {})
9
- request(
10
- method: :post,
11
- path: "/v1/gift_cards/cards",
12
- params: params,
13
- opts: opts,
14
- base_address: :api
15
- )
16
- end
17
-
18
- # List gift cards for an account
19
- def list(params = {}, opts = {})
20
- request(
21
- method: :get,
22
- path: "/v1/gift_cards/cards",
23
- params: params,
24
- opts: opts,
25
- base_address: :api
26
- )
27
- end
28
-
29
- # Retrieve a gift card by id
30
- def retrieve(id, params = {}, opts = {})
31
- request(
32
- method: :get,
33
- path: format("/v1/gift_cards/cards/%<id>s", { id: CGI.escape(id) }),
34
- params: params,
35
- opts: opts,
36
- base_address: :api
37
- )
38
- end
39
-
40
- # Update a gift card
41
- def update(id, params = {}, opts = {})
42
- request(
43
- method: :post,
44
- path: format("/v1/gift_cards/cards/%<id>s", { id: CGI.escape(id) }),
45
- params: params,
46
- opts: opts,
47
- base_address: :api
48
- )
49
- end
50
-
51
- # Validates a gift card code, returning the matching gift card object if it exists.
52
- def validate(params = {}, opts = {})
53
- request(
54
- method: :post,
55
- path: "/v1/gift_cards/cards/validate",
56
- params: params,
57
- opts: opts,
58
- base_address: :api
59
- )
60
- end
61
- end
62
- end
63
- end
@@ -1,74 +0,0 @@
1
- # File generated from our OpenAPI spec
2
- # frozen_string_literal: true
3
-
4
- module Stripe
5
- module GiftCards
6
- class TransactionService < StripeService
7
- # Cancel a gift card transaction
8
- def cancel(id, params = {}, opts = {})
9
- request(
10
- method: :post,
11
- path: format("/v1/gift_cards/transactions/%<id>s/cancel", { id: CGI.escape(id) }),
12
- params: params,
13
- opts: opts,
14
- base_address: :api
15
- )
16
- end
17
-
18
- # Confirm a gift card transaction
19
- def confirm(id, params = {}, opts = {})
20
- request(
21
- method: :post,
22
- path: format("/v1/gift_cards/transactions/%<id>s/confirm", { id: CGI.escape(id) }),
23
- params: params,
24
- opts: opts,
25
- base_address: :api
26
- )
27
- end
28
-
29
- # Create a gift card transaction
30
- def create(params = {}, opts = {})
31
- request(
32
- method: :post,
33
- path: "/v1/gift_cards/transactions",
34
- params: params,
35
- opts: opts,
36
- base_address: :api
37
- )
38
- end
39
-
40
- # List gift card transactions for a gift card
41
- def list(params = {}, opts = {})
42
- request(
43
- method: :get,
44
- path: "/v1/gift_cards/transactions",
45
- params: params,
46
- opts: opts,
47
- base_address: :api
48
- )
49
- end
50
-
51
- # Retrieves the gift card transaction.
52
- def retrieve(id, params = {}, opts = {})
53
- request(
54
- method: :get,
55
- path: format("/v1/gift_cards/transactions/%<id>s", { id: CGI.escape(id) }),
56
- params: params,
57
- opts: opts,
58
- base_address: :api
59
- )
60
- end
61
-
62
- # Update a gift card transaction
63
- def update(id, params = {}, opts = {})
64
- request(
65
- method: :post,
66
- path: format("/v1/gift_cards/transactions/%<id>s", { id: CGI.escape(id) }),
67
- params: params,
68
- opts: opts,
69
- base_address: :api
70
- )
71
- end
72
- end
73
- end
74
- end
@@ -1,14 +0,0 @@
1
- # File generated from our OpenAPI spec
2
- # frozen_string_literal: true
3
-
4
- module Stripe
5
- class GiftCardsService < StripeService
6
- attr_reader :cards, :transactions
7
-
8
- def initialize(requestor)
9
- super(requestor)
10
- @cards = Stripe::GiftCards::CardService.new(@requestor)
11
- @transactions = Stripe::GiftCards::TransactionService.new(@requestor)
12
- end
13
- end
14
- end
@@ -1,28 +0,0 @@
1
- # File generated from our OpenAPI spec
2
- # frozen_string_literal: true
3
-
4
- module Stripe
5
- class InvoicePaymentService < StripeService
6
- # When retrieving an invoice, there is an includable payments property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of payments.
7
- def list(invoice, params = {}, opts = {})
8
- request(
9
- method: :get,
10
- path: format("/v1/invoices/%<invoice>s/payments", { invoice: CGI.escape(invoice) }),
11
- params: params,
12
- opts: opts,
13
- base_address: :api
14
- )
15
- end
16
-
17
- # Retrieves the invoice payment with the given ID.
18
- def retrieve(invoice, invoice_payment, params = {}, opts = {})
19
- request(
20
- method: :get,
21
- path: format("/v1/invoices/%<invoice>s/payments/%<invoice_payment>s", { invoice: CGI.escape(invoice), invoice_payment: CGI.escape(invoice_payment) }),
22
- params: params,
23
- opts: opts,
24
- base_address: :api
25
- )
26
- end
27
- end
28
- end
@@ -1,74 +0,0 @@
1
- # File generated from our OpenAPI spec
2
- # frozen_string_literal: true
3
-
4
- module Stripe
5
- module Issuing
6
- class CreditUnderwritingRecordService < StripeService
7
- # Update a CreditUnderwritingRecord object to correct mistakes.
8
- def correct(credit_underwriting_record, params = {}, opts = {})
9
- request(
10
- method: :post,
11
- path: format("/v1/issuing/credit_underwriting_records/%<credit_underwriting_record>s/correct", { credit_underwriting_record: CGI.escape(credit_underwriting_record) }),
12
- params: params,
13
- opts: opts,
14
- base_address: :api
15
- )
16
- end
17
-
18
- # Creates a CreditUnderwritingRecord object with information about a credit application submission.
19
- def create_from_application(params = {}, opts = {})
20
- request(
21
- method: :post,
22
- path: "/v1/issuing/credit_underwriting_records/create_from_application",
23
- params: params,
24
- opts: opts,
25
- base_address: :api
26
- )
27
- end
28
-
29
- # Creates a CreditUnderwritingRecord object from an underwriting decision coming from a proactive review of an existing accountholder.
30
- def create_from_proactive_review(params = {}, opts = {})
31
- request(
32
- method: :post,
33
- path: "/v1/issuing/credit_underwriting_records/create_from_proactive_review",
34
- params: params,
35
- opts: opts,
36
- base_address: :api
37
- )
38
- end
39
-
40
- # Retrieves a list of CreditUnderwritingRecord objects. The objects are sorted in descending order by creation date, with the most-recently-created object appearing first.
41
- def list(params = {}, opts = {})
42
- request(
43
- method: :get,
44
- path: "/v1/issuing/credit_underwriting_records",
45
- params: params,
46
- opts: opts,
47
- base_address: :api
48
- )
49
- end
50
-
51
- # Update a CreditUnderwritingRecord object from a decision made on a credit application.
52
- def report_decision(credit_underwriting_record, params = {}, opts = {})
53
- request(
54
- method: :post,
55
- path: format("/v1/issuing/credit_underwriting_records/%<credit_underwriting_record>s/report_decision", { credit_underwriting_record: CGI.escape(credit_underwriting_record) }),
56
- params: params,
57
- opts: opts,
58
- base_address: :api
59
- )
60
- end
61
-
62
- # Retrieves a CreditUnderwritingRecord object.
63
- def retrieve(credit_underwriting_record, params = {}, opts = {})
64
- request(
65
- method: :get,
66
- path: format("/v1/issuing/credit_underwriting_records/%<credit_underwriting_record>s", { credit_underwriting_record: CGI.escape(credit_underwriting_record) }),
67
- params: params,
68
- opts: opts,
69
- base_address: :api
70
- )
71
- end
72
- end
73
- end
74
- end
@@ -1,30 +0,0 @@
1
- # File generated from our OpenAPI spec
2
- # frozen_string_literal: true
3
-
4
- module Stripe
5
- module Issuing
6
- class DisputeSettlementDetailService < StripeService
7
- # Returns a list of Issuing DisputeSettlementDetail objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
8
- def list(params = {}, opts = {})
9
- request(
10
- method: :get,
11
- path: "/v1/issuing/dispute_settlement_details",
12
- params: params,
13
- opts: opts,
14
- base_address: :api
15
- )
16
- end
17
-
18
- # Retrieves an Issuing DisputeSettlementDetail object.
19
- def retrieve(dispute_settlement_detail, params = {}, opts = {})
20
- request(
21
- method: :get,
22
- path: format("/v1/issuing/dispute_settlement_details/%<dispute_settlement_detail>s", { dispute_settlement_detail: CGI.escape(dispute_settlement_detail) }),
23
- params: params,
24
- opts: opts,
25
- base_address: :api
26
- )
27
- end
28
- end
29
- end
30
- end
@@ -1,50 +0,0 @@
1
- # File generated from our OpenAPI spec
2
- # frozen_string_literal: true
3
-
4
- module Stripe
5
- class MarginService < StripeService
6
- # Create a margin object to be used with invoices, invoice items, and invoice line items for a customer to represent a partner discount. A margin has a percent_off which is the percent that will be taken off the subtotal after all items and other discounts and promotions) of any invoices for a customer. Calculation of prorations do not include any partner margins applied on the original invoice item.
7
- def create(params = {}, opts = {})
8
- request(
9
- method: :post,
10
- path: "/v1/billing/margins",
11
- params: params,
12
- opts: opts,
13
- base_address: :api
14
- )
15
- end
16
-
17
- # Retrieve a list of your margins.
18
- def list(params = {}, opts = {})
19
- request(
20
- method: :get,
21
- path: "/v1/billing/margins",
22
- params: params,
23
- opts: opts,
24
- base_address: :api
25
- )
26
- end
27
-
28
- # Retrieve a margin object with the given ID.
29
- def retrieve(margin, params = {}, opts = {})
30
- request(
31
- method: :get,
32
- path: format("/v1/billing/margins/%<margin>s", { margin: CGI.escape(margin) }),
33
- params: params,
34
- opts: opts,
35
- base_address: :api
36
- )
37
- end
38
-
39
- # Update the specified margin object. Certain fields of the margin object are not editable.
40
- def update(margin, params = {}, opts = {})
41
- request(
42
- method: :post,
43
- path: format("/v1/billing/margins/%<margin>s", { margin: CGI.escape(margin) }),
44
- params: params,
45
- opts: opts,
46
- base_address: :api
47
- )
48
- end
49
- end
50
- end
@@ -1,17 +0,0 @@
1
- # File generated from our OpenAPI spec
2
- # frozen_string_literal: true
3
-
4
- module Stripe
5
- class OrderLineItemService < StripeService
6
- # When retrieving an order, there is an includable line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.
7
- def list(id, params = {}, opts = {})
8
- request(
9
- method: :get,
10
- path: format("/v1/orders/%<id>s/line_items", { id: CGI.escape(id) }),
11
- params: params,
12
- opts: opts,
13
- base_address: :api
14
- )
15
- end
16
- end
17
- end
@@ -1,78 +0,0 @@
1
- # File generated from our OpenAPI spec
2
- # frozen_string_literal: true
3
-
4
- module Stripe
5
- class OrderService < StripeService
6
- attr_reader :line_items
7
-
8
- def initialize(requestor)
9
- super(requestor)
10
- @line_items = Stripe::OrderLineItemService.new(@requestor)
11
- end
12
-
13
- # Cancels the order as well as the payment intent if one is attached.
14
- def cancel(id, params = {}, opts = {})
15
- request(
16
- method: :post,
17
- path: format("/v1/orders/%<id>s/cancel", { id: CGI.escape(id) }),
18
- params: params,
19
- opts: opts,
20
- base_address: :api
21
- )
22
- end
23
-
24
- # Creates a new open order object.
25
- def create(params = {}, opts = {})
26
- request(method: :post, path: "/v1/orders", params: params, opts: opts, base_address: :api)
27
- end
28
-
29
- # Returns a list of your orders. The orders are returned sorted by creation date, with the most recently created orders appearing first.
30
- def list(params = {}, opts = {})
31
- request(method: :get, path: "/v1/orders", params: params, opts: opts, base_address: :api)
32
- end
33
-
34
- # Reopens a submitted order.
35
- def reopen(id, params = {}, opts = {})
36
- request(
37
- method: :post,
38
- path: format("/v1/orders/%<id>s/reopen", { id: CGI.escape(id) }),
39
- params: params,
40
- opts: opts,
41
- base_address: :api
42
- )
43
- end
44
-
45
- # Retrieves the details of an existing order. Supply the unique order ID from either an order creation request or the order list, and Stripe will return the corresponding order information.
46
- def retrieve(id, params = {}, opts = {})
47
- request(
48
- method: :get,
49
- path: format("/v1/orders/%<id>s", { id: CGI.escape(id) }),
50
- params: params,
51
- opts: opts,
52
- base_address: :api
53
- )
54
- end
55
-
56
- # Submitting an Order transitions the status to processing and creates a PaymentIntent object so the order can be paid. If the Order has an amount_total of 0, no PaymentIntent object will be created. Once the order is submitted, its contents cannot be changed, unless the [reopen](https://stripe.com/docs/api#reopen_order) method is called.
57
- def submit(id, params = {}, opts = {})
58
- request(
59
- method: :post,
60
- path: format("/v1/orders/%<id>s/submit", { id: CGI.escape(id) }),
61
- params: params,
62
- opts: opts,
63
- base_address: :api
64
- )
65
- end
66
-
67
- # Updates the specific order by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
68
- def update(id, params = {}, opts = {})
69
- request(
70
- method: :post,
71
- path: format("/v1/orders/%<id>s", { id: CGI.escape(id) }),
72
- params: params,
73
- opts: opts,
74
- base_address: :api
75
- )
76
- end
77
- end
78
- end
@@ -1,17 +0,0 @@
1
- # File generated from our OpenAPI spec
2
- # frozen_string_literal: true
3
-
4
- module Stripe
5
- class QuoteLineService < StripeService
6
- # Retrieves a paginated list of lines for a quote. These lines describe changes that will be used to create new subscription schedules or update existing subscription schedules when the quote is accepted.
7
- def list(quote, params = {}, opts = {})
8
- request(
9
- method: :get,
10
- path: format("/v1/quotes/%<quote>s/lines", { quote: CGI.escape(quote) }),
11
- params: params,
12
- opts: opts,
13
- base_address: :api
14
- )
15
- end
16
- end
17
- end
@@ -1,17 +0,0 @@
1
- # File generated from our OpenAPI spec
2
- # frozen_string_literal: true
3
-
4
- module Stripe
5
- class QuotePreviewInvoiceService < StripeService
6
- # Preview the invoices that would be generated by accepting the quote.
7
- def list(quote, params = {}, opts = {})
8
- request(
9
- method: :get,
10
- path: format("/v1/quotes/%<quote>s/preview_invoices", { quote: CGI.escape(quote) }),
11
- params: params,
12
- opts: opts,
13
- base_address: :api
14
- )
15
- end
16
- end
17
- end