#Cerbu
1 messages · Page 1 of 1 (latest)
Hi there!
You want the error when you attach the card or when you try to make a payment after the attachment?
when attaching
can I give you req ID
to see the response I would like to get so I can test a possible mitigation for this ?
Sure!
req_v5rv9MK6XTmr4B
You could use tok_visa_chargeDeclined for the token https://stripe.com/docs/testing?testing-method=tokens#declined-payments
But note that using source and tok_xxx is quite an old integration. Instead you should use PaymentIntent and SetupIntent.
but this was not a charge, it was creating customer with source
but this was not a charge, it was creating customer with source
Yes, so create a customer withsource: tok_visa_chargeDeclinedand you will get the same error message.
But like I said this is an old integration. If you want to save a payment method on a customer you should be using SetupIntent instead and PaymentMethod object (notsourcenortok_)
I understand, however currently our focus is stopping the creditc card testers
in the near future we will address this issue
of old integration
ok, give me a sec to try a test
Makes sense!
Happy to help 🙂