Skip to content

Commit

Permalink
Update OpenAPI specification for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 29, 2025
1 parent b88deb7 commit 2754dea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
6 changes: 3 additions & 3 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -4014,15 +4014,15 @@
"description": "",
"properties": {
"bank_account": {
"description": "Amount for bank account.",
"description": "Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated).",
"type": "integer"
},
"card": {
"description": "Amount for card.",
"description": "Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits).",
"type": "integer"
},
"fpx": {
"description": "Amount for FPX.",
"description": "Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method.",
"type": "integer"
}
},
Expand Down
13 changes: 10 additions & 3 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3804,13 +3804,20 @@ components:
description: ''
properties:
bank_account:
description: Amount for bank account.
description: >-
Amount coming from [legacy US ACH
payments](https://docs.stripe.com/ach-deprecated).
type: integer
card:
description: Amount for card.
description: >-
Amount coming from most payment methods, including cards as well as
[non-legacy bank
debits](https://docs.stripe.com/payments/bank-debits).
type: integer
fpx:
description: Amount for FPX.
description: >-
Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a
Malaysian payment method.
type: integer
title: BalanceAmountBySourceType
type: object
Expand Down

0 comments on commit 2754dea

Please sign in to comment.