Request
| Property | Type | Required | Description |
|---|---|---|---|
address1 | string | Optional | First line of street address of vendor bank. Maximum 60 characters. |
address2 | string | Optional | Second line of street address of vendor bank. Maximum 60 characters. |
city | string | Optional | City of vendor bank. Maximum 40 characters. |
state | string | Required if country is US or CA | State or province code of vendor bank. Refer to State and Province Codes. |
country | string | Required | Country code of vendor bank. Refer to Country Codes. |
zipCode | string | Optional | Zip/Postal code of vendor bank. Maximum 10 characters. |
bic | string | Either bankId or bic is required, but not both. | The Bank Identifier Code of vendor bank for wire transfers. Maximum 50 alphanumeric characters. |
bankId | string | Either bankId or bic is required, but not both. | Bank identifier, routing number, sort code, or BSB. Maximum 35 characters. |
bankName | string | Required | Name of vendor bank. Maximum 140 characters. |
accountId | string | Either accountId or iban is required, but not both. | Vendor bank account number. Maximum 34 characters. |
nameOnAccount | string | Required | Name on bank account for vendor. Valid value: 3–140 alphanumeric characters |
intermediaryBic | string | Optional | The Bank Identifier Code of intermediary bank for wire transfers. Maximum 50 alphanumeric characters. |
intermediaryBankName | string | Optional | Name of intermediary bank. Maximum 140 characters. |
intermediaryBankState | string | Optional | State or province code of intermediary bank. Refer to State and Province Codes. |
intermediaryBankCountry | string | Optional | Country code of intermediary bank. Refer to Country Codes. |
iban | string | Either accountId or iban is required, but not both. | Vendor International Bank Account Number (IBAN). 15–31 alphanumeric characters. |
paymentReference | string | Optional | Reference text that appears on your vendor's bank statement when they are paid out. If left blank, this is the standard message (i.e. "BlueSnap Payment {Payment ID} for Merchant {Merchant ID}"). Learn more.Maximum 100 alphanumeric characters.Notes:
|
achAccountClass | string | Optional | Class of ACH bank account.Possible values: PERSONAL CORPORATE INTERNATIONAL |
achAccountType | string | Optional | Type of bank account.Possible values: CHECKING SAVINGS |
additionalInformation | string | Optional | Any additional custom fields. |
sortCode | string | Optional | Identifies a specific bank branch. |
Response
| Property | Type | Required | Description |
|---|---|---|---|
address1 | string | Optional | First line of street address of vendor bank. Maximum 60 characters. |
address2 | string | Optional | Second line of street address of vendor bank. Maximum 60 characters. |
city | string | Optional | City of vendor bank. Maximum 40 characters. |
state | string | Required if country is US or CA | State or province code of vendor bank. Refer to State and Province Codes. |
country | string | Required | Country code of vendor bank. Refer to Country Codes. |
zipCode | string | Optional | Zip/Postal code of vendor bank. Maximum 10 characters. |
bic | string | Either bankId or bic is required, but not both. | The Bank Identifier Code of vendor bank for wire transfers. Maximum 50 alphanumeric characters. |
bankId | string | Either bankId or bic is required, but not both. | Bank identifier, routing number, sort code, or BSB. Maximum 35 characters. |
bankName | string | Required | Name of vendor bank. Maximum 140 characters. |
accountId | string | Either accountId or iban is required, but not both. | Vendor bank account number. Maximum 34 characters. |
nameOnAccount | string | Required | Name on bank account for vendor. Valid value: 3–140 alphanumeric characters |
intermediaryBic | string | Optional | The Bank Identifier Code of intermediary bank for wire transfers. Maximum 50 alphanumeric characters. |
intermediaryBankName | string | Optional | Name of intermediary bank. Maximum 140 characters. |
intermediaryBankState | string | Optional | State or province code of intermediary bank. Refer to State and Province Codes. |
intermediaryBankCountry | string | Optional | Country code of intermediary bank. Refer to Country Codes. |
iban | string | Either accountId or iban is required, but not both. | Vendor International Bank Account Number (IBAN). 15–31 alphanumeric characters. |
paymentReference | string | Optional | Reference text that appears on your vendor's bank statement when they are paid out. If left blank, this is the standard message (i.e. "BlueSnap Payment {Payment ID} for Merchant {Merchant ID}"). Learn more.Maximum 100 alphanumeric characters.Notes:
|
achAccountClass | string | Optional | Class of ACH bank account.Possible values: PERSONAL CORPORATE INTERNATIONAL |
achAccountType | string | Optional | Type of bank account.Possible values: CHECKING SAVINGS |
additionalInformation | string | Optional | Any additional custom fields. |
status | string | Optional | Indicates whether bank details are active ("A") or pending "P"). This is a read-only field that should not be provided in vendor requests. |
sortCode | string | Optional | Identifies a specific bank branch. |
