Is it possible to query payments associated with
a customer_id?
I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:
Additional Documentation
Charge a Card on File
Integrate Customer Profiles with Other Services
Invoices API
If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.
Unfortunately, a query parameter that will return all payments for a customer_id
isn’t currently possible. You’ll have to query all payments from a sellers account for a specific customer_id
if you want all the associated payments.
1 Like