#GiovanniV-cards

1 messages · Page 1 of 1 (latest)

zenith cave
#

Hello! give me a moment and I'll take a look

primal gate
#

thank you!

heady dune
#

@primal gate I'm not sure I follow your question, this is about card migrations. Are you asking if we keep the card data when you leave Stripe and export it to another processor?

primal gate
#

yes mass card migration , see the encripted data that we are getting will be the old card info then stripe makes new card id , my question is the old card id is available for cross map with customers system ?

#

here is an outline of our requirements relating to the token/card migration from Cybersource to Stripe.

Cybersource will generate a file (encrypted with Stripe PGP) will card details/tokens to be shared with Stripe.
Ex. –
i. Cybersource Card Id: 6131416714476205304293

                                                         ii.      Card #: XXXX XXXX XXXX 2862

                                                       iii.      Exp Date: 12 / 20XX

Stripe will create a new Stripe Id for each Cybersource card Id
i. Cybersource Card Id: 6131416714476205304293

                                                         ii.      Stripe Id: 123456789ABCDEFGHI

In our current ERP System, we maintain a relationship between the Cybersource Card Id & the Syspro Customer#
Ex. –
i. Cybersource Card Id: 6131416714476205304293

                                                         ii.      Syspro Customer Id: 7178357

Each Syspro Customer Id will be created as a new customer in SAP
Syspro Customer Id: 7178357
SAP Business Partner: 10000100
We need a way to assign Stripe Card Id: 123456789ABCDEFGHI to SAP Business Partner: 100000100
We know the following
i. Cybersource Id 6131416714476205304293 belongs to Syspro Customer 7178357

                                                         ii.      Syspro Customer 7178357 will be SAP Customer 10000100

We need to know that Stripe Id 123456789ABCDEFGHI is the new Id for Cybersource Id 6131416714476205304293 in order to completed the mapping

#

A few other items to note:

The Syspro customer number is NOT stored in Cybersource
A single customer may have multiple cards so we need a way to map the old card in cybersource to the new SAP customer
We won’t have a final mapping of Syspro customer to SAP customer until we load customers to our production environment, planned for some time Nov/Dec
We need a mapping of Cybersource Card ID to Stripe Card ID so we can properly map tokens to SAP customers
Each Stripe Card Id will need to be registered through Digital Payments Add-on and the DPA token is what is actually loaded against the SAP Customer

heady dune
#

please don't paste walls of text like that

#

Stripe exports all the data like mentioned in the doc. Cybersource and other processors can import that data as needed. Also all the data stays available in Stripe

primal gate
#

is not a wall of text is the outline of the requirement

heady dune
#

Our card export process is covered in details here: https://stripe.com/docs/security/data-migrations/exports which I think you saw. It describes exactly what we export to your new processor and then it's their job to parse/ingest the data and provide you a mapping of our data to theirs to share with your other systems.
We can't really help with this beyond what we describe in that doc

#

I'd recommend working directly with our support team though as they will put you in touch with the card migrations team at Stripe who handles all those requests

primal gate
#

ok thank you

heady dune
#

Sure thing! Stripe exports cards to dozens of processors and most of them are already deeply familiar with the process. The same way we import card details from dozens of processors, including Cybersource, and we are familiar with their process and what kind of information we can provide