#mr-pablo_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1283744026822049823
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
The Charge object represents the actrual payment/charge. The Payment Intent is the object/state machine that handles the generation of a charge once successfully 'confirmed'
ok, so if a client wanted a "report" on payments by customers for subscriptions etc, which is more useful, Payment Intents or Charges?
Looks like there is a search endpoint for payment intents, i assume thats what is used in the stripe "transaction" screen when selecting an email or status to filter by?
I would say Charges as Payment Intents don't necessarily reflect an actual payment
Not really no. The Dashboard has it's own queries/APIs that it uses
OK, looks like Charges has a search as well. Is that what I'd need to use to "filter" the data ie by customer email?
Seems logical yes