Skip to main content
POST
Register a transactional account closure

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Body

application/json
account
string
required

The number of the account being closed.

Example:

"0007654321"

accountId
string
required

The CRM account id of the caller (resolves the server-side ISPB).

Example:

"acc-123"

accountType
integer<int64>
required

The account type (0=Checking,1=Salary,2=Savings,3=Payment,4=PI).

Example:

0

branch
string

The branch number of the account being closed.

Example:

"0001"

Response

OK

deletedKeys
object[] | null
required

The per-key deletion outcomes.