#dino_pephanis

1 messages · Page 1 of 1 (latest)

heady crag
#

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?

crisp gorge
#

yes

#

something like...

#
  [
    'pi_xxxxxxx1',
    'pi_xxxxxxx2',
    'pi_xxxxxxx3'
    'pi_xxxxxxx4'],
  []
);```
heady crag
#

Yeah, there's no API for that. You'll need to loop over your array and make an individual request for each ID

crisp gorge
#

ok

#

thanks

heady crag
#

Np!