Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Aug 22, 2024
1 parent 03dd87f commit 65d4b22
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 21 deletions.
6 changes: 3 additions & 3 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -70600,7 +70600,7 @@
}
},
"treasury.inbound_transfer": {
"description": "Use [InboundTransfers](https://stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers) to add funds to your [FinancialAccount](https://stripe.com/docs/api#financial_accounts) via a PaymentMethod that is owned by you. The funds will be transferred via an ACH debit.",
"description": "Use [InboundTransfers](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers) to add funds to your [FinancialAccount](https://stripe.com/docs/api#financial_accounts) via a PaymentMethod that is owned by you. The funds will be transferred via an ACH debit.\n\nRelated guide: [Moving money with Treasury using InboundTransfer objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers)",
"properties": {
"amount": {
"description": "Amount (in cents) transferred.",
Expand Down Expand Up @@ -70884,7 +70884,7 @@
}
},
"treasury.outbound_payment": {
"description": "Use OutboundPayments to send funds to another party's external bank account or [FinancialAccount](https://stripe.com/docs/api#financial_accounts). To send money to an account belonging to the same user, use an [OutboundTransfer](https://stripe.com/docs/api#outbound_transfers).\n\nSimulate OutboundPayment state changes with the `/v1/test_helpers/treasury/outbound_payments` endpoints. These methods can only be called on test mode objects.",
"description": "Use [OutboundPayments](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-payments) to send funds to another party's external bank account or [FinancialAccount](https://stripe.com/docs/api#financial_accounts). To send money to an account belonging to the same user, use an [OutboundTransfer](https://stripe.com/docs/api#outbound_transfers).\n\nSimulate OutboundPayment state changes with the `/v1/test_helpers/treasury/outbound_payments` endpoints. These methods can only be called on test mode objects.\n\nRelated guide: [Moving money with Treasury using OutboundPayment objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-payments)",
"properties": {
"amount": {
"description": "Amount (in cents) transferred.",
Expand Down Expand Up @@ -71248,7 +71248,7 @@
}
},
"treasury.outbound_transfer": {
"description": "Use OutboundTransfers to transfer funds from a [FinancialAccount](https://stripe.com/docs/api#financial_accounts) to a PaymentMethod belonging to the same entity. To send funds to a different party, use [OutboundPayments](https://stripe.com/docs/api#outbound_payments) instead. You can send funds over ACH rails or through a domestic wire transfer to a user's own external bank account.\n\nSimulate OutboundTransfer state changes with the `/v1/test_helpers/treasury/outbound_transfers` endpoints. These methods can only be called on test mode objects.",
"description": "Use [OutboundTransfers](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-transfers) to transfer funds from a [FinancialAccount](https://stripe.com/docs/api#financial_accounts) to a PaymentMethod belonging to the same entity. To send funds to a different party, use [OutboundPayments](https://stripe.com/docs/api#outbound_payments) instead. You can send funds over ACH rails or through a domestic wire transfer to a user's own external bank account.\n\nSimulate OutboundTransfer state changes with the `/v1/test_helpers/treasury/outbound_transfers` endpoints. These methods can only be called on test mode objects.\n\nRelated guide: [Moving money with Treasury using OutboundTransfer objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-transfers)",
"properties": {
"amount": {
"description": "Amount (in cents) transferred.",
Expand Down
23 changes: 19 additions & 4 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64299,11 +64299,15 @@ components:
treasury.inbound_transfer:
description: >-
Use
[InboundTransfers](https://stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers)
[InboundTransfers](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers)
to add funds to your
[FinancialAccount](https://stripe.com/docs/api#financial_accounts) via a
PaymentMethod that is owned by you. The funds will be transferred via an
ACH debit.


Related guide: [Moving money with Treasury using InboundTransfer
objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers)
properties:
amount:
description: Amount (in cents) transferred.
Expand Down Expand Up @@ -64543,8 +64547,9 @@ components:
type: treasury.inbound_transfer.succeeded
treasury.outbound_payment:
description: >-
Use OutboundPayments to send funds to another party's external bank
account or
Use
[OutboundPayments](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-payments)
to send funds to another party's external bank account or
[FinancialAccount](https://stripe.com/docs/api#financial_accounts). To
send money to an account belonging to the same user, use an
[OutboundTransfer](https://stripe.com/docs/api#outbound_transfers).
Expand All @@ -64553,6 +64558,10 @@ components:
Simulate OutboundPayment state changes with the
`/v1/test_helpers/treasury/outbound_payments` endpoints. These methods
can only be called on test mode objects.


Related guide: [Moving money with Treasury using OutboundPayment
objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-payments)
properties:
amount:
description: Amount (in cents) transferred.
Expand Down Expand Up @@ -64856,7 +64865,9 @@ components:
type: treasury.outbound_payment.tracking_details_updated
treasury.outbound_transfer:
description: >-
Use OutboundTransfers to transfer funds from a
Use
[OutboundTransfers](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-transfers)
to transfer funds from a
[FinancialAccount](https://stripe.com/docs/api#financial_accounts) to a
PaymentMethod belonging to the same entity. To send funds to a different
party, use
Expand All @@ -64868,6 +64879,10 @@ components:
Simulate OutboundTransfer state changes with the
`/v1/test_helpers/treasury/outbound_transfers` endpoints. These methods
can only be called on test mode objects.


Related guide: [Moving money with Treasury using OutboundTransfer
objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-transfers)
properties:
amount:
description: Amount (in cents) transferred.
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -48697,7 +48697,7 @@
"x-resourceId": "treasury.financial_account_features"
},
"treasury.inbound_transfer": {
"description": "Use [InboundTransfers](https://stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers) to add funds to your [FinancialAccount](https://stripe.com/docs/api#financial_accounts) via a PaymentMethod that is owned by you. The funds will be transferred via an ACH debit.",
"description": "Use [InboundTransfers](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers) to add funds to your [FinancialAccount](https://stripe.com/docs/api#financial_accounts) via a PaymentMethod that is owned by you. The funds will be transferred via an ACH debit.\n\nRelated guide: [Moving money with Treasury using InboundTransfer objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers)",
"properties": {
"amount": {
"description": "Amount (in cents) transferred.",
Expand Down Expand Up @@ -48855,7 +48855,7 @@
"x-resourceId": "treasury.inbound_transfer"
},
"treasury.outbound_payment": {
"description": "Use OutboundPayments to send funds to another party's external bank account or [FinancialAccount](https://stripe.com/docs/api#financial_accounts). To send money to an account belonging to the same user, use an [OutboundTransfer](https://stripe.com/docs/api#outbound_transfers).\n\nSimulate OutboundPayment state changes with the `/v1/test_helpers/treasury/outbound_payments` endpoints. These methods can only be called on test mode objects.",
"description": "Use [OutboundPayments](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-payments) to send funds to another party's external bank account or [FinancialAccount](https://stripe.com/docs/api#financial_accounts). To send money to an account belonging to the same user, use an [OutboundTransfer](https://stripe.com/docs/api#outbound_transfers).\n\nSimulate OutboundPayment state changes with the `/v1/test_helpers/treasury/outbound_payments` endpoints. These methods can only be called on test mode objects.\n\nRelated guide: [Moving money with Treasury using OutboundPayment objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-payments)",
"properties": {
"amount": {
"description": "Amount (in cents) transferred.",
Expand Down Expand Up @@ -49036,7 +49036,7 @@
"x-resourceId": "treasury.outbound_payment"
},
"treasury.outbound_transfer": {
"description": "Use OutboundTransfers to transfer funds from a [FinancialAccount](https://stripe.com/docs/api#financial_accounts) to a PaymentMethod belonging to the same entity. To send funds to a different party, use [OutboundPayments](https://stripe.com/docs/api#outbound_payments) instead. You can send funds over ACH rails or through a domestic wire transfer to a user's own external bank account.\n\nSimulate OutboundTransfer state changes with the `/v1/test_helpers/treasury/outbound_transfers` endpoints. These methods can only be called on test mode objects.",
"description": "Use [OutboundTransfers](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-transfers) to transfer funds from a [FinancialAccount](https://stripe.com/docs/api#financial_accounts) to a PaymentMethod belonging to the same entity. To send funds to a different party, use [OutboundPayments](https://stripe.com/docs/api#outbound_payments) instead. You can send funds over ACH rails or through a domestic wire transfer to a user's own external bank account.\n\nSimulate OutboundTransfer state changes with the `/v1/test_helpers/treasury/outbound_transfers` endpoints. These methods can only be called on test mode objects.\n\nRelated guide: [Moving money with Treasury using OutboundTransfer objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-transfers)",
"properties": {
"amount": {
"description": "Amount (in cents) transferred.",
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -59741,7 +59741,7 @@
}
},
"treasury.inbound_transfer": {
"description": "Use [InboundTransfers](https://stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers) to add funds to your [FinancialAccount](https://stripe.com/docs/api#financial_accounts) via a PaymentMethod that is owned by you. The funds will be transferred via an ACH debit.",
"description": "Use [InboundTransfers](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers) to add funds to your [FinancialAccount](https://stripe.com/docs/api#financial_accounts) via a PaymentMethod that is owned by you. The funds will be transferred via an ACH debit.\n\nRelated guide: [Moving money with Treasury using InboundTransfer objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers)",
"properties": {
"amount": {
"description": "Amount (in cents) transferred.",
Expand Down Expand Up @@ -60025,7 +60025,7 @@
}
},
"treasury.outbound_payment": {
"description": "Use OutboundPayments to send funds to another party's external bank account or [FinancialAccount](https://stripe.com/docs/api#financial_accounts). To send money to an account belonging to the same user, use an [OutboundTransfer](https://stripe.com/docs/api#outbound_transfers).\n\nSimulate OutboundPayment state changes with the `/v1/test_helpers/treasury/outbound_payments` endpoints. These methods can only be called on test mode objects.",
"description": "Use [OutboundPayments](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-payments) to send funds to another party's external bank account or [FinancialAccount](https://stripe.com/docs/api#financial_accounts). To send money to an account belonging to the same user, use an [OutboundTransfer](https://stripe.com/docs/api#outbound_transfers).\n\nSimulate OutboundPayment state changes with the `/v1/test_helpers/treasury/outbound_payments` endpoints. These methods can only be called on test mode objects.\n\nRelated guide: [Moving money with Treasury using OutboundPayment objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-payments)",
"properties": {
"amount": {
"description": "Amount (in cents) transferred.",
Expand Down Expand Up @@ -60389,7 +60389,7 @@
}
},
"treasury.outbound_transfer": {
"description": "Use OutboundTransfers to transfer funds from a [FinancialAccount](https://stripe.com/docs/api#financial_accounts) to a PaymentMethod belonging to the same entity. To send funds to a different party, use [OutboundPayments](https://stripe.com/docs/api#outbound_payments) instead. You can send funds over ACH rails or through a domestic wire transfer to a user's own external bank account.\n\nSimulate OutboundTransfer state changes with the `/v1/test_helpers/treasury/outbound_transfers` endpoints. These methods can only be called on test mode objects.",
"description": "Use [OutboundTransfers](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-transfers) to transfer funds from a [FinancialAccount](https://stripe.com/docs/api#financial_accounts) to a PaymentMethod belonging to the same entity. To send funds to a different party, use [OutboundPayments](https://stripe.com/docs/api#outbound_payments) instead. You can send funds over ACH rails or through a domestic wire transfer to a user's own external bank account.\n\nSimulate OutboundTransfer state changes with the `/v1/test_helpers/treasury/outbound_transfers` endpoints. These methods can only be called on test mode objects.\n\nRelated guide: [Moving money with Treasury using OutboundTransfer objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-transfers)",
"properties": {
"amount": {
"description": "Amount (in cents) transferred.",
Expand Down
23 changes: 19 additions & 4 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54709,11 +54709,15 @@ components:
treasury.inbound_transfer:
description: >-
Use
[InboundTransfers](https://stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers)
[InboundTransfers](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers)
to add funds to your
[FinancialAccount](https://stripe.com/docs/api#financial_accounts) via a
PaymentMethod that is owned by you. The funds will be transferred via an
ACH debit.


Related guide: [Moving money with Treasury using InboundTransfer
objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers)
properties:
amount:
description: Amount (in cents) transferred.
Expand Down Expand Up @@ -54953,8 +54957,9 @@ components:
type: treasury.inbound_transfer.succeeded
treasury.outbound_payment:
description: >-
Use OutboundPayments to send funds to another party's external bank
account or
Use
[OutboundPayments](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-payments)
to send funds to another party's external bank account or
[FinancialAccount](https://stripe.com/docs/api#financial_accounts). To
send money to an account belonging to the same user, use an
[OutboundTransfer](https://stripe.com/docs/api#outbound_transfers).
Expand All @@ -54963,6 +54968,10 @@ components:
Simulate OutboundPayment state changes with the
`/v1/test_helpers/treasury/outbound_payments` endpoints. These methods
can only be called on test mode objects.


Related guide: [Moving money with Treasury using OutboundPayment
objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-payments)
properties:
amount:
description: Amount (in cents) transferred.
Expand Down Expand Up @@ -55266,7 +55275,9 @@ components:
type: treasury.outbound_payment.tracking_details_updated
treasury.outbound_transfer:
description: >-
Use OutboundTransfers to transfer funds from a
Use
[OutboundTransfers](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-transfers)
to transfer funds from a
[FinancialAccount](https://stripe.com/docs/api#financial_accounts) to a
PaymentMethod belonging to the same entity. To send funds to a different
party, use
Expand All @@ -55278,6 +55289,10 @@ components:
Simulate OutboundTransfer state changes with the
`/v1/test_helpers/treasury/outbound_transfers` endpoints. These methods
can only be called on test mode objects.


Related guide: [Moving money with Treasury using OutboundTransfer
objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-transfers)
properties:
amount:
description: Amount (in cents) transferred.
Expand Down
Loading

0 comments on commit 65d4b22

Please sign in to comment.