79385938

Date: 2025-01-25 00:04:06
Score: 2
Natty:
Report link

It looks like your client-side code is using the example from Stripe's React code snippet instead of the React Native snippet, right? It looks like their React Native library is expecting snake case instead of camel case: notice the error message says "only accepts the USBankAccount payment method type" instead of "us_bank_account" like they document in the API reference.

https://docs.stripe.com/payments/ach-direct-debit/set-up-payment?platform=react-native

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: palamedes