#rossw14
1 messages · Page 1 of 1 (latest)
Sounds like that Payment Intent doesn't exist! Except it does, I just checked
So maybe you're making API requests with the keys of the wrong account
hm
okay, let me try and re enter the API keys and try it again, maybe a copy issue?
Could be!
That Payment Intent belongs to this account: acct_1IKKYnEfz3YuaNvv
If that helps
where can i see if that matches?
In the Dashboard: https://dashboard.stripe.com/settings/account
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Explains it then, you must be using the wrong keys
Right, but you just said you were signed into the Dashboard under a different account ID, no?
yes, but the dashboard i'm signed into is the one I want to use
so copied over the API keys to the prestashop back end and it is still failing with the same error
Yes, because that pi_xxx is on a different account
You can't access objects like that Payment Intent on other accounts
ah, this prestashop account used to be linked to another stripe payment account before
Probably explains it!
so since it was taken over, i have re connected it to my new account, but I don think it is saving properly then
No, that's not the issue. The issue is that Payment Intent you shared with me pi_3Ll93HEfz3YuaNvv03bIIkB0 was created and exists on a different Stripe account
You can only read/mutate it with the keys of the account that owns it
The Payment Intent? You can't
It's like you selling your house/car and then still expecting to be able to access it after the sale
ok, so what would I need to do now then with the new account and the prestashop site?
What do you mean?
so that old account we don't use anymore, its for an old company, I have taken over the site and want to add stripe as a payment method
so went to add it and old credentials were there already, so removed them and connected the new account to it.
but then get this error when trying to submit a payment
Well you need to create a new Payment Intent, you can't 'submit' that one now you've changed API keys
hm okay, but that payment intent is being sent from the stripe module
so does that mean i need to uninstall and re install the module so it creates new intents?
I don't know I'm afraid. I don't know how Prestashop works