#Ericsweb1
1 messages ยท Page 1 of 1 (latest)
You want to keep track of who made each payment basically?
Just need to tie the payments to each customer paying?
Essentially, donors would select a sport they'd like to donate to i.e. girls tennis, baseball, and then send an amount of their choosing.
Curious if the Admin DB would delineate in a fashion they would make it easy to determine where the funds are appropriated to or would i need to add a plugin ?
Thank you for your help btw ๐
No problem. So for this, I would recommend keeping track of who the payments go to on your side within your database. If you only want to do it in stripe, you could attach metadata to the payment intent to record this: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.