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 [DNI, CPF]
Num_doc_identi
True
String (12)
Identification document number
email
True
String (255)
Shopper's e-mail
country_code
True
String (4)
Country's phone code (Ex. +57)
Phone
True
String (12)
Shopper's phone number
country
True
String (3)
Country ISO code
address
True
String (255)
JSON format for shopper's address
address JSON format
Parameter
Mandatory
Data Type
Description
Example
zipcode
True
String (8)
Shopper's address zipcode
01156060
street
True
String (255)
Shopper's address street
Rua Júlio Gonzalez
number
True
String (20)
Shopper's address number
1023
district
False
String (140)
Shopper's address district
Barra Funda
complement
False
String (140)
Shopper's address complement
Sala 02
city
True
String (140)
Shopper's address city
São Paulo
state
True
String (2)
Shopper's address state code
SP
Test Transactions
Simulate payments
Testing cards
Brand
Number
Expiration date
CVV
Status
Visa
4111 1111 1111 1111
01/25
123
approved
Visa
4916 5733 8093 7962
12/28
123
rejected
Mastercard
5353 2766 5962 9461
02/25
123
approved
Mastercard
5289 0946 0544 4326
12/28
123
rejected
Elo
4514 1674 2628 1141
01/25
123
approved
Elo
4389 3556 6853 3582
12/28
123
rejected
Errors
This payment integration only sends notifications for successfully completed transactions. This means that error messages will not be generated for failed transactions.