#darkon7446

1 messages ยท Page 1 of 1 (latest)

lone estuaryBOT
mossy turtle
#

Hi there!

tawdry marsh
#

but i need all payments not a specific one

mossy turtle
#

But again make sure to use the Stripe-Account header

tawdry marsh
#

this one need a customer ๐Ÿ˜„

#

Only return PaymentIntents for the customer specified by this customer ID.

#

ah no sorry it's optional

#

let me try ๐Ÿ˜‰

mossy turtle
#

Yes it's optional.

tawdry marsh
#

$stripe->paymentIntents->all(['limit' => 3000],['stripe_account' => $acctid);

#

$stripe->paymentIntents->all(['limit' => 3000],['stripe_account' => $acctid]);

#

i have an empty array :/

mossy turtle
#

Are you sure the connected account has PaymentIntents?

#

Can you share the request ID (req_xxx)?

tawdry marsh
#

yes i can see from dashboard

#

ok wwait

#

really strange, i can't find api on logs

#

if i give you the acct_id is ok?

mossy turtle
#

Yes please share the connected account id

tawdry marsh
#

acct_1M7dWPQcbYySXHB8

#

just to be clear i want see this records

#

of a connected account of course

mossy turtle
#

That account doesn't have any PaymentIntent, which is expected since that's an Express account. The PaymentIntent are actually on the paltform account.

tawdry marsh
#

'transfer_data' => [
'destination' => $acctid
]

#

yes

#

the screenshot i put there are 226 payments of that specific connected account. Can i see that?

mossy turtle
#

Then you'll need to list PaymentIntent on your own platform account, and manually check the transfer_data parameter.