#dystroy

1 messages · Page 1 of 1 (latest)

velvet egretBOT
haughty cliff
#

Hi there

#

Are you using Payment Element?

spring dagger
#

It's for a reusable setup intent, to store a customer profile and payment method at stripe

#

So there's no payment element

haughty cliff
#

What integration are you using?

#

Checkout? Elements?

spring dagger
#

I'm calling the API through the async-stripe rust library

#

oh sorry, I get what you mean, the front uses the stripe.js script, it's Elements, the PaymentElement, which is rendered using the setup intent I create at stripe using the API

haughty cliff
#

Gotcha

spring dagger
#

It looks like that's exactly what I need. I was assuming it would be defined by the SetupIntent, didn't look this side.
Thanks!