cURL
curl --request POST \ --url https://sandbox.killb.app/api/v2/accounts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "type": "PSE", "userId": "<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>" } '
{ "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>", "complianceUrl": "<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.
PSE
ACH
WIRE
WALLET
COELSA
SPEI
CUSTODIAL
TRANSFIYA
SWIFT
Show child attributes
A unique identifier used to identify your existing user.