Back to All

What account types can be specified when adding a bank?

Whenever you try to add a bank within sandbox to an account, the API responds with an error on the bank account type. The API says to provide a single character code, but doesn't say what the available codes are. I've tried going through the entire alphabet (including uppercase) and digits, but all return the same error.

Here is the response I get back

{
	"SC": 400,
	"EC": "3C4E1332",
	"EM": "bank.accountType"
}