#Ahsan Khan
1 messages · Page 1 of 1 (latest)
That error generally implies that you're making the request with API keys of a different account to where the pi_xxx exists. For example, pi_3OAVJsC5sd7OOJiO0Rjj4X1T exists on acct_1M2ctlC5sd7OOJiO
My scenario is:
- Creating payment Intent on server side
- Retrieving same payment intent by passing client secret in this method Terminal.getInstance().retrievePaymentIntent()
I want to know how can I pass stripeAccount header with retrievePaymentIntent() method
See: https://stripe.com/docs/terminal/features/connect#destination
I suspect that the reader is registered to the wrong account
Secondly, I want that the destination account should charge the Stripe fee. How can I handle this?