#djordje5930
1 messages · Page 1 of 1 (latest)
When you say same "error" what exactly does that mean? The error messages are all different and mean different things.
-
This error message is returned when you tokenize a payment method and use it without attaching it to a customer. When you do that, you cant' re-use the same payment method again as its treated as one-time use.
-
This error message is when you use a PaymentMethod ID with the wrong customer ID. Where PaymentMethod belongs to
cus_123but you use it withcus_456 -
This error message is when the API can't find the PaymentMethod (
pm_xxx) on the account whose API key you're using while making the request.
Yes ... somehow we produced bug in which we created new (our) user and assigned already existing payment method to him .. but I saw that that new method also has new CustomerId in stripe but in our db it is same user (with same email) ..now old user with old customerId (stripe) is trying now to pay invoice with new paymentId (in stripe new customer) but in our DB is old customer .. so I'm wondering does these 3 messages is same message where it's text is changed over time ?