0

I am using ACH payment for collecting money from customer as investment. I can add bank account using plaid and stripe. But how can i get bank account number from source in stripe API?

1 Answers1

0

You cannot. By design, Stripe's API will not return the full account number, only the last 4 digits (via the last4 attribute).

Ywain
  • 16,854
  • 4
  • 51
  • 67