#denjaland-payment-intent
1 messages · Page 1 of 1 (latest)
I believe you can use confirmCardPayment() without a card Element. Did you pass the payment method ID in with the request?
the paylment methid was passed into the paymentintent on the server
or should I insert it on the client again as well?
ah wait - let me try that on the client
one sec
okay - thanks - apparently I need to pass in the payment method on the client as well, even though the PI should already by aware of my choice when I created it on the server... It works now! thanks for the help!