#kcsekhar13_docs
1 messages ¡ Page 1 of 1 (latest)
đ 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.
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
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?
cc token is what merchant uses to initiate MIT transactions
card.id has prefix 'pm_'
Customer object ID has preifx 'cus_'
Are you planning to import it into another Stripe account or elsewhere?
into another psp
Then you should use the card.number
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?
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.
no, we dont charge card using finger print
after migrating from stripe to another psp, which property merchant should use to initiate MIT transactions
The card number mainly. But it's best to reach out to your new PSP to make sure.
merchant will not store card numbers due to PCI requirement
So how are you planning to charge the cards?