#dino_pephanis
1 messages · Page 1 of 1 (latest)
Hey. You have an array of Payment Intent IDs (pi_xxx) and you want to retrieve the full Payment Intent for each ID, is that right?
yes
something like...
[
'pi_xxxxxxx1',
'pi_xxxxxxx2',
'pi_xxxxxxx3'
'pi_xxxxxxx4'],
[]
);```
Yeah, there's no API for that. You'll need to loop over your array and make an individual request for each ID
Np!