#johnpitchko
1 messages · Page 1 of 1 (latest)
So perhaps something has changed for new Stripe accounts?
Hi, not really. From the error you shared it looks like the payment method id belongs to another account and maybe you're not passing a Stripe Account header. Can you share the request id where you're seeing this error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Looking at this request, https://dashboard.stripe.com/test/logs/req_1ZYx5Sl2rMlNlx it looks like you're making this request this account, acct_1NnUdKLxKVPs2Ar0. In the meantime, the payment method creation request, https://dashboard.stripe.com/test/logs/req_k8mF6WFzP0Pip9 was on this, acct_1EYe5EKIbhtsSfcL account.
Interesting...
As for next steps, you can create a payment method on acct_1NnUdKLxKVPs2Ar0 account and try creating the payment again.
Ok let me try some things - thanks and will get back if I have more issues!