#Danieljarto
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
yes with the Search API https://stripe.com/docs/api/payment_intents/search
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
great thanks
sorry but this only retrieves the first coincidence?
$query = $stripe->paymentIntents->search([
'query' => 'status:\'succeded\' AND customer:\'cus_NboVd46ZnDnNG2\'',
'limit' => '100',
]);
this show retrieve more than 5 different payment intents but is only getting the first coincidence
hello?