Create a new signer
Endpoint to create a signer with necessary details.
{
"signer_id": "0195b009-a139-7ff2-adac-15e3c3ecfc88",
"id": "0195b009-a139-7ff2-adac-15e3c3ecfc88",
"handle": "wYe6h63CNqoLxJet5jP1WWLhGi8D11ZGij",
"keeper": [
{
"public": "7ef44ee7ff1f4527ef44ee7ff1f4527ef44ee7ff1f4527ef44ee7ff1f4527ef4",
"scheme": "ecdsa-ed25519",
"secret": "046d541aec939b4748943e49cc1117a70966a6fc87345e6052a54f1e69ea48d5"
}
],
"labels": {
"type": "PERSON",
"status": "ACTIVE",
"created": "2025-03-19T15:12:55.993-05:00",
"updated": "2025-03-19T15:12:55.993-05:00",
"createdBy": "mSJkneiASd",
"aliasType": "ALPHANUM",
"aliasValue": "@jorge",
"proprietary": "CC",
"identification": "1010101010",
"firstName": "Jorge",
"lastName": "Diaz",
"bankId": "900123456",
"bankAccountType": "SVGS",
"bankAccountNumber": "4123456789",
"routerReference": "$bancorojo",
"targetSpbviCode": "TFY",
"consented": "2025-03-13T20:38:07-05:00",
"received": "2025-03-13T20:38:07.123-05:00",
"dispatched": "2025-03-13T20:38:10.123-05:00"
},
"error": {
"code": 0,
"message": "Success"
}
}
Body
28 - 35
"wfQeFLxQCFF5zrAjHnVX7tJnigmN98mDLM"
Type of a signer
PERSON
, BUSINESS
Alias type of the signer
ALPHANUM
, EMAIL
, MERCHANT
, PHONE
, NRIC
Value of the alias. The format of the alias depends on the aliasType:
- "ALPHANUM": Starts with @. Max 20 and min 5 alphanumeric characters after the @.
- "EMAIL": Max 92 characters, must contain only one @. Max 30 characters before the @ and 61 after.
- "MERCHANT": Starts with 00 and contains 10 characrters in total.
- "PHONE": Starts with 3 and contains 9 numbers after.
- "NRIC": Max 18 and min 3 alphanumeric characters.
3 - 92
"@jorge"
'Proprietary label of the signer'
- "CC": Cédula de Ciudadanía
- "CE": Cédula de Extranjería
- "PA": Pasaporte
- "TI": Tarjeta de Identidad
- "NUIP": Número Único de Identificación Personal
- "NIT": Número de Identificación Tributaria
CC
, CE
, PA
, TI
, NUIP
, NIT
Description of the signer
255
"signer for spi"
Identification of the signer. Alphanumeric characters.
18
"1010101010"
Legal entity name. Only for BUSINESS type.
140
"Cognito inc"
First name of the signer. Only for PERSON type.
140
"Jorge"
Optional second name of the signer. Only for PERSON type.
140
"Ivan"
Last name of the signer. Only for PERSON type.
140
"Diaz"
Optional second last name of the signer. Only for PERSON type.
140
"Gomez"
ISO code of the country of residence of the signer.
2
"CO"
Type of bank account.
- "SVGS": Savings
- "CACC": Checking
- "DBMO": Low-amount deposits
- "DORD": Ordinary deposits
- "DBMI": Inclusive low-amount deposits
SVGS
, CACC
, DBMO
, DORD
, DBMI
Bank account number of the signer. Only digits
34
"4123456789"
Bank BICFI code of the bank. Only digits
4
"1234"
Name of the bank
64
"Banco Rojo"
Bank NIT
9
"900123456"
Bank wallet identifier.
34
"$bancorojo"
Type of SPBVI code
- 'TFY': TransfiYa
- 'ENT': Entre cuentas
- 'CRB': Credibanco
- 'VIS': Visionamos
- 'SRV': Servibanca
TFY
, ENT
, CRB
, VIS
, SRV
Date of consent in ISO 8601
"2025-03-13T20:38:07-05:00"
Date of reception in ISO 8601 with milliseconds precision
"2025-03-13T20:38:07.123-05:00"
Date of dispatch in ISO 8601 with milliseconds precision
"2025-03-13T20:38:10.123-05:00"
Response
{
"signer_id": "0195b009-a139-7ff2-adac-15e3c3ecfc88",
"id": "0195b009-a139-7ff2-adac-15e3c3ecfc88",
"handle": "wYe6h63CNqoLxJet5jP1WWLhGi8D11ZGij",
"keeper": [
{
"public": "7ef44ee7ff1f4527ef44ee7ff1f4527ef44ee7ff1f4527ef44ee7ff1f4527ef4",
"scheme": "ecdsa-ed25519",
"secret": "046d541aec939b4748943e49cc1117a70966a6fc87345e6052a54f1e69ea48d5"
}
],
"labels": {
"type": "PERSON",
"status": "ACTIVE",
"created": "2025-03-19T15:12:55.993-05:00",
"updated": "2025-03-19T15:12:55.993-05:00",
"createdBy": "mSJkneiASd",
"aliasType": "ALPHANUM",
"aliasValue": "@jorge",
"proprietary": "CC",
"identification": "1010101010",
"firstName": "Jorge",
"lastName": "Diaz",
"bankId": "900123456",
"bankAccountType": "SVGS",
"bankAccountNumber": "4123456789",
"routerReference": "$bancorojo",
"targetSpbviCode": "TFY",
"consented": "2025-03-13T20:38:07-05:00",
"received": "2025-03-13T20:38:07.123-05:00",
"dispatched": "2025-03-13T20:38:10.123-05:00"
},
"error": {
"code": 0,
"message": "Success"
}
}