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"
Property | Type | Description |
---|---|---|
maskedAccountNumber | String | The masked account number |
maskedTransitNumber | String | The masked transit number |
bankAccountType | Enum:{CHQ, SAV} | Indicates the type of bank account |
customerId | Integer | The Fusebill generated ID that uniquely identifies the customer this payment method belongs to |
firstName | String | The 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] |
lastName | String | The 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] |
address1 | String | The standard first line of a street address for the bank account owner [Max Length: 50 characters] |
address2 | String | The standard first line of a street address for the bank account owner [Max Length: 50 characters] |
countryId | Integer | The Fusebill generated ID of the country this bank account belongs to. See Customers: Shipping/Billing Address Object: Read Country ID |
country | 3 character ISO code | The country the bank account belongs to. |
stateId | Integer | The Fusebill generated ID of the state or province this bank account belongs to. See Customers: Shipping/Billing Address Object: Read Country ID |
state | String | The name of the state or province this bank account belongs to. |
city | String | The name of the city the bank account owner lives in. [Max Length: 50 characters] |
postalZip | String | The postal code or zip code associated with the bank account [Max Length: 10 characters] |
isDefault | Boolean | True 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. |
externalCustomerId | String | The external customer ID. Populated if the card data is stored in a third party vault, and only certain third party vaults. |
externalCardId | String | The external card ID. Populated if the card data is stored in a third party vault. |
storedInFusebillVault | Boolean | True if the card data is in the Fusebill vault. False if the data is in a third party vault. [Read Only] |
id | Integer | The Fusebill generated ID that uniquely identifies this payment method [Read Only] |
uri | String | The full string path to this resource [Read Only] |