#swapnil_87294
1 messages · Page 1 of 1 (latest)
Hello 👋
It should be quite similar to the canonical flow
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements#display-payment-method
If Apple Pay/Google Pay is configured correctly then it'd show up automatically
understand the payment wallet and all things show because of client secret we provide
let me tell you we were using card element if which flow was like client has card element and he provides card detail and and sends paymethodId and then from backend we snd client secret of subscription and then frontend confirm the payment
and for payment element it needs client secret for showing icons
I see. But how exactly are you blocked on subscriptions?
i need client secret for to show paymentelement how do i know which customer i have done
for card elements i did not needed client secret show card but for payment element i need that
Did you check the docs link I shared above? It provides all the steps you need to set up a subscription integration with PaymentElement
yes i've checked
So what step are you blocked on? It clearly shows how you can get client secret