#yz3
1 messages · Page 1 of 1 (latest)
Can you share an screenshot/example of what you're describing?
Or a link to the documentation/guide you're following?
this is what I am trying to do
however, the checkout with link box is not triggering as soon as I enter the email
this is the document
Can you share the pi_xxx?
Yes, the pi_xxx ID of the Payment Intent
pi_3N6rb6BE9BOMVs6z1vUtSKEY
Checking!
So what happening is the email got registered to the payment intent, but the link authentication is not triggering.
Am i missing some step or doing something wrong?
That's not the issue. It's because you're using setup_future_usage: 'on_session': https://dashboard.stripe.com/test/logs/req_ST2nWVqLMa2NQz
Link only supports off_session: https://stripe.com/docs/payments/payment-methods/integration-options#additional-api-link
So the LinkAuthenticationElement won't actually initialise a Link payment flow as link isn't returned as a supported payment_method_type, it just acts as a way to collect the email address