Migrating Deposit Account Data

You can migrate legacy deposit account data using the publicSectorDepositAccounts REST API.

To do so, there are a few set up steps. You must:

  • Prepare a payload to migrate existing accounts in JSON format.

  • All migrated accounts must have a Verification Status of Pending Verification.

  • All migrated accounts will be assigned a Funding Type Value of Cash Deposit.

  • All migrated accounts must have a zero balance or positive balance in the account.

  • The payload must contain account information and ownership information only. You will have to assign authorized users, projects, and transactions after importing the accounts.

  • The payload must contain following headers:

    • REST-Framework-Version: 3 (minimum value)

    • X-Psc-Rt-Save-Type: I

  • Agency Staff migrating deposit accounts must have the role: PSC_MANAGE_MIGRATION.

For more information about setting up deposit accounts, see Setting Up Deposit Accounts.

For more information about using REST APIs, see Oracle Help Center.