#sayori
1 messages · Page 1 of 1 (latest)
You can use Checkout in setup mode to authorize the card and set it up for future usage, but you can't place a hold on the card for a specific amount (if that's what you're asking)
essentially yes, that's what I'm asking. so in authorize/void/capture language, Stripe Checkout always performs an auth+capture single step, versus Stripe Elements that can allow us to auth then either void or capture later?
Sort of. Stripe will send a $0 auth to confirm that card is valid. You can then use that Payment Method later on to do another authorization and capture.