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
filter_by
True
string(3-14)
Payment method
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, RUC, PAS]
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 [+593]
Phone
True
String (12)
Shopper's phone number
country
True
String (3)
Country ISO code [ECU]
Test Transactions
Simulate payments
Testing cards
Brand
Number
Expiration date
CVV
Visa
4497434149286638
12/30
123
Errors
This payment integration only sends notifications for successfully completed transactions. This means that error messages will not be generated for failed transactions.