#harshilbodara
1 messages · Page 1 of 1 (latest)
AFAIK the Issuing Element will collect it for you, when the confirm call is made. You don't call an API directly because the PI shouldn't touch your server in the first place
sorry, I am not understand your point!
I want to add, update, and remove the pin number in issuing cards is it possiable?
no, you can't add, update, or remove the pin number
okay, is it possiable to other way?
i'm a little confused over what you're trying to do here, as the document on PIN management mentions :
Physical card PINs are set to a random value at creation. Virtual cards don’t have PINs.
why are you trying to add a PIN number?
okay, but, Physical card pins set automatically or i need to set?
Physical card PINs are set to a random value at creation. - it's set automatically
I have created one issue card and i see the pin is null
I think, i need to call this so it is automatically set the pin (https://stripe.com/docs/issuing/cards/pin-management)
am i right?
hmmm, sorry, looks like i was wrong, you can actually update a PIN : https://stripe.com/docs/api/issuing/cards/update#update_issuing_card-pin
can you paste the object id of that card in the screenshot you've provided?
👋 that's a virtual card and it has no PIN
Okie it's a physic one 👍
So you, as the merchant, won't have access to the original PIN or any updated PIN in the first place, and you don't need to call update PIN
the PIN is auto-generated, and you can only display it to the customer and let them change it via Issuing Element
(without having access to its value at all)
i am generating this card so we only the person generating this card access to pin and how?