Skip to main content

Event: Transaction completed

Schema definition

The event is dispatched when the authorization has already been approved and confirmed. At this point there is no longer any possibility of a reversal.

Loading ....

Examples

  {
"tenant": "GEOPAGOS",
"date": "2019-08-24T14:15:22Z",
"type": "SALE",
"status": "APPROVED",
"applicationKey": "UALA_SDK",
"merchant": {
"id": "77000001",
"identification": {
"type": "CUIT",
"number": "30712455655"
},
"address": {
"line1": "LIBERTADOR 8620",
"line2": "",
"city": "BUENOS AIRES",
"country": "AR",
"postalCode": "1426",
"state": "C"
},
"mcc": 3032,
"email": "merchant@example.com",
"legalName": "MANOLO SRL",
"tradeName": "KIOSCO MANOLO",
"phoneNumber": "541112345678"
},
"billing": {
"currency": "ARS",
"items": [
{
"unitAmount": 100.5,
"description": "PRODUCT DESCRIPTION",
"quantity": 1
}
],
"taxes": [
{
"amount": 1.2,
"description": "IVA"
}
],
"totals": {
"gross": 100.5,
"taxes": 1.2,
"net": 101.7
}
},
"paymentMethod": {
"schema": "VISA",
"type": "DEBIT",
"accountType": "CA",
"pan": "451377******2069",
"holder": {
"name": "JUAN",
"surname": "PEREZ",
"identification": {
"type": "DNI",
"number": "12345678"
},
"email": "customer@example.com"
}
},
"paymentPlan": {
"installments": 1
},
"tracking": {
"latitude": -34.4989472,
"longitude": -58.6957357,
"ip": "131.100.100.52",
"userAgent": "okhttp/3.14.9",
"refNumber": "8646997600ff24c9400e",
"paymentIntent": "0001acc9-559a-4e40-bd30-9dacf364c771",
"origin": "external-implementation"
},
"entryMode": {
"source": "READER",
"reader": {
"serial": "",
"model": "",
"firmware": "",
"readMode": "CHIP",
"pin": false,
"hexSign": "",
"arqc": "",
"aid": "",
"fallback": false
}
},
"processorResult": {
"date": "2019-08-24T14:15:22Z",
"authorizationCode": "864427",
"ticketNumber": "8029",
"batchNumber": "654",
"rrn": "62c349c3c13ad",
"error": {
"code": 0,
"message": "APROBADA",
"description": "Operación aprobada, emitir cupón (cargo o ticket)"
}
}
}