#Sam.Watts-Customer

1 messages · Page 1 of 1 (latest)

pliant lichen
#

If you are referring to Stripe PaymentElements, I am afraid it is only available via js

thick glacier
#

But you can use js in blazor

pliant lichen
#

I haven't used it (and maybe no one in my team did specifically), but if you can use js then maybe ~

thick glacier
#

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

pliant lichen
#

There is PaymentElement

thick glacier
#

But that would require making a payment no ?

pliant lichen
#

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

thick glacier
#

yeah I was thinking around the same sort of implementation that's used in the magento plugin

#

the listing of current payment methods and then the ability to add more

pliant lichen
#

That looks like a custom implementation to me

#

You can do it by passing last 4 digits from backend

#

and use a custom UI in your frontend

#

I am signing off for the day. If you have other questions feel free to ask in the channel