#kcsekhar13_docs

1 messages ¡ Page 1 of 1 (latest)

visual valleyBOT
#

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

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

vast timber
#

"description,name,email,id,card.address_city,card.address_country,card.address_line1,card.address_line2,card.address_state,card.address_zip,card.exp_month,card.exp_year,card.id,card.name,card.number,default_source,card.transaction_ids"

#

here are the fields in the file we received

tribal cedarBOT
shadow gust
#

Hi, let me help you with this.

#

You are exporting Customers, right?

vast timber
#

we are importing a customer from stripe

#

we received data file from stripe and we managed to decrypt it

#

we need which property is the cc token in above list of properties

shadow gust
#

The top level id is the Stripe Customer object ID, card.id is the Stripe Card object ID, card.transaction_ids is the Stripe Transaction IDs in which this card was used (what prefix do these IDs have in your case?).

#

What do you mean by "cc token" exactly?

vast timber
#

cc token is what merchant uses to initiate MIT transactions

#

Customer object ID has preifx 'cus_'

shadow gust
vast timber
#

into another psp

shadow gust
#

Then you should use the card.number

vast timber
#

merchant is using the fingerprint property to generate MIT transactions with stripe and expect to do the same with new psp

#

is it possible to include fingerprint property in export file?

shadow gust
#

I am not sure how would you use a card fingerprint to charge the card.

#

It's only used to identify duplicating payment methods after they're tokenized.

vast timber
#

no, we dont charge card using finger print

#

after migrating from stripe to another psp, which property merchant should use to initiate MIT transactions

shadow gust
#

The card number mainly. But it's best to reach out to your new PSP to make sure.

vast timber
#

merchant will not store card numbers due to PCI requirement

shadow gust
#

So how are you planning to charge the cards?

vast timber
#

There was some miscommunication between merchant and the integrators

#

we requested merchant to use card.id as a reference to initiate MIT transactions after migration

#

Thanks for your assistance

shadow gust
#

Please note that card.id card_xxx is a Stripe-related ID, and has no use outside of Stripe.

#

Happy to help.