Tokenizing Supplier Bank Account
If you're not ready to make the Issue ACH or Issue ACH Lite call but you have the suppliers bank account information, you can use the merchantsupplier/settings API to create the bank account and receive a token that can be used for future purchase requests.
If you have the bank account information for suppliers you will pay in the future, but aren't ready to make the Issue ACH request quite yet, you can use the merchantsupplier/settings endpoint to set everything up so that in the future all you'll have to do is include the account token we return to you.
Developer information can be found here.
When you call this endpoint, we will return a bankAccountGuid in the bankAccount object of the response:

In future Issue ACH or Issue ACH Lite requests you will include that bankAccountGuid in place of the account holder and bank account specific information.

Updated over 1 year ago