Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

We simplify the process of migrating your Merchants from an old processor and seamlessly adding them to the Payrix platform. Follow this guide to easily import your Merchants' tokens with minimal interruption to their payment processing capacity.

1) Initiate token migration with your previous processor

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.

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

{
	"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": "",
		"email": "customer@gmail.com",
		"id": "cus_CustomerIDValue",
		"metadata": {}
	}]
}

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

Payrix will work with the previous processor to determine or agree upon a format in which the token data will be extracted, and a process and protocol which will be used to securely transfer the data.

3) Processor transfers token data to Payrix

The token and card data will be transferred to Payrix using industry-standard, PCI compliant encryption and transfer protocols.

4) Payrix imports token data

Upon receiving the token data, Payrix processes, imports, and maps the data.

  • Payrix will work with you to determine the access scope of your newly imported tokens (user or merchant to which the imported tokens will be associated).

  • Import process maps processor token IDs to new Payrix token IDs, customers, and custom fields.

5) Payrix communicates token import results

You will be notified once the import has completed, then you can query our API for the old processor tokens to determine the new equivalent Payrix tokens. Payrix’s token.custom field will contain the old processor’s token ID, while Payrix’s customer.custom field will contain the old processor's customer ID.

By request, Payrix can provide a custom mapping file with the old processor data mapped to the new Payrix values.

  • No labels