#Florian

1 messages · Page 1 of 1 (latest)

glass fogBOT
jaunty hinge
#

You can create Stripe Accounts and add Bank Accounts to it via the API, yes.

static glade
jaunty hinge
#

If you're using the bank accounts for making consumer payments, then you should use ACH Debit

here's an overview of what it is: https://stripe.com/docs/payments/ach-debit

There are guides within those docs that give you tutorials for setting it up

Learn how US-based businesses can accept payments with ACH Direct Debit.

static glade
#

Is it only available in the US? I am in Europe (France)

#

I created one manually on a customer's page, as shown in my capture. Then when I generate an invoice, I can pay by transfer.

jaunty hinge
static glade
#

Yes, but I have to go through a PaymentIntent, but I don't have an amount to give him. In fact I want when I create my customer via the API, to also create a bank account for him at the same time for future invoices.

jaunty hinge
static glade
#

I don't think you understood my need. I don't want to create a pending payment and then have the user pay with Stripe js.
I want to add a bank account to my customer as soon as I create it so that he can manually pay invoices with a transfer. As shown in this example where I added a bank account manually

jaunty hinge
#

The form you took a screenshot of is using stripe.js

#

That's literally what the guide I sent you is showing you how to do

static glade
#

This is the stripe payment page

#

which is sent with the invoice to a customer for manual payment
I also use stripe.js on my site to make direct payment after the creation of a PaymentIntent

jaunty hinge
#

Ah, so you just want this option to appear on an Invoice that gets emailed to your customers?

static glade
#

Yes it is

jaunty hinge
#

Are you doing that via the Dashboard? Or the API?

static glade
#

currently I have done my tests on the dashboard. But I would like to automate it with the API

jaunty hinge
#

So it's working on the Dashboard for you now?

static glade
#

Yes

jaunty hinge
static glade
#

It is not the sending of invoices that I want to automate. It is this action that I show in the screenshot

#

Payment methods > Add an account for bank transfers

jaunty hinge
#

When you email an Invoice for collection, as long as Bank Transfers are allowed, it should show up in the hosted Invoice page, correct?

static glade
#

Yes it is

#

Like this

jaunty hinge
#

Okay, so it's working just fine. What's your question?

#

Also, we don't have language-specific support in this channel, so I'm unsure what those screenshots mean

static glade
#

Add an account for bank transfert on a customer so that he can pay by transfer on an invoice

jaunty hinge
static glade
#

Thanks I will look