#heenatejwani
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the request ID (req_xxx)? You can find it here https://dashboard.stripe.com/test/logs
com.asperato.payment.provider.SStripeSCARequest - Payment error
com.stripe.exception.InvalidRequestException: Received unknown parameter: type; code: parameter_unknown; request-id: req_TILSxWeAalzRbt
You can't set type when updating a PaymentMethod: https://stripe.com/docs/api/payment_methods/update?lang=node
Instead I recommend creating a new PaymentMethod.
However directly calling the PaymentMethod endpoint and passing card numbers is strongly discouraged. Because this is not PCI compliant.