Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Campo

Descripción

Información adicional

logo

Imagen de spin

Type: String

address

Dirección del cliente

Type: String

Longitudes sugeridas por fiserv:
- Min Length: 1
- Max Length: 40

Example: 1574 Lynn Ogden Lane

houseNumber

Número de casa

Type: String

Longitudes sugeridas por fiserv:
- minLength: 0
- maxLength: 20

Example: 204

externalNumber

Número exterior

Type: String

colony

Colonia de residencia

Type: String

city

Ciudad de residencia

Type: String

Longitudes sugeridas por fiserv:
- minLength: 0
- maxLength: 30

Example: Houston

state

Estado de residencia

Type: String

Longitudes sugeridas por fiserv:

  • minLength: 0

  • maxLength: 3

Example: TX

postalCode

Código postal

Type: String

Longitudes sugeridas por fiserv:
minLength: 0
maxLength: 10

Example: H0M 1A2

dateOfBirth

Fecha de nacimiento

Type: String
Example: 1990-02-28

stateOfBirth

Estado de nacimiento

Type: String

email

Correo electrónico

Type: String

Longitudes sugeridas por fiserv:

  • minLength: 0

  • maxLength: 60

Example:
ABC.DEF@emailCompany.com

Required

genderCode

Código de género

Type: Integer

Longitudes sugeridas por fiserv:

  • Min Length: 1

  • Max Length: 1

Example: 1

firstName

Nombre de pila

Type: String

Longitudes sugeridas por fiserv:

  • minLength: 0

  • maxLength: 40

Example: Juan
Required

lastName

Apellido Paterno

Type: String
Longitudes sugeridas por fiserv:

  • minLength: 0

  • maxLength: 40


Example: Gonzalez
Required

maternalLastName

Apellido materno

Type: String

Longitudes sugeridas por fiserv:
- minLength: 0
- maxLength: 40

Example: Gonzalez

mobilePhoneNumber

Teléfono móvil

Type: String
Example: 323-456-7890

Required

identificationNumberFlag

Indicador de num. de identidad

Type: Integer
Longitudes sugeridas por fiserv:

  • Min Length: 1

  • Max Length: 1

Example: 2

identificationNumber

Número de identificación

Type: String

Longitudes sugeridas por fiserv:

  • minLength: 0

  • maxLength: 25

Example: 123456

ine

INE (Instituto Nacional Electoral)

Type: String

occupation

Ocupación

Type: String

user4

Información adicional (User4)

Type: String

Longitudes sugeridas por fiserv:
- minLength: 0
- maxLength: 1

Example: U

...

Campo

Descripción

Información adicional

email

Correo electrónico

stringType: String
Longitudes sugeridas por fiserv:

  • minLength: 0

  • maxLength: 60

exampleExample:
ABC.DEF@emailCompany.com

numberType

Tipo de número

integer, defaultType: Integer

Default value: 1

customerNumber

Número de cliente

Type: string, pattern

Pattern: "^[0-9]+$"
Required

address

Dirección del cliente

string
example: 1574 Lynn Ogden LaneType: String
Longitudes sugeridas por fiserv:

  • Min Length: 1

  • Max Length: 40

Example: 1574 Lynn Ogden Lane

dateOfBirth

Fecha de nacimiento

stringType: String
exampleExample: 1990-02-28

city

Ciudad de residenciastring

Type: String
Longitudes sugeridas por fiserv:

  • minLength: 0

  • maxLength: 30

exampleExample: Houston

countryCode

Código de país del cliente

Type: string
- minLength: 3
- maxLength: 3example


Example: USA

county

Condado de residencia

string
Type: String

Longitudes sugeridas por fiserv:
- minLength: 3
- maxLength: 3
example

Example: USA

colony

Colonia de residencia

Type: String

externalNumber

Número exterior

Type: String

firstName

Nombre de pila

stringType: String
- minLength: 0
- maxLength: 40example

Example: Juan

genderCode

Código de génerointeger
example

Type: Integer

Longitudes sugeridas por fiserv:
- minLength: 1
Min Length- maxLength: 1Max Length

Example: 1

houseNumber

Número de casastring

Type: String

Longitudes sugeridas por fiserv:
- minLength: 0
- maxLength: 20example

Example: 204

ine

INE (Instituto Nacional Electoral)

Type: String

lastName

Apellido

string
Type: String

Longitudes sugeridas por fiserv:
- minLength: 0
- maxLength: 20example

Example: 204

maritalStatus

Estado civil

Type: String

Longitudes sugeridas por fiserv:
- minLength: 0
- maxLength: 1example

Example: 1

maternalLastName

Apellido maternostring

Type: String

Longitudes sugeridas por fiserv:
- minLength: 0
- maxLength: 20example

Example: 204

middleName

Segundo nombre

string
Type: String

Longitudes sugeridas por fiserv:
- minLength: 0
- maxLength: 40example

Example: Juan

mobilePhoneIndicator

Indicador de teléfono móvil

Type: Integer

mobilePhoneNumber

Número de teléfono móvil

Type: String

example: 323-456-7890
Longitudes sugeridas por fiserv:
- Min Length: 1
- Max Length: 20

Example: 323-456-7890

occupation

Ocupación

string
Type: String

Longitudes sugeridas por fiserv:
- minLength: 0
- maxLength: 6example

Example: 123456

ownOrRentResidenceFlag

Indicador de propiedad o alquiler

integer
example: 2
Min LengthType: Integer

Longitudes sugeridas por fiserv:
- minLength: 1
Max Length- maxLength: 1

Example: 2

postalCode

Código postal

integer
Type: Integer

Longitudes sugeridas por fiserv:
- minLength: 0
- maxLength: 10example

Example: 01640

stateOfBirth

Estado de nacimiento

Type: String

PUT /v1/customers/account
Request schema

...