Menu

Developer Resources

CheckPaymentFraudRequest

Conditional.

Use the CheckPaymentFraudRequest API if you have already authorized the transaction with your gateway/acquirer and received the authorization results. Otherwise, use the CheckPaymentRequest API.

CheckPaymentFraudRequest determines the risk associated with the transaction and checks if it can be guaranteed before deciding to settle or cancel the transaction.

Note: This API acts as a combination of the CheckPaymentRequest and AuthResult APIs. Authorization results from your gateway/acquirer must be provided to use this API.

 

Request Parameters

Expand/Collapse All

Use the following request parameters when integrating to CheckPaymentFraudRequest:

Response Parameters

CheckPaymentFraudRequest returns the following response parameters:

Response Codes

Each API call returns a numeric response code. If the response code is zero, the API transaction completed successfully without errors; however, the status of the transaction may not be complete. If the response code is non-zero, an error message is included with the response code.

Note: When non-zero response codes are returned, the response fields might not be returned correctly. Review the error messages associated with non-zero response codes and take appropriate steps to resolve the error conditions. Most of the non-zero response codes indicate a system configuration or integration issue. Before production deployment, you should resolve these issues during the testing phase.