#fabian-paymentintent-banktransfers
1 messages · Page 1 of 1 (latest)
fabian-paymentintent-banktransfers
@simple basalt there is no such export API or Dashboard report. The best option is to use the List PaymentIntents API https://stripe.com/docs/api/payment_intents/list and then going over each one and keeping track of the one(s) you care about
hi koopajah! thanks for response, will the list endpoint return the entire paymentIntent object?
In the dashboard the payment intents are marked as partially paid. Is there any way to select a filter for this status?
I don't know anything about the Dashboard filters I'm sorry. But I explained what to do next! Try the List PaymentIntents API and look at concrete examples and you should be able to unblock yourself quickly