#Sam.Watts-Customer
1 messages · Page 1 of 1 (latest)
If you are referring to Stripe PaymentElements, I am afraid it is only available via js
But you can use js in blazor
I haven't used it (and maybe no one in my team did specifically), but if you can use js then maybe ~
I was just wondering what elements you would need to use for this specific setup
I managed to get a card element working but that's not what I need
There is PaymentElement
But that would require making a payment no ?
It can accept a SetupIntent, which basically collect new Payment Method for that customer
Alternatively you can use Customer Portal. Just create a link and redirect, then it's a Stripe hosted page allow the customer to add/edit their own PaymentMethods