#shmall-payment-livemode

1 messages · Page 1 of 1 (latest)

runic relic
#

hello , as the error msg says, your API keys are being mixed up
You created a PaymentMethod with test mode key (somehow) and your livemode secret key is trying to use it
you need to look into your code to figure out why that happened

frail raptor
#

that's what i was thinking, but that's weird since the code has processed transactions via the same method just hours before. I'll look into it. thank you for the help

runic relic
#

np, yeah it often happens that something that wasn't supposed to change, was. or a change was missed, or a code path was left in that is being hit occasionally, could be a few things but all boils down to what API keys your code would be using