- Issue created by @kumkum29
- Status changed to Closed: duplicate
5 months ago 10:32am 19 June 2024 - 🇮🇱Israel jsacksick
Closing this as a duplicate of #3123333: Error: Customer requested on payment throws InvalidRequestException → since the reported issue looks similar to the issue you've referenced.
- 🇮🇱Israel jsacksick
@kumkum29: Stripe payment element is implemented as an offsite gateway, and does not implement the SupportsCreatingPaymentMethodInterface interface, which would is the reason why it's filtered out by the code I posted in the related Commerce issue.
This means we cannot tokenize payment methods from the user pages. I'm not sure if there is a technical reason behind it, but this explains why at least. - 🇫🇷France kumkum29
@jsacksick,
thanks for this reply.
Your explanation is clear and allows us to better understand the problem.
So it makes sense that we couldn't manually create a payment method on the user account.
The problem of reusing a registered card in user account may also be due to this type of gateway implementation...