AI resources

Output format for migrating vaults to tokenization

Example of an output file:

csv

"STATUS","CUSTOMER_ID","CARD_ID","REFERENCE_ID","STATUS_DETAIL"
"FINALIZED","1234-cust_id","270","ref_id_externa_2p_1800008","Card ID was updated"
"FINALIZED","1234-cust_id","270","ref_id_externa_2p_1800010",""
"FINALIZED","1234-cust_id","270","ref_id_externa_2p_1800007","Card ID was updated"
"FINALIZED","1234-cust_id","270","ref_id_externa_2p_1800006","Card ID was updated"
"FINALIZED","1234-cust_id","270","ref_id_externa_2p_1800009","Card ID was updated"
"REJECTED","","","0005123500001","Card date expired"
"REJECTED","","","0017683000001","Email syntax invalid"
FieldDescriptionRequired or Optional
statusResult of the linkage. Rejected - An error occurred; Finalized - Successful completion.Required.
customer_idIdentifier ID for the relationship between the payer and the seller.Required.
card_idID that represents the card in the linkage.Required.
reference_idPayer reference in the seller's system (external_reference).Required.
status_detailAdditional detail of the linkage. In case of errors or a card update, some of the values are:
1. The card ID was updated,
2. Error registering the customer,
3. Error linking the customer to a card,
4. Error generating the token,
5. The card's date is expired,
6. The email format is invalid,
7. The email syntax is invalid,
8. The card is not valid.
Required.