#johnm2023_api

1 messages ¡ Page 1 of 1 (latest)

pearl ventureBOT
#

👋 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/1389699914123968653

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

past wind
#

Could you share the URL of doc you're following to update the name on customer's credit card?

cedar eagle
past wind
#

CardUpdateParams is to update the card from Issuing product. Are you using Issuing (https://docs.stripe.com/issuing) ?

Use the Stripe Issuing API to create, manage, and distribute payment cards for your business.

cedar eagle
#

No'

past wind
#

Which card are you trying to update? Can you share the example ID (pm_123 or card_123), so that I can check how the card is created, and share the correct API endpoint?

cedar eagle
#

This example want even compile.

#

CardUpdateParams params = CardUpdateParams.builder().setName("Jenny Rosen").build();

past wind
#

This is incorrect function to be used. CardUpdateParams can only be used for card created from Issing

cedar eagle
#

setName. method not found

past wind
#

If you're not using Issuing, this is not the right builder to be used

#

CardUpdateParams is not meant for updating the card name

cedar eagle
#

So... If I want to update lets say the expiration date on a customers card ? or cvc code ?

past wind
#

Stripe doesn't store CVC, so CVC can't be updated

cedar eagle
#

Ok... I will give that a try