Changing merchant for recurring billing

Currently have about 7k active users, and need to alter all of their recurring billing merchant. To avoid the cost of having the database team at infusionsoft do this, I would like to figure out how to do this via API.
Anyone have experience with this?

Thanks!
Todd

The MerchantAccountId can be changed on the RecurringOrder table but unless their all going to be the same merchant account id, there wouldn’t be any realistic way to decide what id to use. Are they all to use the same merchant gateway and you need to change them to reflect that or are the other variables involved?

Yep, switching them all to to same Merchant Id, as we are pulling away and stopping use of one of Merchants.

So using the standard api method Update on the RecurringOrder table to update the MerchantAccountId field would work then.