#MAL
1 messages ยท Page 1 of 1 (latest)
Hello ๐
If you use Stripe.js/Elements to collect the cvv then we encrypt it automatically. You don't need to encrypt it manually
I need to set the pin for the issued physical card using the Stripe python sdk. How can I do it?
Ah you are asking about issuing.. hold on
Let me check if we have docs on this
We have issuing elements you can use for this
Would recommend reading through
https://stripe.com/docs/issuing/cards/pin-management
That is, the client can set the PIN only at the ATM? What about the API? The documentation says that we can call stripe.issuing.Card.modify and pass pin.encrypted_number there. But it doesn't say how to encrypt.
This refers to using elements right? Not the ATM
https://stripe.com/docs/issuing/cards/pin-management#using-issuing-elements
We don't use Stripe.js on the client side. We do all the communication with Stripe from the server side.
How we can do it by Stripe SDK?
I am not finding much on this in our docs unfortunately. I'll flag it internally to see if we can do something about that.
My understanding is that you'd perform JWE encryption with the publishable key and pass the pin via the API
Thank you very much!
NP! Apologies for the delay