start โ step โ quote)insuranceIdpayment = trueGET /insurances/start/{terminalId}/{operatorId}front)nextStep.path)POST /insurances/step/{terminalId}/{operatorId}/1[
{ "key": "documentType", "value": "cedula" },
{ "key": "document", "value": "00112345678" }
]| planId | amountToSendX100 | Amount |
|---|---|---|
| 1 | 100000 | 1000.00 |
| 2 | 200000 | 2000.00 |
| 3 | 300000 | 3000.00 |
"payment": truePOST /insurances/payment/{terminalId}/{operatorId}{
"amountToSendX100": 200000,
"account": "DUMMY-INS-123456",
"localDateTime": "2025-12-01T11:20:46Z"
}GET /insurances/ticket/{terminalId}/{operatorId}/{reference}| Aspect | Dummy | Production |
|---|---|---|
| insuranceId | Simulated | Real |
| front | Simulated | Real |
| payment | Simulated | Real |
