#shaitan1126-cards

1 messages · Page 1 of 1 (latest)

plain sparrow
#

if you want to save and reuse cards in Stripe, you must create a customer. The cards have to be attached to a customer to be "saved" and "reusable"

light mural
#

Ok, i don't want to be used that card again

plain sparrow
#

then that's possible yes

#

you don't have to create a customer

light mural
#

Just need to save that card and display to ther somewhere on the website

plain sparrow
#

could you elaborate a bit more on your use case?

light mural
#

Actually, when user pay on the platform for some services then we can show the card list to them and just need to ask to re-enter the cvv only

#

not the full card detail

plain sparrow
#

in such a scenario, we would require a customer to be created. Otherwise how would you know that it is that particular user's card?

#

you could be presenting user A's card to user B

light mural
#

If stripe a card Id then we can save that card into our database and later we can fetch full info from that card id from stripe to the detail to user.

#

It would be a good approach

plain sparrow
#

in Stripe, your use case is what we would typically name as saving and reusing a card

#

it requires a customer to be created, and the card attached to a customer in Stripe

#

if you don't want to create a customer, i'm afraid that use case isn't something we support

light mural
#

Yes we know to save cards in customer Id

#

As in our terms an policy we are not saving user confidential info on our platform

#

Pleaser concern on this in future, as it would be very helpful to store card using a unique token or a card Id

plain sparrow
#

ah if that's what you're referring to, then yes, you will be PCI compliant if you use Stripe Checkout or Elements. Checkout and Elements host all form inputs containing card data within an iframe served from Stripe’s domain—not yours—so your customers’ card information never touches your servers

light mural
#

No, this not what i am talking about

plain sparrow
#

the card details are tokenized

light mural
#

Where is the exact link of that?

plain sparrow
light mural
#

Ok, thanks this is what I am looking for

#

Thank you so much,

plain sparrow
#

you're welcome