#AllFlats
1 messages · Page 1 of 1 (latest)
Hello! Can you provide more details? Are you using Stripe Invoices, for example, or something else?
I use Stripe payment links
Gotcha. In that case there's not really a way to indicate in Stripe that they paid. You would need to produce and send them a receipt on your end.
I see, well are there other methods to receiving physical check payments?
We get them frequently
Other methods? Not sure I understand. What exactly are you trying to accomplish? Can you provide more details and context?
Sure, we are a nonprofit organization and take sponsorships for specific events. When the donation/sponsorship reach a threshold, sponors tend to like to write checks instead.
We use stripe to keep track of who has sponsored and for what
You could create an Invoice for them and then mark it as paid_out_of_band: https://stripe.com/docs/api/invoices/pay#pay_invoice-paid_out_of_band
So ideally, we would like to be able to receive physical checks, and provide a receipt to our sponors and still register them on stripe for having purchased the service
I see!
That will yield an Invoice, not a receipt, but it might work for what you want to do.
I think that is exactly what will do the trick!
Awesome! 🙂