Movimientos
Consultar movimientos
Headers
Key
Value
Request Body
Name
Type
Description
{
"page": "number",
"existMore": "boolean",
"listTrx": [
{
"_id": "number",
"amount": "number",
"dateTime": "string",
"firstName": "string",
"lastName": "string",
"userId": "number",
"taxes": [],
"commission": {
"rate": "number",
"amount": "number"
},
"payment": {
"paymentId": "number",
"hash": "string",
"method": "string",
"totalAmount": "number",
"hasRefund": "boolean",
"canceled": "boolean",
"cardNumber": "string",
"cardHolderName": "string",
"first5Numbers": "string",
"last4Numbers": "string",
"issuerName": "string",
"issuerKey": "string",
"paymentMethodId": "number",
"name": "string",
"es": "string",
"en": "string",
"paymentMethodType": "string",
"adjustTipAvailable": "boolean",
"issuerImageUrl": "string"
},
"authorizationCode": "string",
"authenticationType": "string",
"operationCode": "string",
"operation": "string",
"operationId": "number",
"saleId": "number",
"cardName": "string",
"abr": "string",
"device": "string",
"buyer": {
"id": "number",
"name": "string",
"buyerId": "number",
"firstName": "string",
"lastName": "string",
"email": "string",
"address": "string",
"addressLine2": "string",
"province": "string",
"zipCode": "string",
"birthdate": "string",
"phone": "string",
"city": "string",
"document": "string",
"documentType": "string",
"countryId": "string",
"occupation": "string",
"country": "string"
},
"items": [
{
"productId": "number",
"isCustomAmount": "boolean",
"quantity": "number",
"productPrice": "number",
"totalAmount": "number",
"productName": "string",
"productBackgroundColor": "string",
"productImageUrl": "string"
}
],
"canAnnulate": "boolean",
"canAnnulateWithoutCard": "boolean",
"canRefund": "boolean",
"canRefundWithoutCard": "boolean",
"canceled": "boolean"
}
]
}Consultar movimientos por número de autorización
Params
Name
Type
Headers
Key
Value
Consultar Orden
Params
Name
Type
Headers
Key
Value
Última actualización