English
cURL
curl --request PATCH \ --url https://sandbox.killb.app/api/v2/accounts/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "type": "<string>", "data": { "accountNumber": "<string>", "bankCode": "<string>", "type": "<string>", "document": { "type": "NIT", "number": "123456", "issuedCountryCode": "CO" } } } '
{ "id": "<string>", "userId": "<string>", "type": "<string>", "status": "<string>", "data": { "firstName": "<string>", "lastName": "<string>", "companyName": "<string>", "email": "<string>", "phone": "<string>", "accountNumber": "<string>", "bankCode": "<string>", "type": "savings", "countryCode": "<string>", "document": { "type": "NIT", "number": "123456", "issuedCountryCode": "CO" }, "middleName": "<string>" }, "externalId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
The access token received from the authorization server in the OAuth 2.0 flow.
Show child attributes
NIT
EIN
CNPJ
RFC
CUIT
USCC
RUT
"NIT"
"123456"
"CO"
Required if companyName is not present
Required if firstName is not present
You can find the code on the bank list endpoint
savings
checking
A unique identifier used to identify your existing user.