#junaid-error
1 messages · Page 1 of 1 (latest)
request id: req_ShRXXRw1dkYMbv
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
I am only using secret key because in php we don't need publishable key right?
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
just give me some time i am figuring it out
sure!