#donferd
1 messages · Page 1 of 1 (latest)
Depends. Are these all subscription payments? One-time payments don't generate invoices by default
In the checkout session I set it up to create an invoice.
Then yeah you'll get above event
Then I just have to look at their account number to know which affiliate it is tied to. correct?
Or connected account which is tied to our affiliates or white label people.
The event object will have the account id the event is from on it: https://stripe.com/docs/api/events/object#event_object-account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Correct. Just making sure. That will work. Because I don't want to have to create different webhooks for each white label and just process them depending on who they are. Thanks
No problem