#kurio
1 messages · Page 1 of 1 (latest)
Hello! You're correct, Payment Intents cannot be used with a $0 amount. If you want to collect payment information without taking a payment you need to use a Setup Intent instead: https://stripe.com/docs/payments/save-and-reuse
can you use that with Apple Pay?
Yep!
can you send me some instruction please
The link above is a guide for how to do this. Do you need something other than that?
how to integrate it with setup intent?
apple pay + setupintent
i know how to do setupintent separately, apple pay + payment intent separately
but how to use setupintent with apple pay?
maybe just attached the payment_method that has been setup??
paymentRequest.on('paymentmethod', function(ev) {
// here instead of confirmCardPayment, we confirmSetupIntent instead?
}