#junaid-error

1 messages · Page 1 of 1 (latest)

glass tangle
#

hi there, can you share the request id which returned that error?

torpid goblet
#

request id: req_ShRXXRw1dkYMbv

glass tangle
#

you're trying to create the charge on account A, but the token exists (and was created) on account B

#

looks like your secret and publishable keys are for different Stripe accounts, I'd reccomend checking that you're using the correct keys again

torpid goblet
#

I am only using secret key because in php we don't need publishable key right?

glass tangle
#

when you collect the card details and create a card token, you're doing it in the frontend using a publishable key

#

if that publishable key is for account A, then the card token is going to be created on account A

#

if you use the secret key for account B to attempt to create a charge, you wouldn't be able to access the card token since it exists on account A

torpid goblet
#

just give me some time i am figuring it out

glass tangle
#

sure!