#deondk-paymentintent
1 messages · Page 1 of 1 (latest)
cant find the pi
pi_3LKK8D2Z7qPIBjK41SgcoctP
not sure if Im getting test accounts mixed up but double checked and everything seems ok
if you get any error about "no such PaymentIntent" then it means you have your API keys incorrectly configured or aren't using Connect (https://stripe.com/docs/connect/authentication) properly
for example that PaymentIntent is a Direct Charge (created on a connected account using the Stripe-Account header) so you need to sue the Stripe-Account header when retrieving it, for instance.
I made and confirmed payment with same api key as Im using to retrieve the pi
yeah but you probably neglect to pass requestOptions.StripeAccount in the retrieve code the same way as you do in the create code