Transaction

This operation consists of registering the transaction consulted. For this operation you will only perform the registration and for it to be effective, the confirmation must be made.

Field

Type

Required

Descripción

name

string

yes

Name of the payment network.

checksum

string

yes

Check string, calculated with SHA512(name + reference + amount + transaction + FIXED_HASH)

reference

string

yes

Payment reference

amount

string

yes

Amount of the transaction. It must be equal to the amount returned in the query. unless the query is open amount (0) in which case this amount must be higher.

transaction

string

yes

Unique transaction ID for the payment network

commerce

string

no

Name of the commerce on which the transaction is being carried out.

teller

string

yes

Identification of the collection point. (ip or code of store).

money

string

yes

Transaction currency code **

nombres

string

no

User name

apellido1

string

no

User's first last name

apellido2

string

no

User's second last name

** Transaction currency codes:

Transaction currency codes

Currency - ISO

Country

343

COP

🇨🇴 Colombia

314

CRC

🇨🇷 Costa Rica

345

USD

🇪🇨 Ecuador

348

PEN

🇵🇪 Perú

Examples:

  • GO

  • PHP

  • JAVA

  • PYTHON

Última actualización

¿Te fue útil?