Fraud Scenarios
Fraud Scenarios to always look out for:
If you see a
transactionId
being reused and/or an incorrect verifier, the callback URL is not coming from the ArcPlay.ai and should be considered as fraudulent.If your
userId
orclientId
contains only the integers we recommend to perform a simple validation to make sure theuserId
orclientId
isnโt being manipulated. For example, ArcPlay.ai considers001234
and1234
two separate unique Ids while your backend server logic may not.
Last updated