#andystevenson_api
1 messages ยท Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- andystevenson_api, 9 hours ago, 5 messages
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1249796589375983708
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
Hello! Cash payments would be handled outside of Stripe by your own process/code/etc.
Hmmm, but if I am selling products that are hosted in stripe... how do I record the fact a product has been bought by cash?
I appreciate cash is not handled but how to record the transaction?
If you're using Invoices you can mark the Invoice as paid out of band: https://docs.stripe.com/api/invoices/pay#pay_invoice-paid_out_of_band
The scenario I have is a sports club. Most of it is online purchase which is fine and can either do it via checkout sessions or terminal. However some customers turn up at the club reception and wish to book a court with cash? They really don't want an invoice. Which would be overkill for a small value transaction ~ยฃ10.
That kind of thing would be handled entirely outside of Stripe.
Appreciate it is a POS application but the fact there is no way to record product payments in cash seems like a gap.
Not sure I understand... you wrote the POS app, right? You can build the ability to record cash payments.
Yes but I have to record transactions in 2 completely different databases. Stripe and something completely separate which has to tie back to Stripe products.
Why does it have to tie back to a Stripe product?
All the products of the sports club are created in stripe, as well as all the customer information.
Hello ๐ , taking over for Rubeus. Unfortunately, we don't have a way to report cash transactions outside of that invoicing API in Stripe as far as I am aware. I can file feedback for this and I do think we have things like this on the roadmap but at the moment the invoicing API is the only one that I am aware of that has out of band functionality.
Thanks @craggy ravine appreciate the feedback.