Я пытаюсь интегрировать плед с Stripe, чтобы добавить источник ACH для клиента Stripe (не для аккаунта Stripe).
Я следовал приведенным здесь инструкциям https://stripe.com/docs/ach#using -plaid
Вызов stripe_response = client.Processor.stripeBankAccountTokenCreate(access_token, account_id)
приводит к ошибке account_id must be a properly formatted, non-empty string
Второй аргумент account_id
это cus_xxxxxxxxxxxxxx
, а не acct_xxxxxxxxxxxxxx
.