#Baptiste LB
1 messages · Page 1 of 1 (latest)
hi! what do you do on the frontend with the PaymentIntent, what integration does that use?
Link does work in Europe
I'm using HTML + JS :
<form id="payment-form" data-client-secret='{{ client_secret }}'>
<div id="link-authentication-element"></div>
<div id="payment-element">
<!-- Elements will create form elements here -->
</div>
<button class="eximo-button-primary" id="submit">Payer</button>
<div id="error-message">
<!-- Display error message to your customers here -->
</div>
</form>
I get this :
did you add Javascript to mount the Link Authentication Element(https://stripe.com/docs/payments/link/accept-a-payment?platform=web&ui=elements&client=html#add-link-elements-to-your-payment-page) ? what does your code look like?
Oooh okay, I did not. Thanks a lot, I see where to go now 🙂
Do you know if it is possible to force the user to use Link? So we can pay only 1.2% fees instead of 1.5% or 1.9%. For our business, it changes a lot
Okay, thanks