Learn about the standalone risk screening flows.
A session ID is generated and device data is collected.
You use the PXP Standalone Risk Screening API to initiate fraud screening.
The API request includes the session ID (from the device data collection) and transaction data fields.
PXP performs the following checks before proceeding:
- Confirms your subscription to the transaction risk screening service.
- Validates that the assessment mode is set to
pre-authorisation
.
If the transaction qualifies, it's sent to the third-party provider for risk assessment.
The provider returns a risk decision.
Based on the outcome, you decide whether to:
- Proceed with authorisation: You call the PXP Transactions API.
- Abort the transaction: The authorisation request isn't triggered.
A feedback call is made to the provider to update the transaction outcome data.
A session ID is generated and device data is collected.
The customer enters their payment details and initiates the transaction.
You send an authorisation request to PXP using the standard Transactions API.
If the transaction is declined by the issuer, the flow ends PXP returns a Refused
status to you. No further action is taken.
If the transaction is authorised, you proceed with risk screening.
You call the PXP Standalone Risk Screening API to initiate post-authorisation fraud screening.
The API request includes the session ID (from the device data collection) and relevant transaction data fields.
PXP performs the following checks before proceeding:
- Confirms your subscription to the transaction risk screening service.
- Validates that the assessment mode is set to
post-authorisation
.
If the transaction qualifies, it's sent to the third-party provider for risk assessment.
The third-party provider returns a risk decision.
Based on the outcome, you decide whether to:
- Proceed with authorisation: You call PXP's Capture API.
- Reject the transaction: You call PXP's Cancel or Void API.
A feedback call is made to the third-party provider to update the transaction outcome data.