#digdug
1 messages · Page 1 of 1 (latest)
If you are saving these payment methods you should be able to use them along with the pay invoice API call https://stripe.com/docs/api/invoices/pay
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Though I'm not sure how you would present that option to the user. The hosted invoice page wouldn't offer it so you will likely need some custom UI for that
so in short - sending an invoice with hosted invoice page does not have ability to show stored bank accounts for customer
Correct, our hosted invoice page cannot do that at the moment. I can put in feedback to request this as I definitely see the value. Unfortunately for the moment that is not possible though
is there a way to avoid duplicate bank accounts then when a customer uses hosted invoice? Right now we have the same bank info being stored over and over for repeat customers