#pavittarsingh
1 messages · Page 1 of 1 (latest)
hey there sorry about the delay here
Can you clarify if you're trying to use the payment request button vs Payment Element?
The first docs (PRB) seem to be what you're after, not the second docs you linked
The error you shared suggests you're missing the payment_method parameter needed when you call confirmCardPayment:
{payment_method: ev.paymentMethod.id},
Can you share a snippet of your code where you call confirmCardPayment following the on('paymentmethod') event?