#vsb
1 messages · Page 1 of 1 (latest)
hi! how do you integrate on the frontend, what components are you using?
Hi, I'm using the react-stripe-js package and useStripe() to get the stripe instance.
Subsequently creating a paymentRequest object and calling the canMakePayment method.
you can check the response of canMakePayment and decide not to render anything if applePay:true is set on it