#pawan_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1285482520288432178
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi Orakaro
You can list the saved payment methods on the customers on backend, send back the information to frontend about some of it signature (ie. last4 of the card) and display on your own UI
Do I need to make customisation
https://docs.stripe.com/payments/save-during-payment?platform=web&ui=elements#save-payment-methods
As you Can see in this Image here its showing the saved card for customer so if i am not wrong its coming inbuild either we have to pass the parameter or something so that it wil show or do i need to call the api to get response and from response i have to make my card section ?
FYI I am using Salesforce Composable Storefront [PWA react]
Ah if you are using a 3rd party plugin, yours best bet is reaching out to them
They may have a built in component
No we Are not using 3rd party plugin we are integrating stripe from stripe end only
Ok let Me Know What are the options We Can Use to Show The Saved Payment
and let me know above i Have shared image How Its Implement to show saved card is it prebuild by stripe or Every one have to do from their end
Ah I thought Salesforce Composable Storefront is a plugin. Looks like a framework. Apologize!
Okie, so on backend, can you run a https://docs.stripe.com/api/payment_methods/customer_list API? passing in your customer Id
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
As Per this Doc Please Help I cant See Any where its asking to use The Api Which you providided in my doc
https://docs.stripe.com/api/payment_methods/customer_list API? passing in your customer Id
Can you please Check the below documentation
https://docs.stripe.com/payments/save-during-payment?platform=web&ui=elements#save-payment-methods and let me know
Ah okie here in this section, you can also see the saved payment methods