Skip to main content
WEBHOOK
serverToServerNotification
{
  "success": "true",
  "action": "authorize",
  "merchant_code": "b0deb6f3-e51a-48a7-9268-f1441d46f7bd",
  "merchant_operation_number": "2391645",
  "transaction": {
    "transaction_id": "5hk8rwa3h3cq9oyfs3a28v1ms",
    "state": "AUTORIZADO",
    "amount": "15000",
    "currency": "604",
    "processor_response": {
      "date": "17-01-2024 12:27:46",
      "authorization_code": "055552",
      "result_message": {
        "code": "00",
        "description": "Approval and completed successfully"
      }
    }
  },
  "meta": {
    "status": {
      "code": "00",
      "message_ilgn": [
        {
          "locale": "es_PE",
          "value": "Procesado correctamente"
        }
      ]
    }
  }
}

Headers

signature
string
required

Firma digital en Base64 generada con SHA512withRSA sobre el body completo recibido. Considerar hasta una longitud de 512 caracteres.

Maximum string length: 512

Body

application/json
success
enum<string>
required
Available options:
true,
false
Example:

"true"

action
string
required
Example:

"authorize"

merchant_code
string
required
Example:

"b0deb6f3-e51a-48a7-9268-f1441d46f7bd"

merchant_operation_number
string
required
Example:

"2391645"

transaction
object
required
meta
object
required

Response

200

El comercio confirma la recepcion de la notificacion con HTTP 200 en un maximo de 10 segundos.