Transaction Lifecycle

A description about how each step is handled, using or not the antifraud solution.

Orders running through our anti-fraud system can activate or deactivate the manual review service. The lifecycle is similar both ways, but manual review will add a step before the final status. Below you can see how it works:

759

Status Definition

StatusDefinition
approvedThe last definitive status, when it comes from a manual review, it will trigger a registered webhook to your system.
authorizedWhen a payment request is done with capture false.
canceledEvery started transaction without payment will expire in 10 minutes.
declinedThe last definitive status, when it comes from a manual review, it will trigger a registered webhook to your system.
errorIt will appear when any noncommon error occur. In general, a transaction with error will return in an error response format.
limit_exceededTransaction declined when user is trying to buy more tickets than the actual ticket limit per user.
pendingFor transactions that are waiting for payment attempt, or a bank slip waiting the bank confirming the payment.
manual reviewWhen the antifraud automated rules decide it is better to have an analyst to take a look at the transaction. The manual review will trigger the next status based on the decision our team chooses.
refundedFor refunded transactions.

🚧

Postbacks for manual review

When activating manual review as a step to your sales process, remember to register a postback URL at Ingresse. It is through this postback that we will be able to update the sale status into your system.

πŸ“˜

Manual review closer to events

In order to keep all the transactions approved or declined when closer to the event, the antifraud system stops manual reviews statuses 6 hours before the event.