Skip to main content
GET
Fetch an Account Number

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Unique identifier for object

Response

200 - application/json

The invoice_account_number

account_id
string

ID of the account with which the object is associated. Filterable.

account_number
string

Account number for use with incoming payments

active
boolean

Flag indicating whether payments with this account number will post. Defaults to true. Filterable.

bank_id
string

ID of the bank with which the object is associated

id
string

Unique identifier for object

org_id
string

ID of the organization with which the object is associated

tags
string[]

Tags associated with the object. Filterable.

userdata
object

Arbitrary data the user can attach to the object