{
"event_type": "sale_conditions_approved",
"code": 0,
"state": "created",
"message": "La solicitud fue procesada con 茅xito",
"purchase_allowed": true,
"otp_required": true,
"otp_sent": true,
"otp_valid_until": "2025-02-25T12:44:56Z",
"transaction_id": 12345,
"approval_sale_code": "1a2b3c4d5e6f7g8h9i0j",
"approval_code_valid_until": "2025-02-25T12:44:56Z",
"aproved_total_amount": 11000,
"external_reference": "retail-20250701-abc123",
"aproved_details": [
{
"category_id": "49835",
"amount": 1000
},
{
"category_id": "21394",
"amount": 10000
}
]
}curl --location --request POST '/api/webhooks/retail-events' \
--header 'Content-Type: application/json' \
--data-raw '{
"event_type": "sale_conditions_approved",
"code": 0,
"state": "created",
"message": "La solicitud fue procesada con 茅xito",
"purchase_allowed": true,
"otp_required": true,
"otp_sent": true,
"otp_valid_until": "2025-02-25T12:44:56Z",
"transaction_id": 12345,
"approval_sale_code": "1a2b3c4d5e6f7g8h9i0j",
"approval_code_valid_until": "2025-02-25T12:44:56Z",
"aproved_total_amount": 11000,
"external_reference": "retail-20250701-abc123",
"aproved_details": [
{
"category_id": "49835",
"amount": 1000
},
{
"category_id": "21394",
"amount": 10000
}
]
}'{
"status": "received",
"message": "Webhook processed successfully",
"event": "sale_conditions_approved",
"transaction_id": 12345
}