@nikulaswalor Cashier is just a wrapper around the Stripe SDK. Anything you can do with Stripe, you can do with Cashier.
What exactly are you wanting to be paid by bank transfer? Subscriptions? Or one-off payments?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am currently in the progress of adding payment methods for subscription. For one of the methods we want to send an invoice that can be payed with bank transfer.
I can see extensive documentation on how to do this on the stripe side but have found nothing on the cashier docs on how to do this and also no articles or videos where I can see examples. Is this even possible and does anyone know how it can be done?
@nikulaswalor Then you want to look into direct debits. Otherwise you’re constantly going to be chasing customers going, “You’re subscription’s due. Can you pay?”, which defeats the purpose of using a provider like Stripe.
Please or to participate in this conversation.