stripe / stripe-ruby

Ruby library for the Stripe API.
https://stripe.com
MIT License
1.94k stars 543 forks source link

Incomplete data for Stripe::Account.list_external_accounts #1358

Closed datpmt closed 6 months ago

datpmt commented 6 months ago

Describe the bug

missing created data image image

To Reproduce

  1. Call the API through postman or directly view the API results from the browser
  2. Use the Stripe::Account.list_external_accounts method to see the results returned
  3. ComparePostman

Expected behavior

Expected full list of data values.

Code snippets

Stripe::Account.list_external_accounts(
  'acct_1OqY78PMcDHtQ7XZ',
  { object: 'bank_account'}
)

OS

macOS

Language version

Ruby 3.0.1

Library version

v5.53.0

API version

API v1

Additional context

No response

remi-stripe commented 6 months ago

Hey @datpmt ! If you look at the API Reference for the BankAccount resource here you can confirm it doesn't have the created property. The screenshot your shared seems to come from a call made by the Dashboard instead which has different permissions and features. If you want the created property in the public API, which in turn would appear in SDKs automatically, then you'll want to flag this as a feature request to our support team instead: https://support.stripe.com/contact