#King Of Web Devs - Invoice Payments

1 messages · Page 1 of 1 (latest)

flint palm
#

Hello! Are you having them pay using the Stripe-hosted Invoice page or your via your own system?

midnight elk
#

stripe hosted page, we are creating the ivoice via the api which is then emailed to the customer, some customers would like to pay via card and others via bank transfer

flint palm
#

Click on Manage next to the payment methods.

midnight elk
#

there doesnt seem to be a pure BACS option especially for GBP

flint palm
midnight elk
#

ok so is there no way to facilitate Bank Transfers in GBP or multi currency for invoices?

flint palm
#

Not using BACS, no, sorry.

#

You would need to use another option listed in that table that supports Invoices and multiple currencies, like cards.

midnight elk
#

We need bank transfers for Invoices in GBP

#

in that case can i mark invoices as paid without the payment being facilitated by stripe?

flint palm
midnight elk
#

brilliant and would that still mark the invoice as paid and fire all the usual webhooks?

#

presuming i can add a footer/template for all invoices allowing me to add bank transfer payment instructions?

flint palm
#

Yep, with one small potential gotcha: only invoice.paid will fire. If you're using the older invoice.payment_succeeded that event will not fire.

midnight elk
#

and i can still part pay invoices etc with the paid out of band? Will that also fire the expected webhooks?