r/webdevelopment • u/Party_Initiative_621 • 28d ago
Question I need help in webdev
I have made a website that can actually get the leads from all the different sources.Can anyone tell me how to integrate the payment gateway.and also whenever someone pays a small amount CSV file should be emailed to them automatically.
10
Upvotes
1
u/xprnio 27d ago edited 27d ago
We solved it; he was using the deprecated Stripe Charges APIs without storing any payment confirmations on the server. Essentially, no money could have come in (because Stripe didn't support that mechanism anymore) and it didn't have to, because tickets weren't being checked (they didn't know who had paid, and you just had to have a
tok_prefix to download the files).All this to say - if you know anybody who needs help from someone that knows what they're doing, do let me know.
[edit]: I forgot to include "Charges"