Public key, unique value that identifies the commerce
time
True
Datetime
Request data time
channel
True
Integer
Payment Channel
amount
True
Double
The amount of the transaction. Min amount: 1000
currency
True
String (3)
Transaction currency code
trans_id
True
String (255)
Transaction id
time_expired
True
String (255)
Time in minutes to expire the token. Value given in minutes. Minimum Suggested: Online: 30 minutes Cash: 2 hours For Brazil: Online: 2 hours Cash 24 hrs
url_ok
True
String (255)
URL where shopper will be redirected from the online banking if payment was successful (Must be Https)
url_error
True
String (255)
URL where shopper will be redirected from the online banking if payment was wrong.(Must be Https)
signature
True
String (255)
Signature hash256: Review signature calculation
shopper_information
True
JSON String
JSON String Data: Review JSON index & format
shopper_information JSON format
📘
Field shopper_information must be send in string format (JSON encode).
The shopper_information field is a column corresponding to a json with the next keys:
Parameter
Mandatory
Data Type
Description
name_shopper
True
String (255)
Shopper's name
last_name_Shopper
True
String (255)
Shopper's last name
type_doc_identi
True
String (255)
Identification document [RUT,DNI,CI, ID etc.]
Num_doc_identi
True
String (255)
Identification document number
email
True
String (255)
Shopper's e-mail
country_code
True
String (10)
Country's phone code (Ex. +57)
Phone
True
String (20)
Shopper's phone number
address
True
JSON String
JSON format for shopper's address
Errors
This payment integration only sends notifications for successfully completed transactions. This means that error messages will not be generated for failed transactions.