num |
Int |
Data number |
orderId |
String |
Order Id |
referenceId |
String |
Reference id |
transactionType |
String |
Transaction type code, enumerate: PAY_IN, PAY_OUT, MARKET_PLACE_ORDERS |
operation |
String |
Operation type, enumerate: SETTLED, REFUND, REJECTED, CHARGE_BACK |
productName |
String |
Product, such as PIX, SPEI, etc. |
creatDate |
String |
Creat date, format: yyyy-MM-dd HH:mm:ss |
finishTime |
String |
Settle date, format: yyyy-MM-dd HH:mm:ss |
timezone |
String |
Settle timezone |
countryCode |
String |
Country code, enumerate: BR,MX,US,CO,CL |
orderAmount |
Int |
Order amount(unit:cent) |
orderCurrency |
String |
Order amount currency, such as BRL, MXN, USD |
exchangeRate |
Double |
Exchange rate |
settlementAmount |
Int |
Settlement amount(unit:cent) |
settlementCurrency |
String |
Settlement amount currency, such as BRL, MXN, USD |
fee1Amount |
Int |
Commission fee 1 amount(unit:cent) |
fee1Currency |
String |
Commission fee 1 currency, such as BRL, MXN, USD |
tax1Amount |
Int |
Tax 1 amount(unit:cent) |
tax1Currency |
String |
Tax 1 currency, such as BRL, MXN, USD |
fee2Amount |
Int |
Commission fee 2 amount(unit:cent) |
fee2Currency |
String |
Commission fee 2 currency, such as BRL, MXN, USD |
tax2Amount |
Int |
Tax 2 amount(unit:cent) |
tax2Currency |
String |
Tax 2 currency, such as BRL, MXN, USD |
transactionMessage |
String |
Transaction message |