When specifying an account type, a name string is used when calling the API. The meaning should be straight-forward. The names are case sensitive.
Bank (ACH) account types:
- Checking
- Savings
Card Types:
- Visa
- MasterCard
- Discover
- Amex
- DinersClub
- DebitCard (Use "DebitCard" for an unbranded bank debit card.)
- JCB
Account Sub-Types in Pyxis
Most accounts will have a sub-type that will describe the account in more detail. Here are the possible values:
- Unsupported (unrecognized or type not supported in gateway(s)
- Credit
- Debit
- Both (both credit and debit)
- Charge
- BankAccount
- PrepaidCredit
- PrepaidDebit
- PrepaidBoth
- CorporateCredit
- CorporateDebit
- CorporateBoth
- Unavailable (returned if had an issue with bin lookup)