v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Accounts

Transfer transaction banking account ownership

Assign a new owner to a transaction banking account. If the new owner already exists within the organization, it's linked to the account. If not, a new entity is created and linked to the account. The previous account owner and all other customers linked to the account are deactivated.

This endpoint generates an Account owner changed event.

NOTE: This endpoint requires an account token - an access token encoded with an external account ID. Tokens can expire quickly, which can result in a 401 Unauthorized message.

patch/corporate/v1/corporate-accounts/{externalAccountId}/entity

Path parameters

externalAccountIdstring required

External account ID

Request body

document_numberstring required

Cardholder government document number. This can be from any document that identifies the cardholder such as a Tax ID, State ID, or driver's license.

namestring required

Entity name

Example request

{
  "document_number": "7777888hh",
  "name": "Chester Fields"
}

Response

OK