#Fraz

1 messages ยท Page 1 of 1 (latest)

dire brambleBOT
native gulch
#

๐Ÿ‘‹ happy to help

#

any more context?

unborn mason
#

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.

Simulate payments to test your integration.

#

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.

native gulch
#

do you have a request ID I could take a look at?

unborn mason
#

yes i have

#

this is the request log from response i think it have id in it

native gulch
#

taking a look

#

ok so basically you're creating the PI directly with PAN numbers

#

instead you should start by creating a token

unborn mason
#

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

native gulch
unborn mason
#

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

lean sigil
#

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?

unborn mason
#

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

lean sigil
#

So what's the problem you are having?

unborn mason
#

stripe returns with error in response

lean sigil
#

But you don't contact Stripe, PCI Proxy does, no?

unborn mason
#

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

lean sigil
#

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?

unborn mason
#

"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"
}

#

this is the error i have received from pci api

lean sigil
#

If you get this error from PCI Proxy, you need to contact their support.

unborn mason
#

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

lean sigil
#

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?

unborn mason
#

pci proxy been used for a safer payment

lean sigil
#

Stripe is providing safe payments on it's own.

unborn mason
#

ill ask them to contact with you on their behalf

lean sigil
#

You don't need to use any other provider.

unborn mason
#

i have created it with simple

#

but my client need pci compliance payments