Adds new error codes for failures when creating Payment Methods from Financial Connections Accounts
What’s new
When you create a us_
Payment Method from a Financial Connections Account using the financial_connections_account parameter, the account might not yet have account or routing numbers, or Stripe might still be retrieving them. In these cases, Stripe returns one of the following error codes:
financial_
: If you receive this error, retry the request later.connections_ account_ pending_ account_ numbers financial_
: If you receive this error, prompt your user to link a different bank account.connections_ account_ unavailable_ account_ numbers
Impact
Previously, this error didn’t include a specific error code and appeared as an invalid request. Use the new error code to decide whether to retry creating the PaymentMethod
.