#Shahana Joy
1 messages · Page 1 of 1 (latest)
Could you share your code? Does it happen on card too?
Sure , i will share my code
I m trying to implement this code
https://stripe.com/docs/payments/finalize-payments-on-the-server
now I m getting this error
Error: Uncaught (in promise): IntegrationError: To use createPaymentMethod with the Payment Element, your elements instance must be created with paymentMethodCreation: 'manual'.
IntegrationError: To use createPaymentMethod with the Payment Element, your elements instance must be created with paymentMethodCreation: 'manual'.
Angular14 is my frontend
Did you set paymentMethodCreation: 'manual' when initialising elements? Can you share your code?