External consultation

Allows you to make a payment order inquiry to the merchant

The external consultation service can have two types of integration: its own agreement code or reference with a prefix (prefix + identification).

Integration with your own agreement is possible only with the baloto collection network.

And the reference integration with prefix must follow the prefix + number format and guarantee a minimum length to be considered of 9 digits and a maximum of 16 digits.

It is up to each merchant to decide how to fill in the missing digits, but it is recommended to use the number 0, for example: 326000034567

The external consultation service allows the merchant to be the one who has control of the order to be collected and the means of payment that will be used to make the payment.

Campo

Requerido

Tipo

Longitud

Descripción

reference

Si

Numérico

16

Número de referencia proporcionado por el usuario

netname

Si

Alfanumérico

40

Nombre del medio de recaudo

currency

Si

Numérico

1

Moneda asociada al monto de la orden de compra (Monedas)

timestamp_start

Si

Numérico

10

Tiempo de inicio de la transacción en formato Unix Timestamp (Segundos) UTC

checksum

si

Alfanumérico

512

Cadena de comprobación SHA512(reference + currency + netname + timestamp_start + FIXED_HASH)

Es de suma importancia garantizar un tiempo de respuesta del servicio menor a 5 segundos, de lo contrario, nuestro sistema cerrará la conexión.

Checksum

Si los montos min y max no son enviados, el checksum se calcula sin tener estos campos en cuenta. Los dos escenarios para el cálculo de checksum son:

Sin límites: order + amount + timestamp_end + FIXED_HASH

Con límites: order + amount + min + max + timestamp_end + FIXED_HASH

Last updated

Was this helpful?