ACH Payment Method Object

The ACH Payment Method Object is a way to reference an ACH Payment Method stored in a vault. For security reasons, this object includes masked fields e.g. account number "****1234"

PropertyTypeDescription
maskedAccountNumberStringThe masked account number
maskedTransitNumberStringThe masked transit number
bankAccountTypeEnum:{CHQ, SAV}Indicates the type of bank account
customerIdIntegerThe Fusebill generated ID that uniquely identifies the customer this payment method belongs to
firstNameStringThe first name of the person associated with the bank account. Not necessarily the same as the first name of the customer. [Max Length: 50 characters]
lastNameStringThe last name of the person associated with the bank account. Not necessarily the same as the last name of the customer. [Max Length: 50 characters]
address1StringThe standard first line of a street address for the bank account owner [Max Length: 50 characters]
address2StringThe standard first line of a street address for the bank account owner [Max Length: 50 characters]
countryIdIntegerThe Fusebill generated ID of the country this bank account belongs to. See Customers: Shipping/Billing Address Object: Read Country ID
country3 character ISO codeThe country the bank account belongs to.
stateIdIntegerThe Fusebill generated ID of the state or province this bank account belongs to. See Customers: Shipping/Billing Address Object: Read Country ID
stateStringThe name of the state or province this bank account belongs to.
cityStringThe name of the city the bank account owner lives in. [Max Length: 50 characters]
postalZipStringThe postal code or zip code associated with the bank account [Max Length: 10 characters]
isDefaultBooleanTrue if this payment method is the default payment method for this customer. The default payment method is what is used for autocollect if that feature is enabled.
externalCustomerIdStringThe external customer ID. Populated if the card data is stored in a third party vault, and only certain third party vaults.
externalCardIdStringThe external card ID. Populated if the card data is stored in a third party vault.
storedInFusebillVaultBooleanTrue if the card data is in the Fusebill vault. False if the data is in a third party vault.
[Read Only]
idIntegerThe Fusebill generated ID that uniquely identifies this payment method
[Read Only]
uriStringThe full string path to this resource
[Read Only]