#citro-invoice-qrcode
1 messages · Page 1 of 1 (latest)
No that would be the way to accept a bank transfer payment if you want to do that. It says it's common for large payments, but should still work for your usecase
What do you mean by QR code here?
I. QR code - If its possible to add on the invoice the QR code which would customer scan with their mobile bank app and it would insert all the neccessary inputs for them
II. I see - Can we set this as an option for payment method in hosted invoice page? From the docs I understand that we have to explicitly say you will pay this invoice with only this bank transfer - we want to give the customers option.
Ah no we don't have functionality like that built in. You can add it alongside other PM's I believe, but you do have to explicitly specify the list in payment_method_types. I recommend giving it a try in test mode though to verify. https://stripe.com/docs/invoicing/bank-transfer#dashboard
Yeah that's called out in the link I provided above
When creating the invoice via the api, you can pass options in payment_method_types
great, thanks