#vishnu_docs

1 messages ¡ Page 1 of 1 (latest)

modern craterBOT
#

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

📝 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.

stoic pulsar
#

hi there!

#

because card detail already stored in our database
can you clarify what you mean by "card detail" exactly? are you talking about the raw numbers?

tight bluff
#

yes 16 digit card number and cvv

stoic pulsar
tight bluff
#

our project is saas based project

#

where we integrate multiple type of payment gateway

#

on stripe we use charged api

#

where we send card detail also fro process payment

#

but i think it will deprecate soon

#

so want migrate to payment intent stripe

stoic pulsar
#

can you answer my above question?

#

if your business is not PCI compliant, then you are not allowed to store the raw card numbers on your end

#

and you are not allowed to create a PaymentIntent with these numbers

tight bluff
#

on db we store last 4 digit number

stoic pulsar
#

you said this previously:

yes 16 digit card number and cvv

tight bluff
#

its my mistake, not check in db

stoic pulsar
#

I don't understand sorry. you said in your first question:

because card detail already stored in our database

#

like I said, you are only allowed to create a PaymentIntent by providing the card numbers yourslef if you are PCI compliant.

#

so are you PCI compliant?

tight bluff
#

no

stoic pulsar
#

then you are not allowed to store the credit card numbers in your own database

#

and won't be able to use Stripe like this

tight bluff
#

on we getting last 4 digit card number

#

how we getting last 4 digit of card number

stoic pulsar
#

I don't understand your question, sorry

tight bluff
#

we want last 4 digit and expiry date when payment successfull

stoic pulsar
tight bluff
#

We noticed that the iframe displays where the user fills in card details for payment. Is there any option in JavaScript to pass the card number directly into this iframe?

stoic pulsar
#

you can create a PaymentIntent on the backend and directly set the card numbers yourself. however, this is only possible if you are PCI compliant.

#

since you are not PCI compliant, the only option if for users to type the card number themselves in the Stripe iframe.

tight bluff
#

ok