'Stripe payment links
I'm trying to take payments on stripe. I have there email address's. However they all owe different amounts, varying from £0.99 to £599.99. I want to send each one a payment link with the correct amount.
I have tried making a payment link however this would mean i would need to make a payment link and product for each payer. This is less than ideal.
Ideally there i would be able to feed stripe a spreadsheet and have it send out payment links for each customer.
Any help would be much appreciated. :)
Solution 1:[1]
Unfortunately, there is no such feature to bulk create / send payment links at the moment.
Solution 2:[2]
Check this; https://stripe.com/docs/payments/payment-links/api You can create a payment link for every individual user.
Solution 3:[3]
You can use https://zerotasker.com/stripeexcel.html which lets you create bulk Payment link from an excel sheet. Hopefully this fits your requirement.
Disclaimer : I created this product.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | alex |
Solution 2 | Hamza Üzümcü |
Solution 3 | VigneshwaraMoorthy |