#jessa_docs

1 messages ¡ Page 1 of 1 (latest)

modern carbonBOT
#

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

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

soft meteor
#

Hi there

high barn
#

yes exactly, we are using the fingerprint for matching card present and card-not-present transaction histories.

the question I'm asking is whether we can get the PAN from the stripe physical test card so we can QA this feature?

soft meteor
#

I don't know if they have a real PAN - I'm sorry but I'm still not clear on why you want the PAN?

high barn
#

so we can make a purchase on stripe terminal using the physical test card, and then subsequently make a purchase on our web page using the same card and ensure that we were successfully able to marry the transaction histories of that payment method

soft meteor
#

I don't think you need the PAN for that though - you should be able to create a card-present PaymentIntent with setup_future_usage: "off_session" and then you'll get a generated_card in the response that you can use to create and confirm a PaymentIntent with

high barn
#

our app doesn't support saving the card number for reuse, though, we're just doing this to keep track of purchase history

#

(so there's no way i can have our tester go through this functionality you've linked using the app as if they were a customer)

soft meteor
#

Yeah I don't see another way to test this

high barn
#

alrighty, thanks

soft meteor
#

I'm digging to see if I can find anything about it but I assume there's a reason we don't print a PAN on the card, which is likely that we make one up when needed

high barn
#

it does return the same last 4 each time we use it: 9969

soft meteor
#

can you give me an example test payment with that card?

high barn
#

sorry misremembered the last 4, it's 9969, updated above. here's an example: pi_3T6OogC1LluJiuYa1Z5iIwjs

soft meteor
#

There's not really a way for me to tell you what that card's number is, unfortunately

high barn
#

ok thanks for checking. maybe we can try with apple pay, where we can use a real card in test mode