Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A formal request must be submitted to your old processor for tokens to be extracted and transferred to Payrix. Often processors will request the Payrix PCI Attestation of Compliance to confirm that the destination for the token migration is PCI compliant.

Info

Note: Payrix prefers the following JSON format for token data extract files.

Code Block
languagejs
{
	"customers": [{
		"cards": [{
			"address_city": null,
			"address_country": null,
			"address_line1": null,
			"address_line2": null,
			"address_state": null,
			"address_zip": null,
			"exp_month": 12,
			"exp_year": 2021,
			"id": "card_CardTokenIDValue",
			"name": null,
			"number": "4111111111111111"
		}],
		"default_source": "card_CardTokenIDValue",
		"description": "0",
		"email": "customer@gmail.com",
		"id": "cus_CustomerIDValue",
		"metadata": {}
	}]
}

2) Payrix works with previous processor to coordinate token data transfer

...