On This Page
Task 3: Export Current Subscriptions to a File
Export all active subscriptions from your current provider to a file.
In the next task, you write and run a migration script
that parses the export file and creates subscriptions
on the system.
Cybersource
IMPORTANT
Only subscriptions in the Recurring Billing.
active
state
can be migrated to Cybersource
- To export subscription data from your current provider:
- Export all active subscriptions from your current provider to a local file. Use a flat text file, CSV file, or Excel spreadsheet.
- Organize the exported data so that each subscription record is easily processed by the script that you write and run in Task 4: Create New Subscriptions.
ADDITIONAL INFORMATION
TIPOptionally, include a JSON-formatted REST API request in each subscription record. - Ensure each subscription record in the export file includes information required to construct aAPI request that creates an equivalent subscription inCybersourceRecurring Billing.Cybersource
ADDITIONAL INFORMATION
The fields required in the API request message vary based on the plan options for the subscription. For lists of required fields in theAPI request, see the example requests in Reference Information.CybersourceIMPORTANTA Recurring Billing subscription on theplatform begins billing on the date specified in theCybersourcesubscriptionInformation. startDatefield of the request unless you manuallysuspendorcancelthe subscription after it is created. - Save a copy of the export file.
ADDITIONAL INFORMATION
IMPORTANTYou need this export file for subsequent migration tasks.