#kirito
1 messages · Page 1 of 1 (latest)
Can you send the request ID of a time that you got that error? (req_123)
It looks like the payment method ID that you provided is from a different account than the customer
The payment method is on acct_1Lpr6dFeR0PUZyO7 while the customer is on acct_1N83lCFOCsUTyYwW
Also the payment method was created in test mode https://dashboard.stripe.com/test/logs/req_ORHRat9nRmV2u9
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
So it sounds like some IDs got mixed up
what can be the cause of that ?
Something in your system though it is hard to say exactly what. Stripe sent back the proper IDs in our responses to your requests, it sounds like your code associated those IDs with the wrong object in your database
like public key ?
This is likely an issue on your backend. Likely it responded to a webhook or API response incorrectly and stored the ID in the wrong place
Or it is possible that you have other code that changes these records in your DB
Or maybe everything is fine in your DB but your code for that charge pulled one of the IDs from the wrong place