#bbyford - PaymentIntents

1 messages · Page 1 of 1 (latest)

lost orbit
#

Lets talk in this thread @small pine

small pine
#

thanks

#

I have a saved card that im using with:

#

stripe.confirmCardPayment( paymentIntentId, {
payment_method: this.dataset.method,
}).then(..)

#

but i get an error saying to add thee customer to the intent object... unsure how to do this

#

I have the customer id too, just dont know how to attach

lost orbit
#

Gotcha

small pine
#

sweeeeeeeeet