#mr-pablo_api

1 messages ¡ Page 1 of 1 (latest)

glass oracleBOT
#

👋 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/1283777981579399178

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

chrome hare
#

Hello

#

No you can't list PaymentIntents or Charges by email using the API

#

However if you are using Customer objects and storing the email there then you can list Customers by email and then list PaymentIntents or Charges by Customer

mystic ermine
#

Guessing i'd need to look up the customer first, and use their ID?

chrome hare
#

Sorry @mystic ermine I totally missed this response

#

If you have the email address of your customer stored in your database then you just list the Customers by that email to get the Customer ID(s) for that email

mystic ermine
#

yea, jsut to be clear, i can't searhc using email, so i need to first look up the customer by email, then use their ID to search the charges associated with them?

chrome hare
#

Yes