GET/account_numbers/{account_number_id}

Retrieve an Account Number

Retrieves an Account Number by its identifier. Use this operation when you need the Account Number details, including its owning Account, status, and inbound payment settings.

1 parameter
account_number_idstringrequired
The identifier of the Account Number to retrieve.

3 status codes
200Returns the Account Number, including its identifier, account and routing numbers, status, and inbound payment settings.
account_idstringrequired
The identifier for the account this Account Number belongs to.
account_numberstringrequired
The account number.
created_atstringrequired
The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Account Number was created.
idstringrequired
The Account Number identifier.
idempotency_keystringrequired
The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about [idempotency](https://increase.com/documentation/idempotency-keys).
inbound_achobjectrequired
Properties related to how this Account Number handles inbound ACH transfers.
inbound_checksobjectrequired
Properties related to how this Account Number should handle inbound check withdrawals.
namestringrequired
The name you choose for the Account Number.
routing_numberstringrequired
The American Bankers' Association (ABA) Routing Transit Number (RTN).
statusstringrequired
This indicates if payments can be made to the Account Number.
Allowed:activedisabledcanceled
typestringrequired
A constant representing the object's type. For this resource it will always be `account_number`.
Allowed:account_number
4XXReturned when the request encounters a client error.
5XXReturned when the service encounters a server error.

Error handling

The account_number_id path parameter must identify the Account Number to retrieve. Use the Account Number's identifier, rather than its account or routing number.