#hdemirev
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Are you already in the gate? Can you see the field definition in the API reference docs?
Yes I believe so, and yes: https://stripe.com/docs/api/payment_methods/object#payment_method_object-us_bank_account-account_number
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
it's the us_bank_account.account_number field on the paymentmethod
We cover how to access undocumented ("gated" or "beta") fields here:
https://github.com/stripe/stripe-go#how-to-use-undocumented-parameters-and-properties
Ah nice, thanks!