#Tfaroo | Wzrd Support
1 messages · Page 1 of 1 (latest)
Please don't use everyone. How can we help?
Sorry for that.
Is there a way on stripe to get additional data from the customer when s/he paid for the subscription?
Which additional data are you looking for?
I want that customer give the discord server id, when paid for the subscription.
How do you accept payment from them?
with a link.
There should be some required field.
Is there any other way to verify from which discord server I recieved the payment?
I mean, if you don't even know how your customer give that information in the first place, you wouldn't be able to retrieve it
All the information Stripe has is inside the webhook event (customer.subscription.created or checkout.session.completed)
I didn't get your point.
Let me try again. When you have a Subscription created, do you listen to webhook events?
No
Then you can start with listening to them. Recommend events are checkout.session.completed
It contains everything we know from the transaction
I want some additional information from the customer to let me know discord server name or id as well. is it possible?
@fading aurora
As I said, you need to collect that information first, we don't collect it automatically
yes, so how can I collect?
and add in the transaction object.
How did you create the link for payment in the first place?
from the product I generate link for payment.
You can configure the client_reference_id here and prefill the value of server id when creating a link you send to users on a specific server
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!