Customers
Create a Customer Bank Account
Supported for:
quickbooks sageIntacct myob
post/v2/accounting/customers/bankAccounts
Request body
Example request
{
"connectionUuid": "CON-396d5daa-26b2-4979-89b6-cafb2c298155",
"data": {
"name": "Business Bank Account",
"type": "checking",
"accountNumber": "11200",
"routingNumber": "123456789",
"bankName": "TD Bank",
"supportsAch": true,
"supportsWire": true,
"supportsCheck": true,
"address": {
"line1": "1234 Park Street",
"line2": "Suite 1000",
"city": "Toronto",
"region": "ON",
"country": "CAN",
"postalCode": "A0B1C2"
},
"contactName": "Jane Smith",
"currency": "CAD",
"customerRef": {
"id": "124"
}
}
}Response
Example response
{
"connectionUuid": "CON-396d5daa-26b2-4979-89b6-cafb2c298155",
"businessName": "Railz",
"serviceName": "xero",
"pushCommunicationId": "60473b57f0cdd1683ca71f60",
"requestedOn": "2021-03-09T08:15:22.035Z",
"status": "pending",
"data": {
"name": "Business Bank Account",
"type": "checking",
"accountNumber": "11200",
"routingNumber": "123456789",
"bankName": "TD Bank",
"supportsAch": true,
"supportsWire": true,
"supportsCheck": true,
"address": {
"line1": "1234 Park Street",
"line2": "Suite 1000",
"city": "Toronto",
"region": "ON",
"country": "CAN",
"postalCode": "A0B1C2"
},
"contactName": "Jane Smith",
"currency": "CAD",
"customerRef": {
"id": "124"
}
}
}