#mashuksergey
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Hi!
req_Q1WQObAvTwZ5df
resource_missing - intent
No such payment_intent: 'pi_3NGKtmE9c0LRHjsy05dyTTl7'
but i see in my connected accout
You need to send the capture request with Stripe-Account header - your PI lives on the Connected account so you can't just access it from the Platform. https://stripe.com/docs/connect/authentication
thanks! i will check
not found it in php sdk
$stripe = new \Stripe\StripeClient('secret');
$charge = $stripe->paymentIntents->capture(
$payment_status->transaction_index)
now working! thanks, man!
Glad to hear!