v1
latestOpenAPI 3.0.12026-07-26106359429.8 KBAccount Number
Activate an Account Number
Activate an Account Number.
post/v1/account_number/{account_number_id}/activate
Path parameters
account_number_idstring required
The ID of the Account Number to be activated.
Request body
Response
Successful response
Example response
{
"id": "account_number_xyz",
"account_id": "account_xyz123",
"client_customer_id": "<your_customer_id>",
"entity_id": "entity_xyz123",
"status": "active",
"ach_controls": {
"originator_id": "originator_xyz123",
"incoming": {
"counterparty_filter": "accept_all"
},
"outgoing": {
"counterparty_filter": "accept_all"
}
},
"wire_controls": {
"incoming": {
"counterparty_filter": "accept_all"
},
"outgoing": {
"counterparty_filter": "accept_all"
},
"outgoing_international": {
"counterparty_filter": "accept_all",
"counterparty_international_account_numbers_allowlist": [
{
"business_identifier_code": "CHASUS33",
"account_identifier": {
"value": "GB29NWBK60161331926819"
}
}
]
}
},
"internal_transfer_controls": {
"incoming": {
"counterparty_filter": "accept_all",
"counterparty_account_number_ids_allowlist": [
"account_number_xyz123"
]
},
"outgoing": {
"counterparty_filter": "accept_all",
"counterparty_account_number_ids_allowlist": [
"account_number_xyz123"
]
}
},
"instant_payment_controls": {
"incoming": {
"counterparty_filter": "accept_all"
},
"outgoing": {
"counterparty_filter": "accept_all"
}
}
}