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. Use 2 decimals.
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 (3)
Identification document [CI, RUT, PAS, DNI]
Num_doc_identi
True
String (12)
Identification document number
email
True
String (255)
Shopper's email
country_code
True
String (4)
Country's phone code [+59]
Phone
True
String (12)
Shopper's phone number
country
True
String (3)
Country ISO code [CHL]
Direct integration
You have the option to create a direct checkout, for this integration you'll receive a JSON Object instead of the checkout url.
Aditional fields for direct integration
Attribute
Mandatory
Data type
Description
direct_integration
True
Integer
Send 1 for direct integration
Errors
This payment integration only sends notifications for successfully completed transactions. This means that error messages will not be generated for failed transactions.