#Fraz
1 messages ยท Page 1 of 1 (latest)
Sending credit card numbers directly to the Stripe API is generally unsafe. We suggest you use test tokens that map to the test card you are using, see https://stripe.com/docs/testing.
i am using pci proxy and they said that you are using PCI Proxy as an external provider thus you will never get in contact with sensitive card details. Perhaps they have to enable something on their side or you would have to change endpoint etc.
do you have a request ID I could take a look at?
yes i have
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
this is the request log from response i think it have id in it
taking a look
ok so basically you're creating the PI directly with PAN numbers
instead you should start by creating a token
how can i tokenize the card number i have already used tokenized number from pci and they send the original number by there own end
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
this is not a solution for my end, as i am already using pic proxy
i am tokenizing all data via pci proxy and they are tokeinzing and using card data on there own end. i am not collecting nor seeing any private data in the process
i am just using pci proxy stripe payment intent integration
Hi, I'm taking over my colleague, let me catch up.
Why don't you want to use Stripe Tokens for this?
Have you read somewhere that it is possible to make PCI Proxy work with Stripe?
i am using pci proxy and integrated already available intigration of Stripe payment intent
they request to send card detailed in tokenized format which is already tokenized via pci proxy end,
once i send the tokenized data to pci proxy they send request on there own end to stripe and process payment
but they are sending card numbers directly not by me or my server
So what's the problem you are having?
stripe returns with error in response
But you don't contact Stripe, PCI Proxy does, no?
Sending credit card numbers directly to the Stripe API is generally unsafe. We suggest you use test tokens that map to the test card you are using, see https://stripe.com/docs/testing.
yes i just send request to pci proxy api and they call stripe on there own end
and this is what i am getting
Sending credit card numbers directly to the Stripe API is generally unsafe. We suggest you use test tokens that map to the test card you are using, see https://stripe.com/docs/testing.
Is this an error you get from them?
"error": {
"message": "Sending credit card numbers directly to the Stripe API is generally unsafe. We suggest you use test tokens that map to the test card you are using, see https://stripe.com/docs/testing.",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_ORkBjQZjbqIi4G?t=1678780164",
"type": "invalid_request_error"
}
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
this is the error i have received from pci api
If you get this error from PCI Proxy, you need to contact their support.
i have contacted but they say the error is comming from stripe
can you please talk with Stripe regarding this error? You can tell them that you are using PCI Proxy as an external provider thus you will never get in contact with sensitive card details. Perhaps they have to enable something on their side or you would have to change endpoint etc.
this is their response
Then they will contact our support and we will resolve this between us. You only need to keep in touch with them.
I'll ask again. Why are you using PCI Proxy?
pci proxy been used for a safer payment
Stripe is providing safe payments on it's own.
ill ask them to contact with you on their behalf
You don't need to use any other provider.
What's your goal? Do you need to accept payments on your website? You can follow this guide, and you don't need any other services: https://stripe.com/docs/payments/accept-a-payment